#include <cmath>
#include "rint.h"
Go to the source code of this file.
Namespaces | |
namespace | RTT |
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute. | |
Functions | |
nsecs | RTT::msecs_to_nsecs (const msecs ms) |
psecs | RTT::msecs_to_psecs (const msecs ms) |
usecs | RTT::msecs_to_usecs (const msecs ms) |
psecs | RTT::nsecs_to_psecs (const nsecs ns) |
Seconds | RTT::nsecs_to_Seconds (const nsecs ns) |
Seconds | RTT::psecs_to_Seconds (const psecs ps) |
nsecs | RTT::Seconds_to_nsecs (const Seconds s) |
psecs | RTT::Seconds_to_psecs (const Seconds s) |
msecs | RTT::secs_to_msecs (const secs s) |
nsecs | RTT::secs_to_nsecs (const secs s) |
psecs | RTT::secs_to_psecs (const secs s) |
usecs | RTT::secs_to_usecs (const secs s) |
nsecs | RTT::usecs_to_nsecs (const usecs us) |
psecs | RTT::usecs_to_psecs (const usecs us) |