sensorfw
DataRangeRequest Class Reference

DataRange request class. More...

#include <datarange.h>

Public Member Functions

 DataRangeRequest (int newId)
 Constructor. More...
 
 DataRangeRequest (int newId, const DataRange &newRange)
 Constructor. More...
 
bool operator== (const DataRangeRequest &right) const
 Comparison operator. More...
 

Public Attributes

int id
 Request ID. More...
 
DataRange range
 Resuested range. More...
 

Detailed Description

DataRange request class.

Definition at line 249 of file datarange.h.

Constructor & Destructor Documentation

◆ DataRangeRequest() [1/2]

DataRangeRequest::DataRangeRequest ( int  newId)
inline

Constructor.

Parameters
newIdid of the request.

Definition at line 261 of file datarange.h.

◆ DataRangeRequest() [2/2]

DataRangeRequest::DataRangeRequest ( int  newId,
const DataRange newRange 
)
inline

Constructor.

Parameters
newIdid of the request.
newRangerequested range.

Definition at line 270 of file datarange.h.

Member Function Documentation

◆ operator==()

bool DataRangeRequest::operator== ( const DataRangeRequest right) const
inline

Comparison operator.

Parameters
rightobject to compare to.
Returns
comparison result.

Definition at line 280 of file datarange.h.

Member Data Documentation

◆ id

int DataRangeRequest::id

Request ID.

Definition at line 253 of file datarange.h.

◆ range

DataRange DataRangeRequest::range

Resuested range.

Definition at line 254 of file datarange.h.


The documentation for this class was generated from the following file: