|  | 
#include <string>#include <ArmarXCore/core/time/DateTime.h>#include <ArmarXCore/core/time/Duration.h>#include "forward_declarations.h" Include dependency graph for Time.h:
 Include dependency graph for Time.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 Timefrom the microseconds as text.  More... | |
| std::string | toDateTimeMilliSeconds (const Time &time, int decimals=6) | 
| Returns timeas e.g.  More... | |
| std::string | toStringMicroSeconds (const Time &time) | 
| Returns timeas e.g.  More... | |
| std::string | toStringMilliSeconds (const Time &time, int decimals=3) | 
| Returns timeas e.g.  More... | |