3#include <RobotAPI/libraries/aron/common/aron/time.aron.generated.h>
15 template <
class ReaderT>
21 arondto::DateTime
aron;
22 aron.read(aron_r, input);
27 template <
class WriterT>
28 requires data::isWriter<WriterT>
33 typename WriterT::ReturnType& ret,
36 arondto::DateTime
aron;
38 ret =
aron.write(aron_w, aron_p);
41 template <
class ReaderT>
42 requires data::isReader<ReaderT>
47 arondto::Duration
aron;
48 aron.read(aron_r, input);
53 template <
class WriterT>
54 requires data::isWriter<WriterT>
59 typename WriterT::ReturnType& ret,
62 arondto::Duration
aron;
64 ret =
aron.write(aron_w, aron_p);
Represents a point in time.
void read(ReaderT &aron_r, typename ReaderT::InputType &input, Eigen::Matrix< EigenT, rows, cols, options > &ret)
void write(WriterT &aron_w, const Eigen::Matrix< EigenT, rows, cols, options > &input, typename WriterT::ReturnType &ret, const armarx::aron::Path &aron_p=armarx::aron::Path())
This file offers overloads of toIce() and fromIce() functions for STL container types.
void toAron(arondto::PackagePath &dto, const PackageFileLocation &bo)
void fromAron(const arondto::PackagePath &dto, PackageFileLocation &bo)