Go to the documentation of this file.
3 #include <RobotAPI/libraries/aron/common/aron/framed.aron.generated.h>
5 #include "../aron_conversions/framed.h"
15 template <
class ReaderT>
22 aron.read(aron_r,
input);
27 template <
class WriterT>
33 typename WriterT::ReturnType&
ret,
41 template <
class ReaderT>
48 aron.read(aron_r,
input);
53 template <
class WriterT>
59 typename WriterT::ReturnType&
ret,
67 template <
class ReaderT>
74 aron.read(aron_r,
input);
79 template <
class WriterT>
85 typename WriterT::ReturnType&
ret,
ReaderT::InputType T & ret
const VariantTypeId FramedPose
const T WriterT::ReturnType const armarx::aron::Path & aron_p
requires data::isReader< ReaderT > void read(ReaderT &aron_r, typename ReaderT::InputType &input, Eigen::Matrix< EigenT, rows, cols, options > &ret)
The FramedPosition class.
ReaderT::InputType & input
The FramedOrientation class.
requires(!aron::detail::DtoAndBoAreSame< DtoT, BoT >) void toAron(std
const VariantTypeId FramedOrientation
void fromAron(const arondto::PackagePath &dto, PackageFileLocation &bo)
requires data::isWriter< WriterT > 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())
void toAron(arondto::PackagePath &dto, const PackageFileLocation &bo)
const VariantTypeId FramedPosition
This file offers overloads of toIce() and fromIce() functions for STL container types.