Unreal SDK
v1.3.0
|
Status of a single thimble connected to a device. More...
#include <WeArtCommon.h>
Public Attributes | |
EActuationPoint | id |
Actuation Point to which the thimble is assigned. | |
bool | connected |
Tells whether the thimble is connected to the device or not. | |
int | statusCode |
Current status code of the thimble (0 = OK) | |
std::string | errorDesc |
Description of the thimble status code. | |
Status of a single thimble connected to a device.
bool ThimbleStatus::connected |
Tells whether the thimble is connected to the device or not.
std::string ThimbleStatus::errorDesc |
Description of the thimble status code.
EActuationPoint ThimbleStatus::id |
Actuation Point to which the thimble is assigned.
int ThimbleStatus::statusCode |
Current status code of the thimble (0 = OK)