#include <sys/socket.h>
#include "macros.h"
Go to the source code of this file.
Functions | |
STRUCT (acc, struct mc_platform_s *mc_platform;THREAD_T thread;THREAD_T message_handler_thread;THREAD_T listen_thread;int waiting;MUTEX_T *waiting_lock;COND_T *waiting_cond;) STRUCT(listen_thread_arg | |
acc_p | acc_Initialize (struct mc_platform_s *mc_platform) |
int | acc_Destroy (acc_p acc) |
void | acc_Start (struct mc_platform_s *mc_platform) |
void * | acc_MessageHandlerThread (void *arg) |
void * | acc_Thread (void *arg) |
void * | listen_Thread (void *arg) |
Variables | |