AiCPlayer
Interface of aic vm - for rendering aspect, sensors, video records
|
#include "mockVMSensors.h"
#include "logger.h"
#include "socket.h"
#include <pthread.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/socket.h>
#include <netinet/in.h>
Go to the source code of this file.
Macros | |
#define | LOG_TAG "mockVMSensors" |
Functions | |
int | acceptNewClient (int serverSock, int *clientsSocks) |
int | socket_inaddr_any_server (int port, int type) |
SensorsPacket__SensorAccelerometerPayload * | readBody (int csock, uint32_t siz) |
void * | mock_vm_recv_poll (void *args) |
#define LOG_TAG "mockVMSensors" |
Definition at line 12 of file mockVMSensors.c.
int acceptNewClient | ( | int | serverSock, |
int * | clientsSocks | ||
) |
void* mock_vm_recv_poll | ( | void * | args | ) |
Definition at line 114 of file mockVMSensors.c.
SensorsPacket__SensorAccelerometerPayload* readBody | ( | int | csock, |
uint32_t | siz | ||
) |
int socket_inaddr_any_server | ( | int | port, |
int | type | ||
) |