#include <CommManager.hh>
This class contains all the information a communication manager has about a remote communications manager.
Public Member Functions | |
RemoteManager (struct in_addr addr, unsigned short port) | |
in_addr | getAddress () const |
unsigned short | getPort () const |
com_id_t | getID () const |
void | setID (com_id_t id) |
TimeStamp | getTimeStamp () const |
void | setTimeStamp (TimeStamp t) |
int | lastContactTime () |
|
This method returns the network address of the remote communication manager's machine. |
|
This method returns the last known identifier for the remote communication manager. |
|
This method returns the UDP port monitored by the remote communication manager. |
|
This method returns the timestamp of the last message received from the remote communication manager. |
|
This method returns the number of milliseconds since the last message was received from the remote communications manager. |