sensorfw
IntervalRequest Class Reference

Interval Request class. More...

#include <datarange.h>

Public Member Functions

 IntervalRequest (int newId, unsigned newValue)
 Constructor. More...
 
bool operator== (const IntervalRequest &right) const
 Comparison operator. More...
 

Public Attributes

int id
 Request ID. More...
 
unsigned value
 Requested interval value. More...
 

Detailed Description

Interval Request class.

Definition at line 289 of file datarange.h.

Constructor & Destructor Documentation

◆ IntervalRequest()

IntervalRequest::IntervalRequest ( int  newId,
unsigned  newValue 
)
inline

Constructor.

Parameters
newIdRequest ID.
newValueinterval value to request.

Definition at line 300 of file datarange.h.

Member Function Documentation

◆ operator==()

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

Comparison operator.

Parameters
rightobject to compare to.
Returns
comparison result.

Definition at line 310 of file datarange.h.

Member Data Documentation

◆ id

int IntervalRequest::id

Request ID.

Definition at line 291 of file datarange.h.

◆ value

unsigned IntervalRequest::value

Requested interval value.

Definition at line 292 of file datarange.h.


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