openDAQ
Open data acquisition platform
+ Collaboration diagram for Factories:

Detailed Description

Functions

RangePtr Range (const NumberPtr &lowValue, const NumberPtr &highValue)
 Creates a range object with specified low and high boundary values. More...
 
StructTypePtr RangeStructType ()
 Creates the Struct type object that defines the Range struct.
 

Function Documentation

◆ Range()

RangePtr Range ( const NumberPtr lowValue,
const NumberPtr highValue 
)
inline

Creates a range object with specified low and high boundary values.

Parameters
lowValueThe lower boundary of the range.
highValueThe upper boundary of the range.
Exceptions
RangeBoundariesInvalidExceptionif lowValue > highValue.