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

Go to the source code of this file.

Data Structures

struct  cli
 

Functions

void cli_init (struct cli *self, struct ninja *ninja, struct config *config, const struct system_calls *system)
 
void cli_start (struct cli *self, serialPort_t *serialPort)
 
void cli_update (struct cli *self)
 
bool cli_is_active (struct cli *self)
 
bool cli_uses_port (struct cli *self, serialPort_t *serialPort)
 

Function Documentation

bool cli_uses_port ( struct cli self,
serialPort_t serialPort 
)