afterStart(bool success) | yarp::os::PeriodicThread | protectedvirtual |
askToStop() | yarp::os::PeriodicThread | |
beforeStart() | yarp::os::PeriodicThread | protectedvirtual |
getEstimatedPeriod() const | yarp::os::PeriodicThread | |
getEstimatedPeriod(double &av, double &std) const | yarp::os::PeriodicThread | |
getEstimatedUsed() const | yarp::os::PeriodicThread | |
getEstimatedUsed(double &av, double &std) const | yarp::os::PeriodicThread | |
getEventNow(unsigned int iteration) | yarp::os::Timer::PrivateImpl | protected |
getIterations() const | yarp::os::PeriodicThread | |
getPeriod() const | yarp::os::PeriodicThread | |
getPolicy() const | yarp::os::PeriodicThread | |
getPriority() const | yarp::os::PeriodicThread | |
isRunning() const | yarp::os::PeriodicThread | |
isSuspended() const | yarp::os::PeriodicThread | |
m_callback | yarp::os::Timer::PrivateImpl | |
m_lastReal | yarp::os::Timer::PrivateImpl | |
m_mutex | yarp::os::Timer::PrivateImpl | |
m_old_mutex | yarp::os::Timer::PrivateImpl | |
m_settings | yarp::os::Timer::PrivateImpl | |
m_startStamp | yarp::os::Timer::PrivateImpl | |
PeriodicThread(double period, ShouldUseSystemClock useSystemClock=ShouldUseSystemClock::No) | yarp::os::PeriodicThread | explicit |
PrivateImpl(const TimerSettings &sett, TimerCallback call, yarp::os::Mutex *mutex) | yarp::os::Timer::PrivateImpl | inline |
PrivateImpl(const TimerSettings &sett, TimerCallback call, std::mutex *mutex=nullptr) | yarp::os::Timer::PrivateImpl | inline |
resetStat() | yarp::os::PeriodicThread | |
resume() | yarp::os::PeriodicThread | |
runTimer(unsigned int iteration, YarpTimerEvent event) | yarp::os::Timer::PrivateImpl | protected |
setPeriod(double period) | yarp::os::PeriodicThread | |
setPriority(int priority, int policy=-1) | yarp::os::PeriodicThread | |
start() | yarp::os::PeriodicThread | |
startTimer() override | ThreadedTimer | inlinevirtual |
step() | yarp::os::PeriodicThread | |
stepTimer() override | ThreadedTimer | inlinevirtual |
stop() | yarp::os::PeriodicThread | |
stopTimer() override | ThreadedTimer | inlinevirtual |
suspend() | yarp::os::PeriodicThread | |
ThreadedTimer(const TimerSettings &sett, const TimerCallback &call, yarp::os::Mutex *mutex) | ThreadedTimer | inline |
ThreadedTimer(const TimerSettings &sett, const TimerCallback &call, std::mutex *mutex=nullptr) | ThreadedTimer | inline |
threadRelease() | yarp::os::PeriodicThread | protectedvirtual |
timerIsRunning() override | ThreadedTimer | inlinevirtual |
~PeriodicThread() | yarp::os::PeriodicThread | virtual |
~PrivateImpl()=default | yarp::os::Timer::PrivateImpl | virtual |
~ThreadedTimer() override | ThreadedTimer | inline |