Functions | |
void * | downstream_thread (void *ptr) |
Manages streams from socket clients to GPCA-StateMachine. | |
void * | upstream_thread (void *ptr) |
Manages streams from GPCA-Controller to GPCA-StateMachine. | |
void * | gpca_state_machine_thread (void *ptr) |
GPCA state machine thread :Mainly execute TIMES codes. | |
void * | gpca_clock_manager (void *ptr) |
GPCA clock manager. | |
void * | observer_adapter (void *ptr) |
Observer adapter. |
void * downstream_thread | ( | void * | ptr | ) |
Manages streams from socket clients to GPCA-StateMachine.
/brief thread that manages a downstream from client to GPCA-StateMachine.
ptr | not used. |
check socket read error.
Initialize variable before starting.
Glue Code : Interface between Environment and GPCA (Channel communication).
Definition at line 475 of file main.c.
void * gpca_clock_manager | ( | void * | ptr | ) |
void * gpca_state_machine_thread | ( | void * | ptr | ) |
void * observer_adapter | ( | void * | ptr | ) |