Doxygen update
git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@428 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -85,6 +85,7 @@ struct Interlock
|
||||
* Constructor for an Interlock
|
||||
* Also creates and starts a FreeRTOS task for IO debouncing
|
||||
*
|
||||
* @memberof Interlock
|
||||
* @param self The object to create
|
||||
* @param NO
|
||||
* @param NOEXTI
|
||||
@@ -103,6 +104,7 @@ extern ErrorStatus Interlock_construct(struct Interlock* self, T_INTERLOCK_ID ID
|
||||
* Interlock_getStatus
|
||||
* Get the current status of the interlock
|
||||
*
|
||||
* @memberof Interlock
|
||||
* @param self Interlock object
|
||||
* @param command Interrupt status
|
||||
* @param NO value on GPIO NO
|
||||
@@ -120,6 +122,7 @@ extern void Interlock_getStatus(struct Interlock* self, FunctionalState* command
|
||||
* Interlock_isClosed
|
||||
* Check for interlock closed. Scans both I/Os
|
||||
*
|
||||
* @memberof Interlock
|
||||
* @param self The interlock object
|
||||
*
|
||||
* @return bool TRUE is NC=1 and NO=0
|
||||
@@ -134,6 +137,7 @@ extern bool Interlock_isClosed(struct Interlock* self);
|
||||
* Interlock_setEXTI
|
||||
* Description of function
|
||||
*
|
||||
* @memberof Interlock
|
||||
* @param self
|
||||
* @param command
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user