Wiselib
|
The Request concept defines a basic structure for everything that can return a value (e.g., a sensor or a position). More...
Inherited by concepts::Position_concept, and concepts::RequestSensor_concept.
Public Member Functions | |
value_t | operator() () |
Return current value. | |
Public Attributes | |
typedef | OsModel |
Type of Os Concept which has been set. | |
typedef | value_t |
Type of value that is returned. |
The Request concept defines a basic structure for everything that can return a value (e.g., a sensor or a position).
Access is provided via operator overloading of round bracket.
value_t concepts::Request_concept::operator() | ( | ) |
Return current value.
Reimplemented in concepts::Position_concept.
Type of Os Concept which has been set.
Type of value that is returned.
Reimplemented in concepts::Position_concept.