|
SatCat5
|
#include <sim_utils.h>
Public Member Functions | |
| CountPtpCallback (satcat5::ptp::Source *src) | |
| void | ptp_ready (const satcat5::ptp::Measurement &data) override |
| The child class MUST override this method. | |
| unsigned | count () const |
| Returns the current counter value. | |
| void | count_reset () |
| Reset the counter to zero. | |
Protected Attributes | |
| unsigned | m_count |
| satcat5::ptp::Source *const | m_source |
Private Attributes | |
| satcat5::ptp::Callback * | m_next |