|
automotive-message-broker
0.13
|
The AsyncPropertyRequest class is used by sinks to request property values. More...
#include <abstractroutingengine.h>

Public Member Functions | |
| AsyncPropertyRequest (const AsyncPropertyRequest &request) | |
| AsyncPropertyRequest & | operator= (const AsyncPropertyRequest &other) |
Public Attributes | |
| 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 AsyncPropertyRequest class is used by sinks to request property values.
| uint AsyncPropertyRequest::timeout |
use to specify a timeout in ms for the request. When a timeout occurs, the 'completed' callback will be called with an error.
1.8.8