sensorfw
IntervalRequest Class Reference

Interval Request class. More...

#include <datarange.h>

List of all members.

Public Member Functions

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

Public Attributes

int id
 Request ID.
unsigned value
 Requested interval value.

Detailed Description

Interval Request class.

Definition at line 289 of file datarange.h.


Constructor & Destructor Documentation

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

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

Request ID.

Definition at line 291 of file datarange.h.

Requested interval value.

Definition at line 292 of file datarange.h.


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