[dox] doxygen headers for abi

This commit is contained in:
Felix Ruess
2013-08-28 19:29:59 +02:00
parent 081188d11b
commit e867282eb0
2 changed files with 14 additions and 5 deletions
+7 -2
View File
@@ -19,11 +19,16 @@
* Boston, MA 02111-1307, USA.
*/
/**
* @file subsystems/abi.h
*
* Main include for ABI (AirBorneInterface).
* @todo explain how to use ABI
*/
#ifndef ABI_H
#define ABI_H
/* TODO Explain how to use ABI */
#include "abi_messages.h"
#endif /* ABI_H */
+7 -3
View File
@@ -19,7 +19,11 @@
* Boston, MA 02111-1307, USA.
*/
/* Common tools for ABI middelware */
/**
* @file subsystems/abi_common.h
*
* Common tools for ABI middelware.
*/
#ifndef ABI_COMMON_H
#define ABI_COMMON_H
@@ -44,8 +48,8 @@
typedef void (*abi_callback)(void);
/** Broadcast address.
* When passing broadcast address has a sender id,
* messages from all sender are received
* When passing broadcast address as a sender id,
* messages from all senders are received
*/
#define ABI_BROADCAST 0