![]() |
MAK Data Logger API Documentation for DIS
|
The DtLgrRemoteConnection implementation. More...
Collaboration diagram for MAKLogger::DtLgrRemoteConnection:Public Member Functions | |
| DtLgrRemoteConnection () | |
| CTOR, sets the default connection parameters. More... | |
| virtual | ~DtLgrRemoteConnection () |
| DTOR. More... | |
| virtual void | backChannelConnect (DtLgrRemoteMainWindow &mainWindow, DtLgrRemoteConnection &connectParams) |
| Creates a new back-channel connection. More... | |
| virtual void | closeBackChannelConnection () |
| Closes the open back-channel connection. More... | |
| virtual bool | checkBackChannelConnection () |
| Checks the connection and returns true if one is open. More... | |
| virtual void | setNumberOfLoggers (int val) |
| Set maximum number of Loggers to connect to. More... | |
| virtual int | numberOfLoggers () const |
| Return the current maximum number of Loggers allowed. More... | |
| virtual void | setRemoteControlId (int val) |
| Set the remote control ID. More... | |
| virtual int | remoteControlId () const |
| Return the current remote control ID. More... | |
| virtual void | setConnectionTimeout (double val) |
| Set the connection timeout value. More... | |
| virtual double | connectionTimeout () const |
| Return the current connection timeout value. More... | |
| virtual void | setAcknowledgeTimeout (double val) |
| Set the acknowledge timeout value. More... | |
| virtual double | acknowledgeTimeout () const |
| Return the acknowledge timeout value. More... | |
| virtual void | setUseBackChannel (bool val) |
| Set the remote controller to use the back-channel connection. More... | |
| virtual bool | useBackChannel () const |
| Return true if the remote controller is using the back-channel connection. More... | |
| virtual void | setBackChannelPort (int val) |
| Set the port. More... | |
| virtual int | backChannelPort () const |
| Return the port number. More... | |
| virtual void | setBackChannelAddress (const DtString &val) |
| Set the back-channel destination address. More... | |
| virtual DtString | backChannelAddress () const |
| Return the back-channel desination address. More... | |
| virtual void | setBackChannelInterface (const DtString &val) |
| Set the back-channel device interface. More... | |
| virtual DtString | backChannelInterface () const |
| Return the back-channel device interface. More... | |
| virtual void | findBackChannelInterfaceAddresses () |
| Find the network interface addresses. More... | |
| virtual QStringList | backChannelInterfaceAddressList () |
| virtual void | setCurrentInterfaceAddressIndex (int index) |
| virtual int | currentInterfaceAddressIndex () |
Protected Attributes | |
| DtInetUdpSocket * | backChannelConnection |
| int | myNumberOfLoggers |
| int | myRemoteControlId |
| double | myConnectionTimeout |
| double | myAcknowledgeTimeout |
| int | myUseBackChannel |
| DtString | myBackChannelAddress |
| DtString | myBackChannelInterface |
| int | myBackChannelPort |
| DtEntityIdentifier | mySelfEntityID |
| QStringList | myBackChannelAddressList |
| int | myCurrentInterfaceAddressIndex |
Private Member Functions | |
| DtLgrRemoteConnection (const DtLgrRemoteConnection &orig) | |
| Not implemented. More... | |
| DtLgrRemoteConnection & | operator= (const DtLgrRemoteConnection &orig) |
| Not implemented. More... | |
The DtLgrRemoteConnection implementation.
| MAKLogger::DtLgrRemoteConnection::DtLgrRemoteConnection | ( | ) |
CTOR, sets the default connection parameters.
|
virtual |
DTOR.
|
private |
Not implemented.
|
virtual |
Return the acknowledge timeout value.
|
virtual |
Return the back-channel desination address.
|
virtual |
Creates a new back-channel connection.
|
virtual |
Return the back-channel device interface.
|
virtual |
|
virtual |
Return the port number.
|
virtual |
Checks the connection and returns true if one is open.
|
virtual |
Closes the open back-channel connection.
|
virtual |
Return the current connection timeout value.
|
virtual |
|
virtual |
Find the network interface addresses.
|
virtual |
Return the current maximum number of Loggers allowed.
|
private |
Not implemented.
|
virtual |
Return the current remote control ID.
|
virtual |
Set the acknowledge timeout value.
|
virtual |
Set the back-channel destination address.
|
virtual |
Set the back-channel device interface.
|
virtual |
Set the port.
|
virtual |
Set the connection timeout value.
|
virtual |
|
virtual |
Set maximum number of Loggers to connect to.
|
virtual |
Set the remote control ID.
|
virtual |
Set the remote controller to use the back-channel connection.
|
virtual |
Return true if the remote controller is using the back-channel connection.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |