#include <dime/records/Int16Record.h>
Inheritance diagram for dimeInt16Record::
Public Methods | |
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) |
|
Constructor |
|
Returns a copy of this record. Reimplemented from dimeRecord. |
|
Returns the int16 value. |
|
Returns the value of this record. Reimplemented from dimeRecord. |
|
This function will read the record from the dimeInput file. Reimplemented from dimeRecord. |
|
Sets the int16 value. |
|
Sets the value of this record. The memory handler is needed by dimeStringRecord. Reimplemented from dimeRecord. |
|
This virtual function will return the type of the record. Reimplemented from dimeRecord. |
|
This function will write the record to the dimeOutput file. Reimplemented from dimeRecord. |