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

Shared structure between recv thread and grabber thread. More...

#include <grabber.h>

Data Fields

pthread_mutex_t mtx
 
pthread_cond_t cond
 
uint8_t * buffer
 
socket_t sock
 
int len
 
int flagSnapRec
 
int flagRecording
 

Detailed Description

Shared structure between recv thread and grabber thread.

Definition at line 46 of file grabber.h.

Field Documentation

uint8_t* buffer

Definition at line 50 of file grabber.h.

pthread_cond_t cond

Definition at line 49 of file grabber.h.

int flagRecording

Definition at line 54 of file grabber.h.

int flagSnapRec

Definition at line 53 of file grabber.h.

int len

Definition at line 52 of file grabber.h.

pthread_mutex_t mtx

Definition at line 48 of file grabber.h.

socket_t sock

Definition at line 51 of file grabber.h.


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