a

Dependencies:   mbed mbed-rtos

Embed: (wiki syntax)

« Back to documentation index

CCommandInterpreter Class Reference

CCommandInterpreter Class Reference

CTimer class. More...

#include <commandinterpreter.hpp>

Public Member Functions

 CCommandInterpreter (Move &f_car)
 CCommandInterpreter Class constructor.
void interpretChar (unsigned char f_c)
 Interpret character.
void executeCommand ()
 Execute command.

Detailed Description

CTimer class.

It is used for implementing the interpreter of commands received by Nucleo.

Definition at line 25 of file commandinterpreter.hpp.


Constructor & Destructor Documentation

CCommandInterpreter ( Move f_car )

CCommandInterpreter Class constructor.

Constructor method

Parameters:
[in]f_carreference to MOVE object

Definition at line 20 of file commandinterpreter.cpp.


Member Function Documentation

void executeCommand (  )

Execute command.

Definition at line 63 of file commandinterpreter.cpp.

void interpretChar ( unsigned char  f_c )

Interpret character.

Parameters:
[in]f_ccharacter value

Definition at line 31 of file commandinterpreter.cpp.