AiCPlayer
Interface of aic vm - for rendering aspect, sensors, video records
|
Sensor packets forwarders. More...
#include <pthread.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <signal.h>
#include <unistd.h>
#include <time.h>
#include "amqp_listen.h"
#include "config_env.h"
#include "logger.h"
#include "buffer_sizes.h"
#include "player_nfc.h"
#include "protobuf_framing.h"
#include "sensors.h"
#include "socket.h"
Go to the source code of this file.
Macros | |
#define | LOG_TAG "sensors" |
Functions | |
sensor_params * | ParamEventsWorker (const char *vmip, const char *vmid, const char *sensor_name, const char *amqp_host) |
Creates the data structure for sensor threads. More... | |
void | start_sensor (sensor_params *params, pthread_t *thread) |
Start the sensor listener thread. More... | |
int | main () |
Sensor packets forwarders.
Definition in file sensors.c.
sensor_params* ParamEventsWorker | ( | const char * | vmip, |
const char * | vmid, | ||
const char * | sensor_name, | ||
const char * | amqp_host | ||
) |
void start_sensor | ( | sensor_params * | params, |
pthread_t * | thread | ||
) |