blmc_drivers
|
Functions | |
std::atomic_bool | StopDemos (false) |
This boolean is here to kill cleanly the application upon ctrl+c. | |
void | my_handler (int s) |
This function is the callback upon a ctrl+c call from the terminal. More... | |
int | main (int argc, char **argv) |
This is the main demo program. More... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
This is the main demo program.
argc | |
argv |
void my_handler | ( | int | s | ) |
This function is the callback upon a ctrl+c call from the terminal.
s |