AiCPlayer
Interface of aic vm - for rendering aspect, sensors, video records
Data Fields
s_sensor_params Struct Reference

Parameter for sensor threads. More...

#include <sensors.h>

Data Fields

int32_t port
 Remote port. More...
 
char sensor [BUF_SIZE]
 Sensor name. More...
 
char exchange [BUF_SIZE]
 Exchange name. More...
 
char queue [BUF_SIZE]
 Queue name. More...
 
const char * gvmip
 VM IP. More...
 
const char * amqp_host
 AMQP host. More...
 
int32_t frequency
 Sensor throttling. More...
 
int8_t flagRecording
 Grabber-specific ?? More...
 

Detailed Description

Parameter for sensor threads.

Definition at line 31 of file sensors.h.

Field Documentation

const char* amqp_host

AMQP host.

Definition at line 44 of file sensors.h.

char exchange[BUF_SIZE]

Exchange name.

Definition at line 38 of file sensors.h.

int8_t flagRecording

Grabber-specific ??

Definition at line 48 of file sensors.h.

int32_t frequency

Sensor throttling.

Definition at line 46 of file sensors.h.

const char* gvmip

VM IP.

Definition at line 42 of file sensors.h.

int32_t port

Remote port.

Definition at line 34 of file sensors.h.

char queue[BUF_SIZE]

Queue name.

Definition at line 40 of file sensors.h.

char sensor[BUF_SIZE]

Sensor name.

Definition at line 36 of file sensors.h.


The documentation for this struct was generated from the following file: