CARMA C++
|
Structure definition for keeping track of all connections, windows, and user control of the system. More...
#include <carma/ui/rtd/common/Connections.h>
Public Attributes | |
Cnx | cnx [NUMBEROF_CONNECTIONS] |
Array of all of the individual connections. More... | |
bool | haveControlUser |
Logical: 1 if someone has control. More... | |
char | longUserName [SIZEOF_LONGUSERNAME] |
Control user, includes location, gecos. More... | |
bool | reloadInProgress |
Logical: 1 if a reload is in progress. More... | |
int | serialNumber |
Increment everytime control or cnx change. More... | |
char | userName [SIZEOF_USERNAME] |
Control user short form, null string if nobody in control. More... | |
Structure definition for keeping track of all connections, windows, and user control of the system.
Definition at line 84 of file Connections.h.
Cnx carma::ui::rtd::ConnectionData::cnx[NUMBEROF_CONNECTIONS] |
Array of all of the individual connections.
Definition at line 96 of file Connections.h.
bool carma::ui::rtd::ConnectionData::haveControlUser |
Logical: 1 if someone has control.
Definition at line 88 of file Connections.h.
char carma::ui::rtd::ConnectionData::longUserName[SIZEOF_LONGUSERNAME] |
Control user, includes location, gecos.
Definition at line 94 of file Connections.h.
bool carma::ui::rtd::ConnectionData::reloadInProgress |
Logical: 1 if a reload is in progress.
Definition at line 90 of file Connections.h.
int carma::ui::rtd::ConnectionData::serialNumber |
Increment everytime control or cnx change.
Definition at line 86 of file Connections.h.
char carma::ui::rtd::ConnectionData::userName[SIZEOF_USERNAME] |
Control user short form, null string if nobody in control.
Definition at line 92 of file Connections.h.