openDAQ
Open data acquisition platform
RangePtr Class Reference

Describes a range of values between the lowValue and highValue boundaries. Range objects implement the Struct methods internally and are Core type ctStruct. More...

Inherits ObjectPtr< IRange >.

Detailed Description

Describes a range of values between the lowValue and highValue boundaries. Range objects implement the Struct methods internally and are Core type ctStruct.

Public Member Functions

daq::NumberPtr getLowValue () const
 Gets the lower boundary value of the range.
 
daq::NumberPtr getHighValue () const
 Gets the upper boundary value of the range.