Member Typedef Documentation
Member Enumeration Documentation
- Enumerator:
| disable |
no network !
|
| server |
server !
|
| client |
|
Constructor & Destructor Documentation
| ciServerClient::ciServerClient |
( |
| ) |
|
| virtual ciServerClient::~ciServerClient |
( |
| ) |
|
|
virtual |
- Copy constructor.
- Parameters
-
Member Function Documentation
| int ciServerClient::getServerClientConnectionType |
( |
| ) |
const |
|
inline |
- Returns
- int for connection type. 0 for TCP, 1 for UDP
| void ciServerClient::setServerClientConnectionType |
( |
int |
connectionType | ) |
|
|
inline |
- Parameters
-
| connection | Type. 0 for TCP, 1 for UDP |
| bool ciServerClient::getUpdateLut |
( |
int |
index | ) |
|
|
inline |
| void ciServerClient::setUpdateLut |
( |
int |
index, |
|
|
bool |
value = false |
|
) |
| |
|
inline |
| int ciServerClient::getNetworkMode |
( |
| ) |
|
|
inline |
- Description:
- returns the network mode (client, server, or off).
- Parameters
-
| filepath | - complete path and filename to the file |
- Returns
- int 0, 1, 2 for off, server, or client
| void ciServerClient::setNetworkMode |
( |
int |
mode = 0 | ) |
|
|
inline |
- Description:
- returns the network mode (client, server, or off).
- Parameters
-
| filepath | - complete path and filename to the file |
- Returns
- int 0, 1, 2 for off, server, or client
| bool ciServerClient::save |
( |
std::ofstream & |
outf | ) |
|
- Description:
- Saves the ciServerClient object to file.
- Parameters
-
| filepath | - complete path and filename to the file |
- Returns
- true if sucessful
| bool ciServerClient::parseXML |
( |
clXML & |
xmlDocument | ) |
|
- Parameters
-
| std::string | tag |
| char | *nodeString |
- Returns
- bool
- Parameters
-
| std::string | tag |
| bool | *nodeBool |
- Returns
- bool
- Parameters
-
| std::string | tag |
| int | *nodeBool |
- Returns
- bool
- Parameters
-
| std::string | tag |
| double | *nodeBool |
- Returns
- bool
| void ciServerClient::saveXML |
( |
clXML * |
xmlDocument | ) |
|
| bool ciServerClient::load |
( |
char * |
filepath | ) |
|
- Description:
- Loads the ciServerClient object from file.
- Parameters
-
| filepath | - complete path and filename to the file |
- Returns
- true if sucessful
| void ciServerClient::clearContainers |
( |
| ) |
|
|
protected |
- Description:
- Assignment operator.
- Parameters
-
| obj | - ciSensor object that is to be assigned. |
- See Also
- ciServerClient(ciServerClient &obj)
Member Data Documentation
| int ciServerClient::m_networkMode |
| int ciServerClient::m_serverClientConnectionType |
The documentation for this class was generated from the following file: