forked from Imagelibrary/rtems
Add doxygen preamble.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
/* rtems.h
|
||||
*
|
||||
/**
|
||||
* @file rtems.h
|
||||
*/
|
||||
|
||||
/*
|
||||
* This include file contains information about RTEMS executive that
|
||||
* is required by the application and is CPU independent. It includes
|
||||
* two (2) CPU dependent files to tailor its data structures for a
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* inline/asr.inl
|
||||
*
|
||||
/**
|
||||
* @file rtems/rtems/asr.inl
|
||||
*/
|
||||
|
||||
/*
|
||||
* This include file contains the implemenation of all routines
|
||||
* associated with the asynchronous signal handler which are inlined.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* inline/attr.inl
|
||||
*
|
||||
/**
|
||||
* @file rtems/rtems/attr.inl
|
||||
*/
|
||||
|
||||
/*
|
||||
* This include file contains all of the inlined routines associated
|
||||
* with attributes.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* inline/dpmem.inl
|
||||
*
|
||||
/**
|
||||
* @file rtems/rtems/dpmem.inl
|
||||
*/
|
||||
|
||||
/*
|
||||
* This include file contains the inline routine used in conjunction
|
||||
* with the Dual Ported Memory Manager
|
||||
*
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* inline/event.inl
|
||||
*
|
||||
/**
|
||||
* @file rtems/rtems/event.inl
|
||||
*/
|
||||
|
||||
/*
|
||||
* This include file contains the static inline implementation of
|
||||
* macros for the Event Manager.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* inline/eventset.inl
|
||||
*
|
||||
/**
|
||||
* @file rtems/rtems/eventset.inl
|
||||
*/
|
||||
|
||||
/*
|
||||
* This include file contains the information pertaining to event sets.
|
||||
*
|
||||
* COPYRIGHT (c) 1989-1999.
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* message.inl
|
||||
*
|
||||
/**
|
||||
* @file rtems/rtems/message.inl
|
||||
*/
|
||||
|
||||
/*
|
||||
* This include file contains the static inline implementation of all
|
||||
* inlined routines in the Message Manager.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* modes.inl
|
||||
*
|
||||
/**
|
||||
* @file rtems/rtems/modes.inl
|
||||
*/
|
||||
|
||||
/*
|
||||
* This include file contains the static inline implementation of the
|
||||
* inlined routines in the Mode Handler
|
||||
*
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* options.inl
|
||||
*
|
||||
/**
|
||||
* @file rtems/rtems/options.inl
|
||||
*/
|
||||
|
||||
/*
|
||||
* This file contains the static inline implementation of the inlined
|
||||
* routines from the Options Handler.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* part.inl
|
||||
*
|
||||
/**
|
||||
* @file rtems/rtems/part.inl
|
||||
*/
|
||||
|
||||
/*
|
||||
* This file contains the macro implementation of all inlined routines
|
||||
* in the Partition Manager.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* ratemon.inl
|
||||
*
|
||||
/**
|
||||
* @file rtems/rtems/ratemon.inl
|
||||
*/
|
||||
|
||||
/*
|
||||
* This file contains the static inline implementation of the inlined
|
||||
* routines in the Rate Monotonic Manager.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* region.inl
|
||||
*
|
||||
/**
|
||||
* @file rtems/rtems/region.inl
|
||||
*/
|
||||
|
||||
/*
|
||||
* This file contains the macro implementation of the inlined
|
||||
* routines from the Region Manager.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* sem.inl
|
||||
*
|
||||
/**
|
||||
* @file rtems/rtems/sem.inl
|
||||
*/
|
||||
|
||||
/*
|
||||
* This file contains the static inlin implementation of the inlined
|
||||
* routines from the Semaphore Manager.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* inline/status.inl
|
||||
*
|
||||
/**
|
||||
* @file rtems/rtems/status.inl
|
||||
*/
|
||||
|
||||
/*
|
||||
* This include file contains the implementations of the inlined
|
||||
* routines for the status package.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* support.inl
|
||||
*
|
||||
/**
|
||||
* @file rtems/rtems/support.inl
|
||||
*/
|
||||
|
||||
/*
|
||||
* This include file contains the static inline implementation of all
|
||||
* of the inlined routines specific to the RTEMS API.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* tasks.inl
|
||||
*
|
||||
/**
|
||||
* @file rtems/rtems/tasks.inl
|
||||
*/
|
||||
|
||||
/*
|
||||
* This file contains the static inline implementation of all inlined
|
||||
* routines in the with RTEMS Tasks Manager.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* timer.inl
|
||||
*
|
||||
/**
|
||||
* @file rtems/rtems/timer.inl
|
||||
*/
|
||||
|
||||
/*
|
||||
* This file contains the static inline implementation of the inlined routines
|
||||
* from the Timer Manager.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* macros/asr.h
|
||||
*
|
||||
/**
|
||||
* @file rtems/rtems/asr.inl
|
||||
*/
|
||||
|
||||
/*
|
||||
* This include file contains the implemenation of all routines
|
||||
* associated with the asynchronous signal handler which are inlined.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* macros/attr.h
|
||||
*
|
||||
/**
|
||||
* @file rtems/rtems/attr.inl
|
||||
*/
|
||||
|
||||
/*
|
||||
* This include file contains all of the inlined routines associated
|
||||
* with attributes.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* macros/dpmem.h
|
||||
*
|
||||
/**
|
||||
* @file rtems/rtems/dpmem.inl
|
||||
*/
|
||||
|
||||
/*
|
||||
* This include file contains the inline routine used in conjunction
|
||||
* with the Dual Ported Memory Manager
|
||||
*
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* macros/event.h
|
||||
*
|
||||
/**
|
||||
* @file rtems/rtems/event.inl
|
||||
*/
|
||||
|
||||
/*
|
||||
* This include file contains the implementation of macros for
|
||||
* the Event Manager.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* eventset.inl
|
||||
*
|
||||
/**
|
||||
* @file rtems/rtems/eventset.inl
|
||||
*/
|
||||
|
||||
/*
|
||||
* This include file contains the macro implementation of inlined
|
||||
* routines in the event set object.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* message.inl
|
||||
*
|
||||
/**
|
||||
* @file rtems/rtems/message.inl
|
||||
*/
|
||||
|
||||
/*
|
||||
* This include file contains the macro implementation of all
|
||||
* inlined routines in the Message Manager.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* modes.inl
|
||||
*
|
||||
/**
|
||||
* @file rtems/rtems/modes.inl
|
||||
*/
|
||||
|
||||
/*
|
||||
* This include file contains the macro implementation of the
|
||||
* inlined routines in the Mode Handler.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* options.inl
|
||||
*
|
||||
/**
|
||||
* @file rtems/rtems/options.inl
|
||||
*/
|
||||
|
||||
/*
|
||||
* This file contains the macro implementation of the inlined
|
||||
* routines from the Options Handler.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* part.inl
|
||||
*
|
||||
/**
|
||||
* @file rtems/rtems/part.inl
|
||||
*/
|
||||
|
||||
/*
|
||||
* This file contains the macro implementation of all inlined routines
|
||||
* in the Partition Manager.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* ratemon.inl
|
||||
*
|
||||
/**
|
||||
* @file rtems/rtems/ratemon.inl
|
||||
*/
|
||||
|
||||
/*
|
||||
* This file contains the macro implementation of the inlined
|
||||
* routines in the Rate Monotonic Manager.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* region.inl
|
||||
*
|
||||
/**
|
||||
* @file rtems/rtems/region.inl
|
||||
*/
|
||||
|
||||
/*
|
||||
* This file contains the macro implementation of the inlined
|
||||
* routines from the Region Manager.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* sem.inl
|
||||
*
|
||||
/**
|
||||
* @file rtems/rtems/sem.inl
|
||||
*/
|
||||
|
||||
/*
|
||||
* This file contains the macro implementation of the inlined
|
||||
* routines from the Semaphore Manager.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* macros/status.h
|
||||
*
|
||||
/**
|
||||
* @file rtems/rtems/status.inl
|
||||
*/
|
||||
|
||||
/*
|
||||
* This include file contains the implementations of the inlined
|
||||
* routines for the status package.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* support.inl
|
||||
*
|
||||
/**
|
||||
* @file rtems/rtems/support.inl
|
||||
*/
|
||||
|
||||
/*
|
||||
* This include file contains the macros implementation of all
|
||||
* of the inlined routines specific to the RTEMS API.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* tasks.inl
|
||||
*
|
||||
/**
|
||||
* @file rtems/rtems/tasks.inl
|
||||
*/
|
||||
|
||||
/*
|
||||
* This file contains the macro implementation of all inlined
|
||||
* routines in the with RTEMS Tasks Manager.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
/* timer.inl
|
||||
*
|
||||
/**
|
||||
* @file rtems/rtems/timer.inl
|
||||
*/
|
||||
|
||||
/*
|
||||
* This file contains the macro implementation of the inlined routines
|
||||
* from the Timer Manager.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user