SRGFloatStructData Class

class SRGFloatStructData: public SRGStructureData

SRGFloatStructData is a specialized enhancement of SRGStructureData that retrieves or places a float value at the current position within the array of structures or memory block.

Defined in: SRGStructureData.h

Developer Notes

The data value is always cast to double -- the data type that OC expects.

Class Members

 SRGFloatStructData()

Constructor

virtual  ~SRGFloatStructData()

Destructor

virtual void  SetValue(double v)

Sets a float into the structure at the current position

virtual double  GetValue(BOOL bLogData = FALSE)

Retrieves a float from the structure at the current position