Wiselib
Public Member Functions | Public Attributes
concepts::Request_concept Class Reference

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.

List of all members.

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.

Detailed Description

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.


Member Function Documentation

value_t concepts::Request_concept::operator() ( )

Return current value.

Reimplemented in concepts::Position_concept.


Member Data Documentation

Type of Os Concept which has been set.

Type of value that is returned.

Reimplemented in concepts::Position_concept.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines