rtems: Canonicalize implementation Doxygen groups

Rename Classic API top-level group from Classic to RTEMSImplClassic.
Use RTEMSImplClassic as a prefix for the subgroups.  Change the group
names to be in line with the API group names.  Use common phrases for
the group brief descriptions.

Update #3706.
This commit is contained in:
Sebastian Huber
2020-11-25 16:42:08 +01:00
parent 9c20b987cd
commit e07088d9ba
63 changed files with 191 additions and 131 deletions

View File

@@ -1,11 +1,3 @@
/**
* @defgroup RTEMSImplClassic Classic
*
* @ingroup RTEMSImpl
*
* @brief Classic
*/
/** /**
* @defgroup RTEMSAPIIO IO * @defgroup RTEMSAPIIO IO
* *

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicUserExtensionsImpl * @ingroup RTEMSImplClassicUserExt
* *
* @brief Classic User Extensions Data Structures * @brief Classic User Extensions Data Structures
*/ */
@@ -27,7 +27,7 @@ extern "C" {
#endif #endif
/** /**
* @addtogroup ClassicUserExtensionsImpl * @addtogroup RTEMSImplClassicUserExt
* *
* @{ * @{
*/ */

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicUserExtensionsImpl * @ingroup RTEMSImplClassicUserExt
* *
* @brief Classic User Extensions Implementation * @brief Classic User Extensions Implementation
*/ */
@@ -26,10 +26,12 @@ extern "C" {
#endif #endif
/** /**
* @defgroup ClassicUserExtensionsImpl User Extensions Implementation * @defgroup RTEMSImplClassicUserExt User Extensions Manager
* *
* @ingroup RTEMSImplClassic * @ingroup RTEMSImplClassic
* *
* @brief This group contains the User Extensions Manager implementation.
*
* @{ * @{
*/ */

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicASRImpl * @ingroup RTEMSImplClassicASR
* *
* @brief Classic ASR Data Structures * @brief Classic ASR Data Structures
*/ */
@@ -24,7 +24,7 @@ extern "C" {
#endif #endif
/** /**
* @addtogroup ClassicASRImpl * @addtogroup RTEMSImplClassicASR
* *
* @{ * @{
*/ */

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicASRImpl * @ingroup RTEMSImplClassicASR
* *
* @brief Classic ASR Implementation * @brief Classic ASR Implementation
*/ */
@@ -26,10 +26,13 @@ extern "C" {
#endif #endif
/** /**
* @defgroup ClassicASRImpl Classic ASR Implementation * @defgroup RTEMSImplClassicASR Asynchronous Signal Routine (ASR)
* *
* @ingroup RTEMSImplClassic * @ingroup RTEMSImplClassic
* *
* @brief This group contains the implementation to support asynchronous signal
* routines.
*
* @{ * @{
*/ */

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicAttributesImpl * @ingroup RTEMSImplClassicAttr
* *
* @brief Classic Attributes Implementation * @brief Classic Attributes Implementation
*/ */
@@ -26,10 +26,13 @@ extern "C" {
#endif #endif
/** /**
* @defgroup ClassicAttributesImpl Classic Attributes Implementation * @defgroup RTEMSImplClassicAttr Directive Attributes
* *
* @ingroup RTEMSImplClassic * @ingroup RTEMSImplClassic
* *
* @brief This group contains the implementation to support directive
* attributes.
*
* @{ * @{
*/ */

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicBarrierImpl * @ingroup RTEMSImplClassicBarrier
* *
* @brief Classic Barrier Manager Data Structures * @brief Classic Barrier Manager Data Structures
*/ */
@@ -27,7 +27,7 @@ extern "C" {
#endif #endif
/** /**
* @addtogroup ClassicBarrierImpl * @addtogroup RTEMSImplClassicBarrier
* *
* @{ * @{
*/ */

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicBarrierImpl * @ingroup RTEMSImplClassicBarrier
* *
* @brief Classic Barrier Manager Implementation * @brief Classic Barrier Manager Implementation
*/ */
@@ -27,11 +27,13 @@ extern "C" {
#endif #endif
/** /**
* @defgroup ClassicBarrierImpl Classic Barrier Implementation * @defgroup RTEMSImplClassicBarrier Barrier Manager
* *
* @ingroup RTEMSImplClassic * @ingroup RTEMSImplClassic
* *
* @{ * @brief This group contains the Barrier Manager implementation.
*
* @{
*/ */
/** /**

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicDPMEMImpl * @ingroup RTEMSImplClassicDPMem
* *
* @brief Classic Dual Ported Memory Manager Data Structures * @brief Classic Dual Ported Memory Manager Data Structures
*/ */
@@ -25,7 +25,7 @@ extern "C" {
#endif #endif
/** /**
* @addtogroup ClassicDPMEMImpl * @addtogroup RTEMSImplClassicDPMem
* *
* @{ * @{
*/ */

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicDPMEMImpl * @ingroup RTEMSImplClassicDPMem
* *
* @brief Dual Ported Memory Manager Implementation * @brief Dual Ported Memory Manager Implementation
*/ */
@@ -25,10 +25,12 @@ extern "C" {
#endif #endif
/** /**
* @defgroup ClassicDPMEMImpl Dual Ported Memory Manager Implementation * @defgroup RTEMSImplClassicDPMem Dual-Ported Memory Manager
* *
* @ingroup RTEMSImplClassic * @ingroup RTEMSImplClassic
* *
* @brief This group contains the Dual-Ported Memory Manager implementation.
*
* @{ * @{
*/ */

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicEventImpl * @ingroup RTEMSImplClassicEvent
* *
* @brief This header file provides the API used by the Application * @brief This header file provides the API used by the Application
* Configuration to define the configured Thread Control Block (TCB). * Configuration to define the configured Thread Control Block (TCB).
@@ -25,7 +25,7 @@ extern "C" {
#endif #endif
/** /**
* @addtogroup ClassicEventImpl * @addtogroup RTEMSImplClassicEvent
* *
* @{ * @{
*/ */

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicEventImpl * @ingroup RTEMSImplClassicEvent
* *
* @brief This header file provides interfaces used by the event implementation. * @brief This header file provides interfaces used by the event implementation.
*/ */
@@ -25,10 +25,12 @@ extern "C" {
#endif #endif
/** /**
* @defgroup ClassicEventImpl Event Implementation * @defgroup RTEMSImplClassicEvent Event Manager
* *
* @ingroup RTEMSImplClassic * @ingroup RTEMSImplClassic
* *
* @brief This group contains the Event Manager implementation.
*
* @{ * @{
*/ */

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicEventMP * @ingroup RTEMSImplClassicEventMP
* *
* This include file contains all the constants and structures associated * This include file contains all the constants and structures associated
* with the Multiprocessing Support in the Event Manager. * with the Multiprocessing Support in the Event Manager.
@@ -29,14 +29,18 @@ extern "C" {
#endif #endif
/** /**
* @defgroup ClassicEventMP Event MP Support * @defgroup RTEMSImplClassicEventMP Event Manager Multiprocessing (MP) Support
* *
* @ingroup ClassicMP * @ingroup RTEMSImplClassicEvent
* *
* This encapsulates functionality related to the transparent multiprocessing * @brief This group contains the implementation to support the Event Manager
* support within the Classic API Event Manager. * in multiprocessing (MP) configurations.
*
* This encapsulates functionality related to the transparent multiprocessing
* support within the Classic API Event Manager.
*
* @{
*/ */
/**@{*/
/* /*
* @brief Event_MP_Send_process_packet * @brief Event_MP_Send_process_packet

View File

@@ -26,7 +26,7 @@ extern "C" {
#endif #endif
/** /**
* @addtogroup ClassicMessageQueueImpl * @addtogroup RTEMSImplClassicMessage
* *
* @{ * @{
*/ */

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicMessageQueueImpl * @ingroup RTEMSImplClassicMessage
* *
* @brief Classic Message Queue Manager Implementation * @brief Classic Message Queue Manager Implementation
*/ */
@@ -26,11 +26,13 @@ extern "C" {
#endif #endif
/** /**
* @defgroup ClassicMessageQueueImpl Classic Message Queue Implementation * @defgroup RTEMSImplClassicMessage Message Manager
* *
* @ingroup RTEMSImplClassic * @ingroup RTEMSImplClassic
* *
* @{ * @brief This group contains the Message Manager implementation.
*
* @{
*/ */
/** /**

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicModesImpl * @ingroup RTEMSImplClassicModes
* *
* @brief Classic Modes Implementation * @brief Classic Modes Implementation
*/ */
@@ -25,10 +25,12 @@ extern "C" {
#endif #endif
/** /**
* @defgroup ClassicModesImpl Classic Modes Implementation * @defgroup RTEMSImplClassicModes Task Modes
* *
* @ingroup RTEMSImplClassic * @ingroup RTEMSImplClassic
* *
* @brief This group contains the implementation to support task modes.
*
* @{ * @{
*/ */

View File

@@ -1,6 +1,8 @@
/** /**
* @file * @file
* *
* @ingroup RTEMSImplClassicMessageMP
*
* @brief Message Manager MP Support * @brief Message Manager MP Support
* *
* This include file contains all the constants and structures associated * This include file contains all the constants and structures associated
@@ -29,14 +31,16 @@ extern "C" {
#endif #endif
/** /**
* @defgroup ClassicMsgMP Message Queue MP Support * @defgroup RTEMSImplClassicMessageMP \
* Message Manager Multiprocessing (MP) Support
* *
* @ingroup ClassicMP * @ingroup RTEMSImplClassicMessage
* *
* This encapsulates functionality related to the transparent multiprocessing * @brief This group contains the implementation to support the Message Manager
* support within the Classic API Message Queue Manager. * in multiprocessing (MP) configurations.
*
* @{
*/ */
/*{*/
/** /**
* The following enumerated type defines the list of * The following enumerated type defines the list of

View File

@@ -3,7 +3,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicObjectImpl * @ingroup RTEMSImplClassicObject
* *
* @brief Implementation Interfaces for Classic Objects * @brief Implementation Interfaces for Classic Objects
*/ */
@@ -44,10 +44,12 @@ extern "C" {
#endif #endif
/** /**
* @defgroup ClassicObjectImpl Classic Object Implementation * @defgroup RTEMSImplClassicObject Object Services
* *
* @ingroup RTEMSImplClassic * @ingroup RTEMSImplClassic
* *
* @brief This group contains the Object Services implementation.
*
* @{ * @{
*/ */

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicOptionsImpl * @ingroup RTEMSImplClassicOptions
* *
* @brief Classic Options Implementation * @brief Classic Options Implementation
*/ */
@@ -24,10 +24,12 @@ extern "C" {
#endif #endif
/** /**
* @defgroup ClassicOptionsImpl Classic Options Implementation * @defgroup RTEMSImplClassicOptions Directive Options
* *
* @ingroup RTEMSImplClassic * @ingroup RTEMSImplClassic
* *
* @brief This group contains the implementation to support directive options.
*
* @{ * @{
*/ */

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicPartImpl * @ingroup RTEMSImplClassicPartition
* *
* @brief This header file provides the API used by the Application * @brief This header file provides the API used by the Application
* Configuration to define the Partition Manager information. * Configuration to define the Partition Manager information.
@@ -27,7 +27,7 @@ extern "C" {
#endif #endif
/** /**
* @addtogroup ClassicPartImpl * @addtogroup RTEMSImplClassicPartition
* *
* @{ * @{
*/ */

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicPartImpl * @ingroup RTEMSImplClassicPartition
* *
* @brief This header file provides interfaces used by the Partition Manager * @brief This header file provides interfaces used by the Partition Manager
* implementation. * implementation.
@@ -26,10 +26,12 @@ extern "C" {
#endif #endif
/** /**
* @defgroup ClassicPartImpl Partition Manager Implementation * @defgroup RTEMSImplClassicPartition Partition Manager
* *
* @ingroup RTEMSImplClassic * @ingroup RTEMSImplClassic
* *
* @brief This group contains the Partition Manager implementation.
*
* @{ * @{
*/ */

View File

@@ -1,6 +1,8 @@
/** /**
* @file * @file
* *
* @ingroup RTEMSImplClassicPartitionMP
*
* @brief MP Support in Partition Manager * @brief MP Support in Partition Manager
* *
* This include file contains all the constants and structures associated * This include file contains all the constants and structures associated
@@ -29,14 +31,16 @@ extern "C" {
#endif #endif
/** /**
* @defgroup ClassicPartMP Partition MP Support * @defgroup RTEMSImplClassicPartitionMP \
* Partition Manager Multiprocessing (MP) Support
* *
* @ingroup ClassicMP * @ingroup RTEMSImplClassicPartition
* *
* This encapsulates functionality related to the transparent multiprocessing * @brief This group contains the implementation to support the Partition Manager
* support within the Classic API Partition Manager. * in multiprocessing (MP) configurations.
*
* @{
*/ */
/*{*/
/** /**
* The following enumerated type defines the list of * The following enumerated type defines the list of

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicRateMonImpl * @ingroup RTEMSImplClassicRateMonotonic
* *
* @brief Classic Rate Monotonic Scheduler Data Structures * @brief Classic Rate Monotonic Scheduler Data Structures
*/ */
@@ -28,7 +28,7 @@ extern "C" {
#endif #endif
/** /**
* @addtogroup ClassicRateMonImpl * @addtogroup RTEMSImplClassicRateMonotonic
* *
* @{ * @{
*/ */

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicRateMonImpl * @ingroup RTEMSImplClassicRateMonotonic
* *
* @brief Classic Rate Monotonic Scheduler Implementation * @brief Classic Rate Monotonic Scheduler Implementation
*/ */
@@ -32,10 +32,12 @@ extern "C" {
#endif #endif
/** /**
* @defgroup ClassicRateMonImpl Classic Rate Monotonic Scheduler Implementation * @defgroup RTEMSImplClassicRateMonotonic Rate Monotonic Manager
* *
* @ingroup RTEMSImplClassic * @ingroup RTEMSImplClassic
* *
* @brief This group contains the Rate Monotonic Manager implementation.
*
* @{ * @{
*/ */

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicRegionImpl * @ingroup RTEMSImplClassicRegion
* *
* @brief Classic Region Manager Data Structures * @brief Classic Region Manager Data Structures
*/ */
@@ -27,7 +27,7 @@ extern "C" {
#endif #endif
/** /**
* @addtogroup ClassicRegionImpl * @addtogroup RTEMSImplClassicRegion
* *
* @{ * @{
*/ */

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicRegionImpl * @ingroup RTEMSImplClassicRegion
* *
* @brief Classic Region Manager Implementation * @brief Classic Region Manager Implementation
*/ */
@@ -28,10 +28,12 @@ extern "C" {
#endif #endif
/** /**
* @defgroup ClassicRegionImpl Classic Region Manager Implementation * @defgroup RTEMSImplClassicRegion Region Manager
* *
* @ingroup RTEMSImplClassic * @ingroup RTEMSImplClassic
* *
* @brief This group contains the Region Manager implementation.
*
* @{ * @{
*/ */

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicSemImpl * @ingroup RTEMSImplClassicSemaphore
* *
* @brief Classic Semaphore Manager Data Structures * @brief Classic Semaphore Manager Data Structures
*/ */
@@ -29,7 +29,7 @@ extern "C" {
#endif #endif
/** /**
* @addtogroup ClassicSemImpl * @addtogroup RTEMSImplClassicSemaphore
* *
* @{ * @{
*/ */

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicSemImpl * @ingroup RTEMSImplClassicSemaphore
* *
* @brief Classic Semaphore Manager Implementation * @brief Classic Semaphore Manager Implementation
*/ */
@@ -27,10 +27,12 @@ extern "C" {
#endif #endif
/** /**
* @defgroup ClassicSemImpl Semaphore Manager Implementation * @defgroup RTEMSImplClassicSemaphore Semaphore Manager
* *
* @ingroup RTEMSImplClassic * @ingroup RTEMSImplClassic
* *
* @brief This group contains the Semaphore Manager implementation.
*
* @{ * @{
*/ */

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicSEM * @ingroup RTEMSImplClassicSemaphoreMP
* *
* This include file contains all the constants and structures associated * This include file contains all the constants and structures associated
* with the Multiprocessing Support in the Semaphore Manager. * with the Multiprocessing Support in the Semaphore Manager.
@@ -27,14 +27,16 @@ extern "C" {
#endif #endif
/** /**
* @defgroup ClassicSEM Semaphore MP Support * @defgroup RTEMSImplClassicSemaphoreMP \
* Semaphore Manager Multiprocessing (MP) Support
* *
* @ingroup ClassicMP * @ingroup RTEMSImplClassicSemaphore
* *
* This encapsulates functionality related to the transparent multiprocessing * @brief This group contains the implementation to support the Semaphore Manager
* support within the Classic API Semaphore Manager. * in multiprocessing (MP) configurations.
*
* @{
*/ */
/**@{*/
/** /**
* The following enumerated type defines the list of * The following enumerated type defines the list of

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicSignalImpl * @ingroup RTEMSImplClassicSignal
* *
* @brief Signals Implementation * @brief Signals Implementation
*/ */
@@ -25,11 +25,14 @@ extern "C" {
#endif #endif
/** /**
* @defgroup ClassicSignalImpl Signals Implementation * @defgroup RTEMSImplClassicSignal Signal Manager
* *
* @ingroup RTEMSImplClassic * @ingroup RTEMSImplClassic
*
* @brief This group contains the Signal Manager implementation.
*
* @{
*/ */
/**@{*/
void _Signal_Action_handler( void _Signal_Action_handler(
Thread_Control *executing, Thread_Control *executing,

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @brief Signal MP Support * @ingroup RTEMSImplClassicSignalMP
* *
* This include file contains all the constants and structures associated * This include file contains all the constants and structures associated
* with the Multiprocessing Support in the Signal Manager. * with the Multiprocessing Support in the Signal Manager.
@@ -29,14 +29,16 @@ extern "C" {
#endif #endif
/** /**
* @defgroup ClassicSignalMP Signal MP Support * @defgroup RTEMSImplClassicSignalMP \
* Signal Manager Multiprocessing (MP) Support
* *
* @ingroup ClassicMP * @ingroup RTEMSImplClassicSignal
* *
* This encapsulates functionality related to the transparent multiprocessing * @brief This group contains the implementation to support the Signal Manager
* support within the Classic API Signal Manager. * in multiprocessing (MP) configurations.
*
* @{
*/ */
/*{*/
/* /*
* @brief Signal_MP_Send_process_packet * @brief Signal_MP_Send_process_packet

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicStatusImpl * @ingroup RTEMSImplClassicStatus
* *
* @brief Classic Status Implementation * @brief Classic Status Implementation
*/ */
@@ -25,10 +25,13 @@ extern "C" {
#endif #endif
/** /**
* @defgroup ClassicStatusImpl Classic Status Implementation * @defgroup RTEMSImplClassicStatus Directive Status
* *
* @ingroup RTEMSImplClassic * @ingroup RTEMSImplClassic
* *
* @brief This group contains the implementation to support directive status
* codes.
*
* @{ * @{
*/ */

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicTaskMP * @ingroup RTEMSImplClassicTaskMP
* *
* This include file contains all the constants and structures associated * This include file contains all the constants and structures associated
* with the multiprocessing support in the task manager. * with the multiprocessing support in the task manager.
@@ -29,14 +29,16 @@ extern "C" {
#endif #endif
/** /**
* @defgroup ClassicTaskMP Task MP Support * @defgroup RTEMSImplClassicTaskMP \
* Task Manager Multiprocessing (MP) Support
* *
* @ingroup ClassicMP * @ingroup RTEMSImplClassicTask
* *
* This encapsulates functionality related to the transparent multiprocessing * @brief This group contains the implementation to support the Task Manager
* support within the Classic API Task Manager. * in multiprocessing (MP) configurations.
*
* @{
*/ */
/**@{*/
/** /**
* The following enumerated type defines the list of * The following enumerated type defines the list of

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicTasksImpl * @ingroup RTEMSImplClassicTask
* *
* @brief Classic Tasks Manager Data Structures * @brief Classic Tasks Manager Data Structures
*/ */
@@ -28,7 +28,7 @@ extern "C" {
#endif #endif
/** /**
* @addtogroup ClassicTasksImpl * @addtogroup RTEMSImplClassicTask
* *
* @{ * @{
*/ */

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicTasksImpl * @ingroup RTEMSImplClassicTask
* *
* @brief Classic Tasks Manager Implementation * @brief Classic Tasks Manager Implementation
*/ */
@@ -27,10 +27,12 @@ extern "C" {
#endif #endif
/** /**
* @defgroup ClassicTasksImpl Classic Tasks Manager Implementation * @defgroup RTEMSImplClassicTask Task Manager
* *
* @ingroup RTEMSImplClassic * @ingroup RTEMSImplClassic
* *
* @brief This group contains the Task Manager implementation.
*
* @{ * @{
*/ */

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicTimerImpl * @ingroup RTEMSImplClassicTimer
* *
* @brief Classic Partition Manager Data Structures * @brief Classic Partition Manager Data Structures
*/ */
@@ -29,7 +29,7 @@ extern "C" {
#endif #endif
/** /**
* @addtogroup ClassicTimerImpl * @addtogroup RTEMSImplClassicTimer
* *
* @{ * @{
*/ */

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicTimerImpl * @ingroup RTEMSImplClassicTimer
* *
* @brief Classic Timer Implementation * @brief Classic Timer Implementation
*/ */
@@ -30,10 +30,12 @@ extern "C" {
#endif #endif
/** /**
* @defgroup ClassicTimerImpl Classic Timer Implementation * @defgroup RTEMSImplClassicTimer Timer Manager
* *
* @ingroup RTEMSImplClassic * @ingroup RTEMSImplClassic
* *
* @brief This group contains the Timer Manager implementation.
*
* @{ * @{
*/ */

View File

@@ -67,6 +67,16 @@
extern "C" { extern "C" {
#endif #endif
/* Generated from spec:/rtems/req/group */
/**
* @defgroup RTEMSImplClassic Classic API
*
* @ingroup RTEMSImpl
*
* @brief This group contains the Classic API implementation.
*/
/* Generated from spec:/rtems/type/if/group */ /* Generated from spec:/rtems/type/if/group */
/** /**

View File

@@ -3,7 +3,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicBarrierImpl * @ingroup RTEMSImplClassicBarrier
* *
* @brief rtems_barrier_ident() Implementation * @brief rtems_barrier_ident() Implementation
*/ */

View File

@@ -3,7 +3,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicDPMEMImpl * @ingroup RTEMSImplClassicDPMem
* *
* @brief rtems_port_ident() Implementation * @brief rtems_port_ident() Implementation
*/ */

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicEventMP * @ingroup RTEMSImplClassicEventMP
* *
* @brief This source file contains the implementation of the task event MPCI * @brief This source file contains the implementation of the task event MPCI
* support. * support.

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicEventImpl * @ingroup RTEMSImplClassicEvent
* *
* @brief This source file contains the implementation of * @brief This source file contains the implementation of
* rtems_event_receive(). * rtems_event_receive().

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicEventImpl * @ingroup RTEMSImplClassicEvent
* *
* @brief This source file contains the implementation of * @brief This source file contains the implementation of
* _Event_Seize() and the task event MPCI support system initialization. * _Event_Seize() and the task event MPCI support system initialization.

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicEventImpl * @ingroup RTEMSImplClassicEvent
* *
* @brief This source file contains the implementation of * @brief This source file contains the implementation of
* rtems_event_send(). * rtems_event_send().

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicEventImpl * @ingroup RTEMSImplClassicEvent
* *
* @brief This source file contains the implementation of * @brief This source file contains the implementation of
* _Event_Surrender(). * _Event_Surrender().

View File

@@ -3,7 +3,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicMessageQueueImpl * @ingroup RTEMSImplClassicMessage
* *
* @brief This source file contains the implementation of * @brief This source file contains the implementation of
* rtems_message_queue_create(). * rtems_message_queue_create().

View File

@@ -3,7 +3,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicMessageQueueImpl * @ingroup RTEMSImplClassicMessage
* *
* @brief rtems_message_queue_ident() Implementation * @brief rtems_message_queue_ident() Implementation
*/ */

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicPartImpl * @ingroup RTEMSImplClassicPartition
* *
* @brief This source file contains a definition of ::_Partition_Information * @brief This source file contains a definition of ::_Partition_Information
* with zero objects. * with zero objects.

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicPartImpl * @ingroup RTEMSImplClassicPartition
* *
* @brief This source file contains the implementation of * @brief This source file contains the implementation of
* rtems_partition_create(). * rtems_partition_create().

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicPartImpl * @ingroup RTEMSImplClassicPartition
* *
* @brief This source file contains the implementation of * @brief This source file contains the implementation of
* rtems_partition_delete(). * rtems_partition_delete().

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicPartImpl * @ingroup RTEMSImplClassicPartition
* *
* @brief This source file contains the implementation of * @brief This source file contains the implementation of
* rtems_partition_get_buffer(). * rtems_partition_get_buffer().

View File

@@ -3,7 +3,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicPartImpl * @ingroup RTEMSImplClassicPartition
* *
* @brief This source file contains the implementation of * @brief This source file contains the implementation of
* rtems_partition_ident(). * rtems_partition_ident().

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicPartImpl * @ingroup RTEMSImplClassicPartition
* *
* @brief This source file contains the implementation of * @brief This source file contains the implementation of
* rtems_partition_return_buffer(). * rtems_partition_return_buffer().

View File

@@ -3,7 +3,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicRateMonImpl * @ingroup RTEMSImplClassicRateMonotonic
* *
* @brief rtems_rate_monotonic_ident() Implementation * @brief rtems_rate_monotonic_ident() Implementation
*/ */

View File

@@ -3,7 +3,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicRegionImpl * @ingroup RTEMSImplClassicRegion
* *
* @brief rtems_region_ident() Implementation * @brief rtems_region_ident() Implementation
*/ */

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicTasksImpl * @ingroup RTEMSImplClassicTask
*/ */
/* /*

View File

@@ -3,7 +3,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicObjectImpl * @ingroup RTEMSImplClassicObject
* *
* @brief _RTEMS_Name_to_id() Implementation * @brief _RTEMS_Name_to_id() Implementation
*/ */

View File

@@ -3,7 +3,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicSemImpl * @ingroup RTEMSImplClassicSemaphore
* *
* @brief rtems_semaphore_ident() Implementation * @brief rtems_semaphore_ident() Implementation
*/ */

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicEventImpl * @ingroup RTEMSImplClassicEvent
* *
* @brief This source file contains the implementation of * @brief This source file contains the implementation of
* rtems_event_system_receive(). * rtems_event_system_receive().

View File

@@ -1,7 +1,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicEventImpl * @ingroup RTEMSImplClassicEvent
* *
* @brief This source file contains the implementation of * @brief This source file contains the implementation of
* rtems_event_system_send(). * rtems_event_system_send().

View File

@@ -3,7 +3,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicTasksImpl * @ingroup RTEMSImplClassicTask
* *
* @brief rtems_task_ident() Implementation * @brief rtems_task_ident() Implementation
*/ */

View File

@@ -3,7 +3,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicTimerImpl * @ingroup RTEMSImplClassicTimer
* *
* @brief rtems_timer_ident() Implementation * @brief rtems_timer_ident() Implementation
*/ */

View File

@@ -3,7 +3,7 @@
/** /**
* @file * @file
* *
* @ingroup ClassicUserExtensionsImpl * @ingroup RTEMSImplClassicUserExt
* *
* @brief rtems_extension_ident() Implementation * @brief rtems_extension_ident() Implementation
*/ */