|
MoveIt Pro API
Core Behaviors for MoveIt Pro
|
A base class which provides an interface for retrieving timepoints from a monotonic clock. More...
#include <clock_interface.hpp>

Public Member Functions | |
| virtual | ~ClockInterfaceBase ()=default |
| virtual std::chrono::time_point< std::chrono::steady_clock > | getTimePoint () const =0 |
| Get the current timepoint. | |
A base class which provides an interface for retrieving timepoints from a monotonic clock.
|
virtualdefault |
|
pure virtual |
Get the current timepoint.
Implemented in moveit_studio::behaviors::SteadyClockInterface.