![]() |
MAK Data Logger API Documentation for HLA
|
This class describes a dimension as listed in the FOM. More...
Collaboration diagram for MAKLogger::DtLgrDimensionDesc:Public Member Functions | |
| DtLgrDimensionDesc (const DtString &name, unsigned long upperBound, unsigned long defaultLowerBound, unsigned long defaultUpperBound, bool excluded, DtExerciseConn *exConn) | |
| DtLgrDimensionDesc (const DtString &name, DtLgrSpaceDesc *space, DtExerciseConn *exConn) | |
| virtual | ~DtLgrDimensionDesc () |
| virtual DtString | name () const |
| virtual unsigned long | upperBound () const |
| virtual unsigned long | defaultLowerBound () const |
| virtual unsigned long | defaultUpperBound () const |
| virtual bool | excluded () const |
| virtual const DtLgrSpaceDesc * | space () const |
Protected Attributes | |
| DtExerciseConn * | myExConn |
| DtString | myName |
| unsigned long | myUpperBound |
| unsigned long | myDefaultLowerBound |
| unsigned long | myDefaultUpperBound |
| bool | myExcluded |
| DtLgrSpaceDesc * | mySpace |
Private Member Functions | |
| DtLgrDimensionDesc (const DtLgrDimensionDesc &from) | |
| Unimplemented copy constructor;. More... | |
| DtLgrDimensionDesc & | operator= (DtLgrDimensionDesc &rhs) |
| Unimplemented assignment operator; see the comment on the copy constructor. More... | |
This class describes a dimension as listed in the FOM.
| MAKLogger::DtLgrDimensionDesc::DtLgrDimensionDesc | ( | const DtString & | name, |
| unsigned long | upperBound, | ||
| unsigned long | defaultLowerBound, | ||
| unsigned long | defaultUpperBound, | ||
| bool | excluded, | ||
| DtExerciseConn * | exConn | ||
| ) |
| MAKLogger::DtLgrDimensionDesc::DtLgrDimensionDesc | ( | const DtString & | name, |
| DtLgrSpaceDesc * | space, | ||
| DtExerciseConn * | exConn | ||
| ) |
|
virtual |
|
private |
Unimplemented copy constructor;.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
private |
Unimplemented assignment operator; see the comment on the copy constructor.
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |