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