YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
TimeImpl.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3 * SPDX-License-Identifier: BSD-3-Clause
4 */
5
6#ifndef YARP_OS_IMPL_TIMEIMPL_H
7#define YARP_OS_IMPL_TIMEIMPL_H
8
10
11void removeClock();
12
25void startTurboBoost();
26void endTurboBoost();
27
28} // namespace yarp::os::impl::Time
29
30#endif // YARP_OS_IMPL_TIMEIMPL_H
void startTurboBoost()
For OS where it makes sense sets the scheduler to be called more often.
Definition Time.cpp:91