| FederateProxyManager::FederateProxyManager |
( |
const std::string |
serverAddress, |
|
|
int |
serverPort |
|
) |
| |
| FederateProxyManager::~FederateProxyManager |
( |
| ) |
|
| void FederateProxyManager::checkTimeout |
( |
| ) |
|
|
protected |
| void FederateProxyManager::disconnectProxy |
( |
FederateProxy * |
proxy | ) |
|
|
protected |
| void FederateProxyManager::killProxy |
( |
unsigned long long |
sessionId | ) |
|
| void FederateProxyManager::listProxies |
( |
| ) |
|
| int FederateProxyManager::processAddedConnection |
( |
DtTcpMsgSocket * |
sock | ) |
|
|
protected |
| void FederateProxyManager::processAddedConnections |
( |
| ) |
|
|
protected |
| bool FederateProxyManager::processNewSession |
( |
DtTcpMsgSocket * |
sock, |
|
|
unsigned long |
protocolVersion |
|
) |
| |
|
protected |
| bool FederateProxyManager::processReconnect |
( |
DtTcpMsgSocket * |
sock, |
|
|
unsigned long |
sessionId, |
|
|
unsigned long |
lastReceived, |
|
|
unsigned long |
oldestSent |
|
) |
| |
|
protected |
| void FederateProxyManager::removeProxyFromTimeout |
( |
FederateProxy * |
proxy | ) |
|
|
protected |
| static void FederateProxyManager::socketAdded |
( |
DtTcpMsgSocket * |
sock, |
|
|
void * |
usr |
|
) |
| |
|
staticprotected |
| static void FederateProxyManager::socketRemoved |
( |
DtTcpMsgSocket * |
sock, |
|
|
void * |
usr |
|
) |
| |
|
staticprotected |
| bool FederateProxyManager::tick |
( |
| ) |
|
| MAKRti::DtClock FederateProxyManager::myClock |
|
protected |
| unsigned long FederateProxyManager::myNextId |
|
protected |
| std::map<unsigned long long, FederateProxy*> FederateProxyManager::mySessionIdToDisconnectedMap |
|
protected |
| std::map<unsigned long long, FederateProxy*> FederateProxyManager::mySessionIdToProxyMap |
|
protected |
Pointer to the socket manager object owned by this instance.
| std::map<MAKRti::DtTime, FederateProxy*> FederateProxyManager::myTimeoutToDisconnectedMap |
|
protected |
The documentation for this class was generated from the following file: