Constructor & Destructor Documentation
| ciSystemTest::ciSystemTest |
( |
void |
| ) |
|
- Description:
- Default constructor.
| ciSystemTest::~ciSystemTest |
( |
void |
| ) |
|
- Description:
- Default destructor.
- Description:
- Copy constructor.
- Parameters
-
| obj | - the object being copied. |
Member Function Documentation
| bool ciSystemTest::archive |
( |
std::ofstream & |
outf | ) |
|
- Description:
- Saves the ciSystemTest object to file.
- Parameters
-
| filepath | - complete path and filename to the file |
| flags | - file io flags to be set. |
- Returns
- true if sucessful
| bool ciSystemTest::serialize |
( |
char * |
filepath | ) |
|
- Description:
- Loads the ciSystemTest object from file.
- Parameters
-
| filepath | - complete path and filename to the file |
- Returns
- true if sucessful
| bool ciSystemTest::parseXML |
( |
clXML & |
xmlDocument | ) |
|
- Parameters
-
| std::string | tag |
| char | *nodeString |
- Returns
- bool
- Parameters
-
| std::string | tag |
| std::string | *nodeString |
- Returns
- bool
- Parameters
-
| std::string | tag |
| bool | *nodeBool |
- Returns
- bool
- Parameters
-
| std::string | tag |
| int | *nodeBool |
- Returns
- bool
- Parameters
-
| std::string | tag |
| double | *nodeBool |
- Returns
- bool
| void ciSystemTest::saveXML |
( |
clXML * |
xmlDocument | ) |
|
- Description:
- Assignment operator.
- Parameters
-
| obj | - the object being assigned. |
| void ciSystemTest::setCaptureFrame |
( |
int |
frame | ) |
|
|
inline |
| int ciSystemTest::getCaptureFrame |
( |
| ) |
|
|
inline |
| void ciSystemTest::setCaptureStandardOutput |
( |
bool |
state | ) |
|
|
inline |
| bool ciSystemTest::getCaptureStandardOutput |
( |
| ) |
|
|
inline |
| void ciSystemTest::setCaptureDisplayFrameRate |
( |
bool |
state | ) |
|
|
inline |
| bool ciSystemTest::getCaptureDisplayFrameRate |
( |
| ) |
|
|
inline |
Member Data Documentation
| int ciSystemTest::m_captureFrame |
|
private |
| char* ciSystemTest::m_preApertureFpf |
|
private |
| char* ciSystemTest::m_postApertureFpf |
|
private |
| bool ciSystemTest::m_standardOutput |
|
private |
| bool ciSystemTest::m_displayFrameRate |
|
private |
The documentation for this class was generated from the following file: