My Project
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
gcp::receiver::BoloDevice Class Reference

Public Member Functions

 BoloDevice ()
 
 BoloDevice (const BoloDevice &objToBeCopied)
 
 BoloDevice (BoloDevice &objToBeCopied)
 
void operator= (const BoloDevice &objToBeAssigned)
 
void operator= (BoloDevice &objToBeAssigned)
 
virtual ~BoloDevice ()
 
void setId (std::string id)
 
void setReadoutChannel (std::string channel)
 
std::string getId ()
 
std::string getReadoutChannel ()
 

Friends

std::ostream & operator<< (std::ostream &os, BoloDevice &obj)
 

Constructor & Destructor Documentation

BoloDevice::BoloDevice ( )

Constructor.

....................................................................... Constructor.

BoloDevice::BoloDevice ( const BoloDevice objToBeCopied)

Copy Constructor.

....................................................................... Const Copy Constructor.

BoloDevice::BoloDevice ( BoloDevice objToBeCopied)

Copy Constructor.

....................................................................... Copy Constructor.

BoloDevice::~BoloDevice ( )
virtual

Destructor.

....................................................................... Destructor.

Member Function Documentation

void BoloDevice::operator= ( const BoloDevice objToBeAssigned)

Const Assignment Operator.

....................................................................... Const Assignment Operator.

void BoloDevice::operator= ( BoloDevice objToBeAssigned)

Assignment Operator.

....................................................................... Assignment Operator.

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
BoloDevice obj 
)
friend

Output Operator.


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