Low-Level C++ SDK  v1.3.0
Loading...
Searching...
No Matches
ThimbleStatus Struct Reference

Status of a single thimble connected to a device. More...

#include <WeArtCommon.h>

Public Attributes

ActuationPoint 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.
 

Detailed Description

Status of a single thimble connected to a device.

Member Data Documentation

◆ connected

bool ThimbleStatus::connected

Tells whether the thimble is connected to the device or not.

◆ errorDesc

std::string ThimbleStatus::errorDesc

Description of the thimble status code.

◆ id

ActuationPoint ThimbleStatus::id

Actuation Point to which the thimble is assigned.

◆ statusCode

int ThimbleStatus::statusCode

Current status code of the thimble (0 = OK)


The documentation for this struct was generated from the following file: