Public Member Functions |
| | ciChannel () |
| | ciChannel (ciChannel &obj) |
| virtual | ~ciChannel () |
| ciChannel | operator= (ciChannel &obj) |
| ciChannel & | operator[] (int idx) |
| bool | add (ciChannel channel) |
| bool | insert (ciChannel channel, int placeBeforeIdx) |
| bool | remove (int channelIdx) |
| void | print () |
| bool | archive (std::ofstream &outf) |
| int | serialize (char *filepath) |
| bool | loadXML (clXMLNode *childNode) |
| bool | parseXML (clXML &xmlDocument) |
| bool | loadXMLNode (std::string tag, char *nodeString) |
| bool | loadXMLNode (std::string tag, bool *nodeBool) |
| bool | loadXMLNode (std::string tag, int *nodeBool) |
| bool | loadXMLNode (std::string tag, double *nodeBool) |
| void | saveXML (clXML *xmlDocument) |
| int | serializeCheck (char *filepath) |
| | Checks the saved configuration file for whether it has more than one panel saved.
|
| void | setIndex (int index) |
| int | getIndex () |
| int | getNumChannels () |
| void | setNumChannels (int count) |
| char * | getName (int index=0) |
| void | setName (const char *name, int index=0) |
| char * | getIp (int index=0) |
| void | setIp (char *ipAddr, int index=0) |
| int | getSocket (int index=0) |
| void | setSocket (int socket, int index=0) |
| int | getPortChannel (int index=0) |
| void | setPortChannel (int socket, int index=0) |
| char * | getDIUIp (int index=0) |
| void | setDIUIp (char *ipAddr, int index=0) |
| int | getDIUPort (int index=0) |
| void | setDIUPort (int socket, int index=0) |
| char * | getFGUIp (int index=0) |
| void | setFGUIp (char *ipAddr, int index=0) |
| int | getFGUPort (int index=0) |
| void | setFGUPort (int port, int index=0) |
| int | getEntity (int index=0) |
| void | setEntity (int entity, int index=0) |
| int | getSensor (int index=0) |
| void | setSensor (int sensor, int index=0) |
| int | getViewportX (int index=0) |
| void | setViewportX (int x, int index=0) |
| int | getViewportY (int index=0) |
| void | setViewportY (int y, int index=0) |
| int | getViewportWidth (int index=0) |
| void | setViewportWidth (int width, int index=0) |
| int | getViewportHeight (int index=0) |
| void | setViewportHeight (int width, int index=0) |
| int | getWindowX (int index=0) |
| void | setWindowX (int x, int index=0) |
| int | getWindowY (int index=0) |
| void | setWindowY (int y, int index=0) |
| int | getWindowWidth (int index=0) |
| void | setWindowWidth (int width, int index=0) |
| int | getWindowHeight (int index=0) |
| void | setWindowHeight (int width, int index=0) |
| int | getDisplay (int index=0) |
| void | setDisplay (int display, int index=0) |
| int | getDisplayWidth (int index=0) |
| void | setDisplayWidth (int display, int index=0) |
| int | getDisplayHeight (int index=0) |
| void | setDisplayHeight (int display, int index=0) |
| int | getDisplayRate (int index=0) |
| void | setDisplayRate (int display, int index=0) |
| int | getRestoreDisplayWidth (int index=0) |
| void | setRestoreDisplayWidth (int display, int index=0) |
| int | getRestoreDisplayHeight (int index=0) |
| void | setRestoreDisplayHeight (int display, int index=0) |
| int | getRestoreDisplayRate (int index=0) |
| void | setRestoreDisplayRate (int display, int index=0) |
| int | getDisplayState (int index=0) |
| void | setDisplayState (int display, int index=0) |
| char * | getDIUCommand (int index=0) |
| void | setDIUCommand (char *cmd, int index=0) |
| char * | getSGUCommand (int index=0) |
| void | setSGUCommand (char *cmd, int index=0) |
| char * | getFGUCommand (int index=0) |
| void | setFGUCommand (char *cmd, int index=0) |
| char * | getTrackfile (int index=0) |
| void | setTrackfile (char *cmd, int index=0) |
| int | getRTSCCommunicationEnable (int index=0) |
| void | setRTSCCommunicationEnable (int enable, int index=0) |
| int | getConnectionType (int index=0) |
| void | setConnectionType (int type, int index=0) |
| int | getAsyncUpdateEnable (int index=0) |
| void | setAsyncUpdateEnable (int enable, int index=0) |
| double | getAsyncUpdateTime (int index=0) |
| void | setAsyncUpdateTime (double time, int index=0) |
| char * | getClientIPAddress (int index=0) |
| void | setClientIPAddress (char *ip, int index=0) |
| int | getClientPort (int index=0) |
| void | setClientPort (int port, int index=0) |
ciChannel class declaration