| configAll(char *host, unsigned int serialIPPort, unsigned int gpioIPPort, unsigned int dirMask, unsigned int dirValues, unsigned int levelMask, unsigned int levelValues) | XPortConnection | |
| configGPIO(int gpioIPPort, unsigned int dirMask, unsigned int dirValues, unsigned int levelMask, unsigned int levelValues) | XPortConnection | |
| configHost(char *hostName) | XPortConnection | |
| configSerial(int serialIPPort) | XPortConnection | |
| dirMask | XPortConnection | [private] |
| dirValues | XPortConnection | [private] |
| getDirMask() | XPortConnection | |
| getDirValues() | XPortConnection | |
| getHost() | XPortConnection | |
| getLevelMask() | XPortConnection | |
| getLevelValues() | XPortConnection | |
| getpGPIO() | XPortConnection | |
| getpSerial() | XPortConnection | |
| getsdGPIO() | XPortConnection | |
| getsdSerial() | XPortConnection | |
| gpioPort | XPortConnection | [private] |
| host | XPortConnection | [private] |
| levelMask | XPortConnection | [private] |
| levelValues | XPortConnection | [private] |
| operator<<(ostream &output, const XPortConnection &n) | XPortConnection | [friend] |
| sdGPIO | XPortConnection | [private] |
| sdSERIAL | XPortConnection | [private] |
| serialPort | XPortConnection | [private] |
| setsdGPIO(int sd) | XPortConnection | |
| setsdSerial(int sd) | XPortConnection | |
| XPortConnection() | XPortConnection | |
| XPortConnection(char *host, unsigned int gPort, unsigned int sPort, unsigned int dMask, unsigned int dValues, unsigned int lMask, unsigned int lValues) | XPortConnection | |