|
|
#include <RobotAPI/libraries/aron/common/aron/time.aron.generated.h>#include <RobotAPI/libraries/aron/core/Exception.h>#include <RobotAPI/libraries/aron/core/data/rw/Reader.h>#include <RobotAPI/libraries/aron/core/data/rw/Writer.h>#include "../aron_conversions/time.h"
Include dependency graph for time.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | armarx |
| This file offers overloads of toIce() and fromIce() functions for STL container types. | |
| namespace | armarx::aron |
Functions | |
| template<class ReaderT> requires data::isReader<ReaderT> | |
| void | read (ReaderT &aron_r, typename ReaderT::InputType &input, armarx::core::time::DateTime &ret) |
| template<class ReaderT> requires data::isReader<ReaderT> | |
| void | read (ReaderT &aron_r, typename ReaderT::InputType &input, armarx::core::time::Duration &ret) |
| template<class WriterT> requires data::isWriter<WriterT> | |
| void | write (WriterT &aron_w, const armarx::core::time::DateTime &input, typename WriterT::ReturnType &ret, const armarx::aron::Path &aron_p=armarx::aron::Path()) |
| template<class WriterT> requires data::isWriter<WriterT> | |
| void | write (WriterT &aron_w, const armarx::core::time::Duration &input, typename WriterT::ReturnType &ret, const armarx::aron::Path &aron_p=armarx::aron::Path()) |