|
sensorfw
|
Interval Request class. More...
#include <datarange.h>
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. | |
Interval Request class.
Definition at line 289 of file datarange.h.
| IntervalRequest::IntervalRequest | ( | int | newId, |
| unsigned | newValue | ||
| ) | [inline] |
Constructor.
| newId | Request ID. |
| newValue | interval value to request. |
Definition at line 300 of file datarange.h.
| bool IntervalRequest::operator== | ( | const IntervalRequest & | right | ) | const [inline] |
Comparison operator.
| right | object to compare to. |
Definition at line 310 of file datarange.h.
Request ID.
Definition at line 291 of file datarange.h.
| unsigned IntervalRequest::value |
Requested interval value.
Definition at line 292 of file datarange.h.