mbed_controller / Mbed 2 deprecated mbed_controller_demo

Dependencies:   CMDB EthernetInterface HTTPD dconfig mbed-rpc mbed-rtos mbed storage_on_flash

Embed: (wiki syntax)

« Back to documentation index

console.cpp File Reference

console.cpp File Reference

console implementation using CMDB library. More...

Go to the source code of this file.

Functions

void my_dispatcher (Cmdb &cmdb, int cid)
 Sample User Command Dispatcher.

Detailed Description

console implementation using CMDB library.

After boot, it prompts "CMD>" in console. Type "help" command to get help.

Definition in file console.cpp.


Function Documentation

void my_dispatcher ( Cmdb &  cmdb,
int  cid 
)

Sample User Command Dispatcher.

cmdb the command interpreter object. cid the command id.

Definition at line 31 of file console.cpp.