nebula::exec::client
namespace nebula::exec::client
Members
enum ExecutionState
| Values | Descriptions |
|---|---|
| ESRunning | |
| ESTerminating | |
| ESTerminated |
This Enum provides possible states of application to report there status to EM.
enum ApplicationType
| Values | Descriptions |
|---|---|
| APP_TYPE_UNKNOWN | |
| APP_TYPE_ADAPTIVE | |
| APP_TYPE_ROS |
EM can launch adaptive applications as well as ROS applications. This Enum provides Enum values to specify which type of application it is. applications need to initialize EM client by specifying what type of application it is.