mcx::watchdog::WatchdogSim
less than a minute
mcx::watchdog::WatchdogSim
Inherits from mcx::watchdog::WatchdogBase
Public Functions
Name | |
---|---|
WatchdogSim() =default | |
~WatchdogSim() override =default | |
virtual bool | open(const char * device) override |
virtual void | update(const WatchdogIn & in, WatchdogOut * out) override |
Additional inherited members
Public Functions inherited from mcx::watchdog::WatchdogBase
Name | |
---|---|
WatchdogBase() =default | |
virtual | ~WatchdogBase() =default |
Public Functions Documentation
function WatchdogSim
WatchdogSim() =default
function ~WatchdogSim
~WatchdogSim() override =default
function open
virtual bool open(
const char * device
) override
Reimplements: mcx::watchdog::WatchdogBase::open
function update
virtual void update(
const WatchdogIn & in,
WatchdogOut * out
) override
Reimplements: mcx::watchdog::WatchdogBase::update
Updated on 2022-04-05 at 16:21:27 +0200