![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This abstract class defines the interface for registering for an Counter object with the Timer Manager. More...
This abstract class defines the interface for registering for an Counter object with the Timer Manager.
#include <Counter_.h>
Public Member Functions | |
virtual void | attach (CounterCallback_ &clientToCallback) noexcept=0 |
Register for notification. | |
virtual bool | detach (CounterCallback_ &clientToCallback) noexcept=0 |
Unregister for notification. | |
virtual unsigned long | msecToCounts (unsigned long durationInMsecs) noexcept=0 |
This method converts the requested duration in milliseconds to counter ticks. | |
virtual | ~CounterSource_ () |
Virtual Destructor. | |
|
inlinevirtual |
Virtual Destructor.
|
pure virtualnoexcept |
Register for notification.
Implemented in Cpl::System::TimerManager.
|
pure virtualnoexcept |
Unregister for notification.
Returns true if the client was currently attached/registered; else false is returned.
Implemented in Cpl::System::TimerManager.
|
pure virtualnoexcept |
This method converts the requested duration in milliseconds to counter ticks.
Implemented in Cpl::System::TimerManager.