Main Page   Class Hierarchy   Compound List   File List   Compound Members  

dimeInt16Record Class Reference

The dimeInt16Record class is a container class for 16-bit integer records. More...

#include <dime/records/Int16Record.h>

Inheritance diagram for dimeInt16Record::

dimeRecord dimeBase List of all members.

Public Methods

 dimeInt16Record (const int group_code=60, const int16 val=0)
virtual dimeRecordcopy (dimeMemHandler *const mh) const
virtual void setValue (const dimeParam &param, dimeMemHandler *const memhandler=NULL)
virtual void getValue (dimeParam &param) 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.


Constructor & Destructor Documentation

dimeInt16Record::dimeInt16Record const int    group_code = 60,
const int16    val = 0
 

Constructor


Member Function Documentation

dimeRecord * dimeInt16Record::copy dimeMemHandler *const    mh const [virtual]
 

Returns a copy of this record.

Reimplemented from dimeRecord.

int16 dimeInt16Record::getValue   const
 

Returns the int16 value.

void dimeInt16Record::getValue dimeParam   param const [virtual]
 

Returns the value of this record.

Reimplemented from dimeRecord.

bool dimeInt16Record::read dimeInput *const    in [virtual]
 

This function will read the record from the dimeInput file.

Reimplemented from dimeRecord.

void dimeInt16Record::setValue const int16    val
 

Sets the int16 value.

void dimeInt16Record::setValue const dimeParam   param,
dimeMemHandler *const    memhandler = NULL
[virtual]
 

Sets the value of this record. The memory handler is needed by dimeStringRecord.

Reimplemented from dimeRecord.

int dimeInt16Record::typeId   const [virtual]
 

This virtual function will return the type of the record.

Reimplemented from dimeRecord.

bool dimeInt16Record::write dimeOutput *const    out [virtual]
 

This function will write the record to the dimeOutput file.

Reimplemented from dimeRecord.


The documentation for this class was generated from the following files:
Copyright © 1998-1999, Systems In Motion <sales@sim.no>. All rights reserved.
System documentation was generated using doxygen.