|
microCOR Lab SDK
1.7
|
The Gateway State class. More...
#include <States.h>
Public Member Functions | |
| QString | getClassName () const |
Public Member Functions inherited from ConnectionBaseState | |
| QString | getCurrentStatus () const |
| enum ConnectionBaseStateEnum & | getCurrentState () const |
| bool | isConnecting () const |
| bool | isConnectionLoosing () const |
| bool | isConnected () const |
| bool | isNotConnected () const |
Additional Inherited Members | |
Public Types inherited from ConnectionBaseState | |
| enum | ConnectionBaseStateEnum { Connecting, ConnectionLoosing, Connected, NotConnected } |
Public Slots inherited from ConnectionBaseState | |
| void | setConnecting () |
| void | setConnectionLoosing () |
| void | setConnected () |
| void | setNotConnected () |
Signals inherited from ConnectionBaseState | |
| void | stateChanged () |
| void | connected () |
| void | notConnected () |
Static Public Member Functions inherited from ConnectionBaseState | |
| static QString | getStateName (int id) |
The Gateway State class.