A global clock management class. More...
#include <ClockManager.h>
Public Member Functions | |
IClock & | getClock (std::string clocktype) |
A global clock management class.
This class is a singleton class that provides clock objects globally. It provides a IClock object by getClock(<clock type>="">). As clock types, "system", "logical" and "adjusted" are available.
IClock& coil::ClockManager::getClock | ( | std::string | clocktype | ) |