|
CORC Project
CANOpen Robot Controller Software Documentation
|
A script to test the functionality of the ExoRobot class. More...

Go to the source code of this file.
Functions | |
| void | CO_errExit (char *msg) |
| void | CO_error (const uint32_t info) |
| int | main (void) |
Variables | |
| pthread_mutex_t | CO_CAN_VALID_mtx = PTHREAD_MUTEX_INITIALIZER |
| volatile uint32_t | CO_timer1ms = 0U |
A script to test the functionality of the ExoRobot class.
Definition in file testRobot.cpp.
| void CO_errExit | ( | char * | msg | ) |
Definition at line 20 of file testRobot.cpp.
| void CO_error | ( | const uint32_t | info | ) |
Definition at line 26 of file testRobot.cpp.
| int main | ( | void | ) |
Definition at line 31 of file testRobot.cpp.
| pthread_mutex_t CO_CAN_VALID_mtx = PTHREAD_MUTEX_INITIALIZER |
Mutex is locked, when CAN is not valid (configuration state). May be used from other threads. RT threads may use CO->CANmodule[0]->CANnormal instead.
Definition at line 16 of file testRobot.cpp.
| volatile uint32_t CO_timer1ms = 0U |
Global variable increments each millisecond
Definition at line 17 of file testRobot.cpp.
1.8.11