#include <mujincontrollerclient.h>
構成 | |
class | SensorData |
Public メソッド | |
AttachedSensorResource (ControllerClientPtr controller, const std::string &robotobjectpk, const std::string &pk) | |
virtual | ~AttachedSensorResource () |
![]() | |
WebResource (ControllerClientPtr controller, const std::string &resourcename, const std::string &pk) | |
virtual | ~WebResource () |
ControllerClientPtr | GetController () const |
const std::string & | GetResourceName () const |
const std::string & | GetPrimaryKey () const |
virtual std::string | Get (const std::string &field) |
gets an attribute of this web resource | |
virtual void | Set (const std::string &field, const std::string &newvalue) |
sets an attribute of this web resource | |
virtual void | Delete () |
delete the resource and all its child resources | |
virtual void | Copy (const std::string &newname, int options) |
copy the resource and all its child resources to a new name |
Public 変数 | |
std::string | name |
std::string | frame_origin |
std::string | pk |
Real | quaternion [4] |
Real | translate [3] |
std::string | sensortype |
SensorData | sensordata |
mujincontrollerclient.h の 717 行で定義されています。
mujinclient::RobotResource::AttachedSensorResource::AttachedSensorResource | ( | ControllerClientPtr | controller, |
const std::string & | robotobjectpk, | ||
const std::string & | pk | ||
) |
|
inlinevirtual |
mujincontrollerclient.h の 720 行で定義されています。
std::string mujinclient::RobotResource::AttachedSensorResource::frame_origin |
mujincontrollerclient.h の 724 行で定義されています。
std::string mujinclient::RobotResource::AttachedSensorResource::name |
mujincontrollerclient.h の 723 行で定義されています。
std::string mujinclient::RobotResource::AttachedSensorResource::pk |
mujincontrollerclient.h の 725 行で定義されています。
Real mujinclient::RobotResource::AttachedSensorResource::quaternion[4] |
mujincontrollerclient.h の 727 行で定義されています。
SensorData mujinclient::RobotResource::AttachedSensorResource::sensordata |
mujincontrollerclient.h の 741 行で定義されています。
std::string mujinclient::RobotResource::AttachedSensorResource::sensortype |
mujincontrollerclient.h の 729 行で定義されています。
Real mujinclient::RobotResource::AttachedSensorResource::translate[3] |
mujincontrollerclient.h の 728 行で定義されています。