automotive-message-broker  0.12
 All Classes Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | Public Attributes | List of all members
AsyncSetPropertyRequest Class Reference

The AsyncSetPropertyRequest class is used by sinks to set a property to the 'value'. The source will reply with a AsyncPropertyReply containing the new value or an error. More...

#include <abstractroutingengine.h>

Inheritance diagram for AsyncSetPropertyRequest:
AsyncPropertyRequest

Public Member Functions

 AsyncSetPropertyRequest (const AsyncPropertyRequest &request)
 
- Public Member Functions inherited from AsyncPropertyRequest
 AsyncPropertyRequest (const AsyncPropertyRequest &request)
 
AsyncPropertyRequestoperator= (const AsyncPropertyRequest &other)
 

Public Attributes

AbstractPropertyTypevalue
 value the new value to set the property to.
 
- Public Attributes inherited from AsyncPropertyRequest
VehicleProperty::Property property
 property property to request.
 
std::string sourceUuidFilter
 sourceUuidFilter the requesting sink should use this to filter on a specific source or leave blank to use any source
 
Zone::Type zoneFilter
 zoneFilter the requesting sink should use this if he wants to filter on a specific zone
 
GetPropertyCompletedSignal completed
 completed the callback when the request has been completed.
 
uint timeout
 use to specify a timeout in ms for the request. When a timeout occurs, the 'completed' callback will be called with an error. More...
 
std::string pid
 pid requesting process id
 

Detailed Description

The AsyncSetPropertyRequest class is used by sinks to set a property to the 'value'. The source will reply with a AsyncPropertyReply containing the new value or an error.

See Also
AbstractRoutingEngine::setProperty
AsyncPropertyReply

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