Added comments to create Doxygen Modules for some of the DM BIBBs (DCC, Who-Is, RD) so far.

This commit is contained in:
tbrennan3
2010-02-23 02:43:16 +00:00
parent 8deecad15b
commit 60247fa55f
11 changed files with 157 additions and 7 deletions
+16
View File
@@ -83,4 +83,20 @@ extern "C" {
#ifdef __cplusplus
}
#endif /* __cplusplus */
/** @defgroup DMRD Device Management-ReinitializeDevice (DM-RD)
* @ingroup RDMS
* 16.4 ReinitializeDevice Service <br>
* The ReinitializeDevice service is used by a client BACnet-user to instruct
* a remote device to reboot itself (cold start), reset itself to some
* predefined initial state (warm start), or to control the backup or restore
* procedure. Resetting or rebooting a device is primarily initiated by a human
* operator for diagnostic purposes. Use of this service during the backup or
* restore procedure is usually initiated on behalf of the user by the device
* controlling the backup or restore. Due to the sensitive nature of this
* service, a password may be required from the responding BACnet-user prior
* to executing the service.
*
*/
#endif