|
#include <string>
#include <ArmarXCore/core/time/DateTime.h>
#include <ArmarXCore/core/time/Duration.h>
#include "forward_declarations.h"
Go to the source code of this file.
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
armarx::armem | |
Functions | |
Time | timeFromStringMicroSeconds (const std::string µSeconds) |
Get a Time from the microseconds as text. More... | |
std::string | toDateTimeMilliSeconds (const Time &time, int decimals=6) |
Returns time as e.g. More... | |
std::string | toStringMicroSeconds (const Time &time) |
Returns time as e.g. More... | |
std::string | toStringMilliSeconds (const Time &time, int decimals=3) |
Returns time as e.g. More... | |