My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions
cli.h File Reference
#include <pthread.h>

Go to the source code of this file.

Macros

#define MAX_CMD_LEN   512
 

Functions

int parse_cmd_action (char *cmd)
 
int start_cli_thread (pthread_t *cli_thread)
 

Macro Definition Documentation

#define MAX_CMD_LEN   512

Definition at line 25 of file cli.h.

Function Documentation

int parse_cmd_action ( char *  cmd)

Definition at line 506 of file cli.c.

int start_cli_thread ( pthread_t *  cli_thread)

Definition at line 568 of file cli.c.