mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-07 09:36:19 +08:00
[dox] doxygen headers for abi
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user