controllerclientcpp  0.6.1
 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 マクロ定義 ページ
Public メソッド | Public 変数 | すべてのメンバ一覧
構造体 mujinclient::JobStatus

#include <mujincontrollerclient.h>

mujinclient::JobStatusのコラボレーション図
Collaboration graph
[凡例]

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

説明

例:
mujinexecutetask.cpp, mujinexecutetask_fast.cpp, mujinexecutetask_robodia.cpp, と mujinideal_densowave.cpp.

mujincontrollerclient.h186 行で定義されています。

コンストラクタとデストラクタ

mujinclient::JobStatus::JobStatus ( )
inline

mujincontrollerclient.h188 行で定義されています。

変数

JobStatusCode mujinclient::JobStatus::code

status code on whether the job is active

例:
mujinexecutetask_fast.cpp, mujinexecutetask_robodia.cpp, と mujinideal_densowave.cpp.

mujincontrollerclient.h190 行で定義されています。

double mujinclient::JobStatus::elapsedtime

how long the job has been running for in seconds

mujincontrollerclient.h193 行で定義されています。

std::string mujinclient::JobStatus::message

current message of the job

例:
mujinexecutetask_fast.cpp, mujinexecutetask_robodia.cpp, と mujinideal_densowave.cpp.

mujincontrollerclient.h192 行で定義されています。

std::string mujinclient::JobStatus::pk

the primary key to differentiate this job

mujincontrollerclient.h194 行で定義されています。

std::string mujinclient::JobStatus::type

the type of job running

mujincontrollerclient.h191 行で定義されています。


この構造体の説明は次のファイルから生成されました: