NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
msp.h File Reference
#include "common/streambuf.h"
Include dependency graph for msp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  mspPacket_s
 
struct  msp
 

Typedefs

typedef struct mspPacket_s mspPacket_t
 

Functions

void msp_init (struct msp *self, struct ninja *ninja, struct config *config)
 
int msp_process (struct msp *self, mspPacket_t *command, mspPacket_t *reply)
 

Typedef Documentation

typedef struct mspPacket_s mspPacket_t

Function Documentation

void msp_init ( struct msp self,
struct ninja ninja,
struct config config 
)
int msp_process ( struct msp self,
mspPacket_t command,
mspPacket_t reply 
)