bipedal locomotion framework
A suite of libraries for achieving bipedal locomotion on humanoid robots
BipedalLocomotion::System::ClockFactory Class Referenceabstract

ClockFactory is an interface that implements the factory paradigm. More...

#include <System/include/BipedalLocomotion/System/IClock.h>

Public Member Functions

virtual ~ClockFactory ()=default
 Destructor.
 
virtual IClockcreateClock ()=0
 Create a clock.
 

Detailed Description

ClockFactory is an interface that implements the factory paradigm.

Please inherit from clock class if you want to build your custom clock.


The documentation for this class was generated from the following file: