SerialIO
Loading...
Searching...
No Matches
fport_protocol.h File Reference

Header file for the F.Port protocol implementation. More...

#include <stdint.h>
Include dependency graph for fport_protocol.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fport_channels_s
 

Macros

#define FPORT_PROTOCOL_H
 
#define PACKED   __attribute__((packed))
 
#define FPORT_BAUDRATE   115200
 F.Port baudrate.
 
#define FPORT_MAX_PACKET_SIZE   29
 F.Port maximum packet length.
 
#define FPORT_END_BYTES   0x7E
 

Typedefs

typedef struct fport_channels_s fport_channels_t
 

Enumerations

enum  fport_frame_type_e { FPORT_FRAMETYPE_RC_CHANNELS_PACKED = 0x00 , FPORT_FRAMETYPE_DOWNLINK = 0x01 , FPORT_FRAMETYPE_UPLINK = 0x81 }
 

Detailed Description

Header file for the F.Port protocol implementation.