Inherits PingerInterface.
Public Member Functions | |
| virtual | ~Pinger () |
| Pinger () | |
| virtual void | startThreads (void) |
| virtual void | endThreads (void) |
| virtual Bool | areThreadsRunning (void) |
| virtual void | addRequest (const PingRequest &req) |
| virtual Bool | getRequest (PingRequest &resp) |
| virtual void | addResponse (const PingResponse &resp) |
| virtual Bool | getResponse (PingResponse &resp) |
| virtual Bool | arePingsInProgress (void) |
| virtual Int | getPing (AsciiString hostname) |
| virtual void | clearPingMap (void) |
| virtual AsciiString | getPingString (Int timeout) |
Public Member Functions inherited from PingerInterface | |
| virtual | ~PingerInterface () |
Additional Inherited Members | |
Static Public Member Functions inherited from PingerInterface | |
| static PingerInterface * | createNewPingerInterface (void) |
Definition at line 48 of file PingThread.cpp.
|
virtual |
Definition at line 115 of file PingThread.cpp.
| Pinger::Pinger | ( | ) |
Definition at line 107 of file PingThread.cpp.
|
virtual |
Implements PingerInterface.
Definition at line 155 of file PingThread.cpp.
|
virtual |
Implements PingerInterface.
Definition at line 176 of file PingThread.cpp.
|
virtual |
Implements PingerInterface.
Definition at line 204 of file PingThread.cpp.
|
virtual |
Implements PingerInterface.
Definition at line 142 of file PingThread.cpp.
|
virtual |
Implements PingerInterface.
Definition at line 222 of file PingThread.cpp.
|
virtual |
Implements PingerInterface.
Definition at line 130 of file PingThread.cpp.
|
virtual |
Implements PingerInterface.
Definition at line 209 of file PingThread.cpp.
|
virtual |
Implements PingerInterface.
Definition at line 228 of file PingThread.cpp.
|
virtual |
Implements PingerInterface.
Definition at line 163 of file PingThread.cpp.
|
virtual |
Implements PingerInterface.
Definition at line 191 of file PingThread.cpp.
|
virtual |
Implements PingerInterface.
Definition at line 120 of file PingThread.cpp.