24#ifndef TAPROOT_COMMAND_GOVERNOR_INTERFACE_HPP_
25#define TAPROOT_COMMAND_GOVERNOR_INTERFACE_HPP_
Definition command_governor_interface.hpp:37
virtual bool isFinished()=0
Returns true if the Command being governed by the governor should stop executing.
virtual void onGovernedCommandInitialized()
Called once when the command associated with this governor is scheduled.
Definition command_governor_interface.hpp:40
virtual bool isReady()=0
Returns true if the Command being governed by the governor may execute.
Definition command_governor_interface.hpp:28