|
My Project
|
Public Member Functions | |
| BoloPixelManager () | |
| BoloPixelManager (std::string configFile) | |
| BoloPixelManager (std::string hwHost, unsigned int hwPort) | |
| BoloPixelManager (const BoloPixelManager &objToBeCopied) | |
| BoloPixelManager (BoloPixelManager &objToBeCopied) | |
| void | operator= (const BoloPixelManager &objToBeAssigned) |
| void | operator= (BoloPixelManager &objToBeAssigned) |
| virtual | ~BoloPixelManager () |
| void | initialize () |
| void | initializeFromFile (std::string) |
| void | initializeFromHardwareManager (std::string hwHost, unsigned int hwPort) |
| std::vector< BoloPixel > | getPixels () |
| gcp::receiver::BoloPixelManager::BoloPixelManager | ( | ) |
Constructors
| BoloPixelManager::BoloPixelManager | ( | std::string | configFile | ) |
....................................................................... Constructor from config file.
| BoloPixelManager::BoloPixelManager | ( | std::string | hwHost, |
| unsigned int | hwPort | ||
| ) |
....................................................................... Constructor from hardware manager
| BoloPixelManager::BoloPixelManager | ( | const BoloPixelManager & | objToBeCopied | ) |
Copy Constructor.
....................................................................... Const Copy Constructor.
| BoloPixelManager::BoloPixelManager | ( | BoloPixelManager & | objToBeCopied | ) |
Copy Constructor.
....................................................................... Copy Constructor.
|
virtual |
Destructor.
....................................................................... Destructor.
| std::vector< BoloPixel > BoloPixelManager::getPixels | ( | ) |
Return a vector of pixels
....................................................................... Return the vector of pixels
| void BoloPixelManager::initializeFromFile | ( | std::string | ) |
....................................................................... Right now this does nothing. At some point in the future, this may read pixel information from a file
| void BoloPixelManager::initializeFromHardwareManager | ( | std::string | hwHost, |
| unsigned int | hwPort | ||
| ) |
....................................................................... Initialize the bolometer array from the hardware manager
| void BoloPixelManager::operator= | ( | const BoloPixelManager & | objToBeAssigned | ) |
Const Assignment Operator.
....................................................................... Const Assignment Operator.
| void BoloPixelManager::operator= | ( | BoloPixelManager & | objToBeAssigned | ) |
Assignment Operator.
....................................................................... Assignment Operator.