Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Public Attributes | List of all members
BIAS::CScommMsg Class Reference

helper class for CScommBase More...

#include <NetworkComm/CScommClasses.hh>

+ Collaboration diagram for BIAS::CScommMsg:

Public Member Functions

 CScommMsg ()
 

Public Attributes

char * binaryData
 
unsigned int binaryDataSize
 
std::string commName
 
pthread_mutex_t dataLock
 
unsigned int dataSize
 
EdataType dataType
 
std::vector< float > floatData
 
std::vector< int > intData
 
std::string msgName
 
bool newData
 
bool server
 
std::vector< std::string > stringData
 

Detailed Description

helper class for CScommBase

Definition at line 43 of file CScommClasses.hh.

Constructor & Destructor Documentation

BIAS::CScommMsg::CScommMsg ( )
inline

Definition at line 45 of file CScommClasses.hh.

Member Data Documentation

char* BIAS::CScommMsg::binaryData

Definition at line 60 of file CScommClasses.hh.

unsigned int BIAS::CScommMsg::binaryDataSize

Definition at line 61 of file CScommClasses.hh.

std::string BIAS::CScommMsg::commName

Definition at line 47 of file CScommClasses.hh.

Referenced by BIAS::CScommBase::RegisterMsg().

pthread_mutex_t BIAS::CScommMsg::dataLock

Definition at line 52 of file CScommClasses.hh.

unsigned int BIAS::CScommMsg::dataSize

Definition at line 50 of file CScommClasses.hh.

Referenced by BIAS::CScommBase::RegisterMsg().

EdataType BIAS::CScommMsg::dataType

Definition at line 49 of file CScommClasses.hh.

Referenced by BIAS::CScommBase::RegisterMsg().

std::vector<float> BIAS::CScommMsg::floatData

Definition at line 57 of file CScommClasses.hh.

std::vector<int> BIAS::CScommMsg::intData

Definition at line 58 of file CScommClasses.hh.

std::string BIAS::CScommMsg::msgName

Definition at line 46 of file CScommClasses.hh.

Referenced by BIAS::CScommBase::RegisterMsg().

bool BIAS::CScommMsg::newData

Definition at line 51 of file CScommClasses.hh.

bool BIAS::CScommMsg::server

Definition at line 48 of file CScommClasses.hh.

Referenced by BIAS::CScommBase::RegisterMsg().

std::vector<std::string> BIAS::CScommMsg::stringData

Definition at line 59 of file CScommClasses.hh.


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