SRGShortStructData Class

class SRGShortStructData: public SRGStructureData

SRGShortStructData is a specialized enhancement of SRGStructureData that retrieves or places an short 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

CHART_API SRGShortStructData()

Constructor.

CHART_API virtual ~SRGShortStructData()

Destructor.

CHART_API virtual void SetValue(double v)

Sets a short into the structure at the current position

CHART_API virtual double GetValue(BOOL bLogData = FALSE)

Retrieves a short from the structure at the current position