Class hierarchy Compound list Header files Member list
dimeInt8Record Class Reference
The dimeInt8Record class is a container class for 8-bit integer records. More...
#include <Int8Record.h>
Inherits dimeRecord.
List of all members.
Public Members
- dimeInt8Record (const int group_code = 270, const int8 val = 0)
- virtual dimeRecord* copy (dimeMemHandler * const mh) const
- virtual void setValue (const dimeParam ¶m, dimeMemHandler * const memhandler = NULL)
- virtual void getValue (dimeParam ¶m) const
- int8 getValue () const
- void setValue (const int8 val)
- int typeId () const
- bool read (dimeInput * const in)
- bool write (dimeOutput * const out)
Detailed Description
The dimeInt8Record class is a container class for 8-bit integer records.
Member Function Documentation
dimeInt8Record::dimeInt8Record(const int group_code, const int8 val)
Constructor
dimeRecord* dimeInt8Record::copy(dimeMemHandler * const mh) const [virtual]
Reimplemented from dimeRecord.
void dimeInt8Record::setValue(const dimeParam ¶m, dimeMemHandler * const ) [virtual]
Reimplemented from dimeRecord.
void dimeInt8Record::getValue(dimeParam ¶m) const [virtual]
Reimplemented from dimeRecord.
int8 dimeInt8Record::getValue() const
Returns the int8 value.
void dimeInt8Record::setValue(const int8 val)
Sets the value.
int dimeInt8Record::typeId() const
Reimplemented from dimeRecord.
bool dimeInt8Record::read(dimeInput * const in)
Reimplemented from dimeRecord.
bool dimeInt8Record::write(dimeOutput * const out)
Reimplemented from dimeRecord.
The documentation for this class was generated from the following files:
- Int8Record.cpp
- Int8Record.h