#include <I3BaseApp.h>
Public Member Functions | |
| I3CachedServer () | |
Public Attributes | |
| I3IPAddress | address |
| simtime_t | lastReply |
| simtime_t | roundTripTime |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const I3CachedServer &ip) |
Definition at line 45 of file I3BaseApp.h.
| I3BaseApp::I3BaseApp::I3CachedServer::I3CachedServer | ( | ) |
Definition at line 45 of file I3BaseApp.cc.
00045 : 00046 lastReply(0), 00047 roundTripTime(MAXTIME) 00048 { 00049 }
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const I3CachedServer & | ip | |||
| ) | [friend] |
| I3IPAddress I3BaseApp::I3BaseApp::I3CachedServer::address |
Definition at line 46 of file I3BaseApp.h.
Referenced by I3BaseApp::bootstrapI3(), I3TRTClient::handleTimerEvent(), I3BaseApp::insertTrigger(), operator<<(), I3BaseApp::refreshTriggers(), I3BaseApp::removeTrigger(), I3BaseApp::sendPacket(), and I3BaseApp::sendToI3().
| simtime_t I3BaseApp::I3BaseApp::I3CachedServer::lastReply |
| simtime_t I3BaseApp::I3BaseApp::I3CachedServer::roundTripTime |
Definition at line 49 of file I3BaseApp.h.
Referenced by operator<<(), and I3BaseApp::refreshTriggers().
1.5.8