A class to handle the execution client requests at the EM side.
More...
#include <execution_server.h>
A class to handle the execution client requests at the EM side.
- See also
- ExecutionClient
- Note
- The class is not part of the ARA standard.
◆ ExecutionServer()
Constructor.
- Parameters
-
rpcServer | RPC server abstraction layer |
◆ TryGetExecutionState()
bool ara::exec::ExecutionServer::TryGetExecutionState |
( |
std::string |
id, |
|
|
ExecutionState & |
state |
|
) |
| |
Try to get the execution state of an instance specfier.
- Parameters
-
[in] | id | The meta-model ID of the instance specifier |
[out] | state | Instance specifier execution state |
- Returns
- True if the execution state is reported; otherwise false