CARMA C++
carma::ui::rtd::Cnx Struct Reference

Structure definition for a single connection to the system. More...

#include <carma/ui/rtd/common/Connections.h>

Public Attributes

char compactName [SIZEOF_COMPACTNAME]
 Concatenation of username(fullname) More...
 
double connectStartMJD
 MJD time of start of connection. More...
 
char connectStartString [SIZEOF_CONNECTSTART]
 UT time of start of connection. More...
 
char fullLocation [SIZEOF_FULLLOCATION]
 Nodename w/ domain. More...
 
char fullName [SIZEOF_FULLNAME]
 Full username, e.g. "Joe Smith". More...
 
bool guest
 Flag for guest access mode. More...
 
bool hasControl
 The user for this window is in control (has usurped) More...
 
char location [SIZEOF_LOCATION]
 Nodename w/o domain. More...
 
int processId
 Server process (unique for each window) More...
 
char userName [SIZEOF_USERNAME]
 Username, e.g. jsmith. More...
 
bool valid
 This entry has a valid connection in it. More...
 
char windowName [SIZEOF_WINDOWNAME]
 Window name. More...
 
char windowUpdateRate [SIZEOF_WINDOWUPDATE]
 Window update rate in hertz. More...
 

Detailed Description

Structure definition for a single connection to the system.

Definition at line 51 of file Connections.h.

Member Data Documentation

char carma::ui::rtd::Cnx::compactName[SIZEOF_COMPACTNAME]

Concatenation of username(fullname)

Definition at line 61 of file Connections.h.

double carma::ui::rtd::Cnx::connectStartMJD

MJD time of start of connection.

Definition at line 69 of file Connections.h.

char carma::ui::rtd::Cnx::connectStartString[SIZEOF_CONNECTSTART]

UT time of start of connection.

Definition at line 67 of file Connections.h.

char carma::ui::rtd::Cnx::fullLocation[SIZEOF_FULLLOCATION]

Nodename w/ domain.

Definition at line 65 of file Connections.h.

char carma::ui::rtd::Cnx::fullName[SIZEOF_FULLNAME]

Full username, e.g. "Joe Smith".

Definition at line 59 of file Connections.h.

bool carma::ui::rtd::Cnx::guest

Flag for guest access mode.

Definition at line 73 of file Connections.h.

bool carma::ui::rtd::Cnx::hasControl

The user for this window is in control (has usurped)

Definition at line 75 of file Connections.h.

char carma::ui::rtd::Cnx::location[SIZEOF_LOCATION]

Nodename w/o domain.

Definition at line 63 of file Connections.h.

int carma::ui::rtd::Cnx::processId

Server process (unique for each window)

Definition at line 53 of file Connections.h.

char carma::ui::rtd::Cnx::userName[SIZEOF_USERNAME]

Username, e.g. jsmith.

Definition at line 57 of file Connections.h.

bool carma::ui::rtd::Cnx::valid

This entry has a valid connection in it.

Definition at line 77 of file Connections.h.

char carma::ui::rtd::Cnx::windowName[SIZEOF_WINDOWNAME]

Window name.

Definition at line 55 of file Connections.h.

char carma::ui::rtd::Cnx::windowUpdateRate[SIZEOF_WINDOWUPDATE]

Window update rate in hertz.

Definition at line 71 of file Connections.h.


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