CSP
Internal CSP Handler API. More...
Functions | |
bool | kubos_csp_init (int csp_address) |
Performs routine csp setup tasks (buffer, init, route_task) and manages global init state. More... | |
void | kubos_csp_terminate (void) |
Performs routine csp cleanup and termination tasks. More... | |
Function Documentation
bool kubos_csp_init | ( | int | csp_address | ) |
Performs routine csp setup tasks (buffer, init, route_task) and manages global init state.
int csp_address address to init csp instance with return bool true if init is successful
void kubos_csp_terminate | ( | void | ) |
Performs routine csp cleanup and termination tasks.