#include <mujincontrollerclient.h>
Public メソッド | |
JobStatus () |
Public 変数 | |
JobStatusCode | code |
status code on whether the job is active | |
std::string | type |
the type of job running | |
std::string | message |
current message of the job | |
double | elapsedtime |
how long the job has been running for in seconds | |
std::string | pk |
the primary key to differentiate this job |
mujincontrollerclient.h の 186 行で定義されています。
|
inline |
mujincontrollerclient.h の 188 行で定義されています。
JobStatusCode mujinclient::JobStatus::code |
status code on whether the job is active
mujincontrollerclient.h の 190 行で定義されています。
double mujinclient::JobStatus::elapsedtime |
how long the job has been running for in seconds
mujincontrollerclient.h の 193 行で定義されています。
std::string mujinclient::JobStatus::message |
current message of the job
mujincontrollerclient.h の 192 行で定義されています。
std::string mujinclient::JobStatus::pk |
the primary key to differentiate this job
mujincontrollerclient.h の 194 行で定義されています。
std::string mujinclient::JobStatus::type |
the type of job running
mujincontrollerclient.h の 191 行で定義されています。