libfranka 0.15.0
FCI C++ API
|
Contains the franka::Duration type. More...
#include <chrono>
#include <cstdint>
#include <ratio>
Go to the source code of this file.
Classes | |
class | franka::Duration |
Represents a duration with millisecond resolution. More... | |
Functions | |
Duration | franka::operator* (uint64_t lhs, const Duration &rhs) noexcept |
Performs multiplication. | |
Contains the franka::Duration type.
|
noexcept |
Performs multiplication.
[in] | lhs | Left-hand side of the multiplication. |
[in] | rhs | Right-hand side of the multiplication. |