
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| void | SET_ROBOT (string id, string model) |
| void | SigHandler (int sig) |
Variables | |
| string | ROBOT_ID = "dsr01" |
| string | ROBOT_MODEL = "m1013" |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 48 of file dance_m1013.cpp.
| void SET_ROBOT | ( | string | id, |
| string | model | ||
| ) |
Definition at line 21 of file dance_m1013.cpp.
| void SigHandler | ( | int | sig | ) |
Definition at line 26 of file dance_m1013.cpp.
| string ROBOT_ID = "dsr01" |
Definition at line 19 of file dance_m1013.cpp.
| string ROBOT_MODEL = "m1013" |
Definition at line 20 of file dance_m1013.cpp.