blmc_drivers
|
#include <atomic>
#include <signal.h>
#include "blmc_drivers/devices/spi_motor_board.hpp"
#include "sine_position_control.hpp"
Functions | |
std::atomic_bool | g_stop_demo (false) |
This boolean is here to kill cleanly the application upon ctrl+c. | |
void | my_handler (int) |
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 | ) |
This function is the callback upon a ctrl+c call from the terminal.
s |