Count calls to poll_always().
- See also
- poll::Always
Definition at line 131 of file sim_utils.h.
#include <sim_utils.h>
|
| void | poll_always () override |
| | Child class MUST override this method. More...
|
| |
|
unsigned | count () const |
| | Returns the current counter value.
|
| |
|
void | count_reset () |
| | Reset the counter to zero.
|
| |
|
|
static unsigned | count_always () |
| | Count active objects of this type.
|
| |
|
|
void | poll_register () |
| | Register this pollable object, called by the constructor.
|
| |
|
void | poll_unregister () |
| | Unregister this pollable object, called by the destructor.
|
| |
◆ poll_always()
| void satcat5::test::CountAlways::poll_always |
( |
| ) |
|
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: