Library tcfusionzoom  1.0.3
This library can be used for accessing TCFusionZoom devices
Public Member Functions | Public Attributes | List of all members
TFC Class Reference

Public Member Functions

 TFC ()
 Constructor of TFC. More...
 
 ~TFC ()
 Destructor of TFC. More...
 

Public Attributes

unsigned char * irData
 TMC data. More...
 
unsigned int irDataSize
 TMC data size. More...
 
unsigned char * jpegData
 Jpeg data. More...
 
unsigned int jpegDataSize
 Jpeg data size. More...
 

Constructor & Destructor Documentation

TFC::TFC ( )

Constructor of TFC.

Initializes an object of type TFC. It holds the pointer to TMC and jpeg data with the appropriate size infos.

TFC::~TFC ( )

Destructor of TFC.

Cleans up the TFC object memory.

Member Data Documentation

unsigned char* TFC::irData

TMC data.

Pointer to the compressed TMC data (infra red) of a TFC frame.

unsigned int TFC::irDataSize

TMC data size.

Size of the TMC data.

unsigned char* TFC::jpegData

Jpeg data.

Pointer to jpeg binary data.

unsigned int TFC::jpegDataSize

Jpeg data size.

Size of the jpeg binary data.


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