Low-Level C++ SDK  v1.2.0
Loading...
Searching...
No Matches
MiddlewareStatusUpdate Struct Reference

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< ConnectedDeviceStatusdevices
 Status and informations of the devices (TouchDIVERs) connected to the middleware.
 

Detailed Description

Middleware status fields.

Member Data Documentation

◆ actuationsEnabled

bool MiddlewareStatusUpdate::actuationsEnabled

Tells if the middleware will propagate actuations to the connected devices.

◆ devices

std::vector<ConnectedDeviceStatus> MiddlewareStatusUpdate::devices

Status and informations of the devices (TouchDIVERs) connected to the middleware.

◆ errorDesc

std::string MiddlewareStatusUpdate::errorDesc

Description of the latest status code received.

◆ status

MiddlewareStatus MiddlewareStatusUpdate::status

Current status of the middleware.

◆ statusCode

int MiddlewareStatusUpdate::statusCode

Latest status code sent by the middleware (0 = OK)

◆ timestamp

std::uint64_t MiddlewareStatusUpdate::timestamp

Timestamp of the last status update received by the middleware.

◆ version

std::string MiddlewareStatusUpdate::version

Middleware version.


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