Low-Level C++ SDK
v1.3.0
|
Middleware status fields. More...
#include <MiddlewareStatusListener.h>
Public Attributes | |
std::uint64_t | timestamp |
Timestamp of the last status update received by the middleware. | |
MiddlewareStatus | status |
Current status of the middleware. | |
std::string | version |
Middleware version. | |
int | statusCode |
Latest status code sent by the middleware (0 = OK) | |
std::string | errorDesc |
Description of the latest status code received. | |
bool | actuationsEnabled |
Tells if the middleware will propagate actuations to the connected devices. | |
std::vector< ConnectedDeviceStatus > | devices |
Status and informations of the devices (TouchDIVERs) connected to the middleware. | |
Middleware status fields.
bool MiddlewareStatusUpdate::actuationsEnabled |
Tells if the middleware will propagate actuations to the connected devices.
std::vector<ConnectedDeviceStatus> MiddlewareStatusUpdate::devices |
Status and informations of the devices (TouchDIVERs) connected to the middleware.
std::string MiddlewareStatusUpdate::errorDesc |
Description of the latest status code received.
MiddlewareStatus MiddlewareStatusUpdate::status |
Current status of the middleware.
int MiddlewareStatusUpdate::statusCode |
Latest status code sent by the middleware (0 = OK)
std::uint64_t MiddlewareStatusUpdate::timestamp |
Timestamp of the last status update received by the middleware.
std::string MiddlewareStatusUpdate::version |
Middleware version.