automotive-message-broker
0.12
|
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>
Public Member Functions | |
AsyncSetPropertyRequest (const AsyncPropertyRequest &request) | |
![]() | |
AsyncPropertyRequest (const AsyncPropertyRequest &request) | |
AsyncPropertyRequest & | operator= (const AsyncPropertyRequest &other) |
Public Attributes | |
AbstractPropertyType * | value |
value the new value to set the property to. | |
![]() | |
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 | |
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.