Robot Control Library
|
Go to the source code of this file.
Typedefs | |
typedef enum rc_model_t | rc_model_t |
typedef enum rc_model_category_t | rc_model_category_t |
Functions | |
rc_model_t | rc_model (void) |
gets the current board model name More... | |
rc_model_category_t | rc_model_category (void) |
gets the general category for the current board More... | |
void | rc_model_print (void) |
prints to the screen the human-readable version of the model name with no trailing newline character. More... | |
void | rc_model_category_print (void) |
prints to the screen the human-readable version of the category name with no trailing newline character. More... | |