OnixS BME SENAF Handler C++ library 2.3.0
API documentation
Loading...
Searching...
No Matches
HandlerStates Struct Reference

Public Types

enum  Enum

Static Public Member Functions

static const char * toString (Enum state)

Detailed Description

Definition at line 29 of file HandlerState.h.

Member Enumeration Documentation

◆ Enum

enum Enum

Available Handler's states.

Enumerator
Stopped 

The Handler is stopped.

Stopping  

The Handler is stopping.

Started  

The Handler is started but no data processing is performed yet.

Connecting  

The Handler is connecting to feeds.

Definition at line 32 of file HandlerState.h.

Member Function Documentation

◆ toString()

const char * toString ( Enum state)
static

Returns string representation.