Main Page | Class Hierarchy | Class List | Directories | File List | Class Members

dimeInt8Record Class Reference

The dimeInt8Record class is a container class for 8-bit integer records. More...

#include <dime/records/Int8Record.h>

Inheritance diagram for dimeInt8Record:

dimeRecord dimeBase List of all members.

Public Member Functions

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


Constructor & Destructor Documentation

dimeInt8Record::dimeInt8Record const int  group_code = 270,
const int8  val = 0
 

Constructor


Member Function Documentation

dimeRecord * dimeInt8Record::copy dimeMemHandler *const   mh  )  const [virtual]
 

Returns a copy of this record.

Implements dimeRecord.

int8 dimeInt8Record::getValue  )  const
 

Returns the int8 value.

void dimeInt8Record::getValue dimeParam param  )  const [virtual]
 

Returns the value of this record.

Implements dimeRecord.

bool dimeInt8Record::read dimeInput *const   in  )  [virtual]
 

This function will read the record from the dimeInput file.

Implements dimeRecord.

void dimeInt8Record::setValue const int8  val  ) 
 

Sets the value.

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

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

Implements dimeRecord.

int dimeInt8Record::typeId  )  const [virtual]
 

This virtual function will return the type of the record.

Implements dimeRecord.

bool dimeInt8Record::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.