Test of the ARICH component.
More...
#include <ARICHComponentTest.h>
Test of the ARICH component.
Definition at line 23 of file ARICHComponentTest.h.
◆ ARICHComponentTest() [1/2]
Default constructor.
Definition at line 30 of file ARICHComponentTest.h.
30: m_id(0), m_componentID(""), m_timeStamp(), m_type(0), m_data(NULL), m_comment("") {};
◆ ARICHComponentTest() [2/2]
Constructor.
Definition at line 35 of file ARICHComponentTest.h.
35 : m_id(id), m_componentID(""), m_timeStamp(timeStamp),
36 m_type(type), m_data(data), m_comment("") {};
◆ ~ARICHComponentTest()
◆ getComponentID()
std::string getComponentID |
( |
| ) |
|
Get component identifier.
- Returns
- Component identifier.
◆ getComponentTestComment()
std::string getComponentTestComment |
( |
| ) |
|
Get comment.
- Returns
- Comment.
◆ getMeasurementData()
TObject * getMeasurementData |
( |
| ) |
const |
|
inline |
◆ getMeasurementType()
int getMeasurementType |
( |
| ) |
const |
|
inline |
◆ getTestID()
◆ getTestTimeStamp()
TTimeStamp getTestTimeStamp |
( |
| ) |
const |
|
inline |
◆ setComponentID()
void setComponentID |
( |
const std::string & | componentID | ) |
|
|
inline |
Set component identifier.
- Parameters
-
[in] | componentID | Component identifier. |
Definition at line 66 of file ARICHComponentTest.h.
66{m_componentID = componentID; }
◆ setComponentTestComment()
void setComponentTestComment |
( |
const std::string & | comment | ) |
|
|
inline |
◆ setMeasurementData()
void setMeasurementData |
( |
TObject * | data | ) |
|
|
inline |
◆ setMeasurementType()
void setMeasurementType |
( |
int | type | ) |
|
|
inline |
Set measurement type.
- Parameters
-
[in] | type | Measurement type. |
Definition at line 90 of file ARICHComponentTest.h.
◆ setTestID()
◆ setTestTimeStamp()
void setTestTimeStamp |
( |
TTimeStamp | timeStamp | ) |
|
|
inline |
Set date of test measurement.
- Parameters
-
[in] | timeStamp | Date of test measurement. |
Definition at line 78 of file ARICHComponentTest.h.
78{m_timeStamp = timeStamp; }
◆ m_comment
◆ m_componentID
std::string m_componentID |
|
private |
◆ m_data
◆ m_id
◆ m_timeStamp
◆ m_type
The documentation for this class was generated from the following file: