The Connection Base State class.
More...
#include <States.h>
|
| enum | ConnectionBaseStateEnum { Connecting,
ConnectionLoosing,
Connected,
NotConnected
} |
| |
|
|
void | setConnecting () |
| |
|
void | setConnectionLoosing () |
| |
|
void | setConnected () |
| |
|
void | setNotConnected () |
| |
|
|
void | stateChanged () |
| |
|
void | connected () |
| |
|
void | notConnected () |
| |
|
|
QString | getCurrentStatus () const |
| |
|
enum ConnectionBaseStateEnum & | getCurrentState () const |
| |
|
bool | isConnecting () const |
| |
|
bool | isConnectionLoosing () const |
| |
|
bool | isConnected () const |
| |
|
bool | isNotConnected () const |
| |
|
virtual QString | getClassName () const =0 |
| |
|
|
static QString | getStateName (int id) |
| |
The Connection Base State class.
The documentation for this class was generated from the following file:
- C:/Infron_Ltd/git/microCOR/lab-sdk/include/cpp/States.h