|
bipedal locomotion framework
A suite of libraries for achieving bipedal locomotion on humanoid robots
|
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 IClock & | createClock ()=0 |
| Create a clock. | |
ClockFactory is an interface that implements the factory paradigm.
Please inherit from clock class if you want to build your custom clock.