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::CScommData Class Reference

helper class for CScommBase More...

#include <NetworkComm/CScommClasses.hh>

+ Collaboration diagram for BIAS::CScommData:

Public Member Functions

 CScommData ()
 
 ~CScommData ()
 

Public Attributes

bool connected
 
int fd
 
bool firstcontact
 
unsigned int lastProcessed
 
std::vector< char > msgBuffer
 
std::string name
 
pthread_t threadid
 

Detailed Description

helper class for CScommBase

Definition at line 69 of file CScommClasses.hh.

Constructor & Destructor Documentation

BIAS::CScommData::CScommData ( )
inline

Definition at line 72 of file CScommClasses.hh.

BIAS::CScommData::~CScommData ( )
inline

Definition at line 74 of file CScommClasses.hh.

Member Data Documentation

bool BIAS::CScommData::connected

Definition at line 78 of file CScommClasses.hh.

int BIAS::CScommData::fd

Definition at line 79 of file CScommClasses.hh.

bool BIAS::CScommData::firstcontact

Definition at line 80 of file CScommClasses.hh.

unsigned int BIAS::CScommData::lastProcessed

Definition at line 82 of file CScommClasses.hh.

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

std::vector<char> BIAS::CScommData::msgBuffer

Definition at line 81 of file CScommClasses.hh.

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

std::string BIAS::CScommData::name
pthread_t BIAS::CScommData::threadid

Definition at line 77 of file CScommClasses.hh.


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