|
SatCat5
|
#include <sim_utils.h>
Public Member Functions | |
| CountPingResponse (satcat5::ip::Dispatch *iface) | |
| unsigned | count () const |
| Returns the current counter value. | |
| void | count_reset () |
| Reset the counter to zero. | |
Protected Member Functions | |
| void | ping_event (const satcat5::ip::Addr &from, u32 elapsed_usec) |
| Callback method when a ping response is received. More... | |
Protected Attributes | |
| satcat5::ip::ProtoIcmp *const | m_icmp |
| unsigned | m_count |
Private Attributes | |
| satcat5::ip::PingListener * | m_next |
|
inlineprotectedvirtual |
Callback method when a ping response is received.
Child class MUST override this method.
Implements satcat5::ip::PingListener.
Definition at line 168 of file sim_utils.h.