dRonin  adbada4
dRonin firmware
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pios_com_msg.h File Reference

COM MSG layer functions header. More...

#include <stdint.h>

Go to the source code of this file.

Functions

int32_t PIOS_COM_MSG_Send (uintptr_t com_id, const uint8_t *msg, uint16_t msg_len)
 
uint16_t PIOS_COM_MSG_Receive (uintptr_t com_id, uint8_t *buf, uint16_t buf_len)
 

Detailed Description

COM MSG layer functions header.

Author
The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
See Also
The GNU Public License (GPL) Version 3

Definition in file pios_com_msg.h.