1#ifndef STATEOBSERVATIONLOGGER_H
2#define STATEOBSERVATIONLOGGER_H
9#include <state-observation/api.h>
26 void record(
const T *
address,
const std::string & filename = std::string(
""));
66 const std::type_info *
type;
80 typedef std::map<const void *, log_s>
Tmap;
81 typedef std::pair<const void *, log_s>
Tpair;
86 std::map<const void *, log_s>
logs_;
94#include <state-observation/tools/logger.hxx>
Definitions of types and some structures.
Definition bidim-elastic-inv-pendulum-dyn-sys.hpp:21
Eigen::MatrixXd Matrix
Dynamic sized Matrix.
Definition definitions.hpp:100