| AnalogIOState() | state_representation::AnalogIOState | |
| AnalogIOState(const std::string &name, unsigned int nb_ios=0) | state_representation::AnalogIOState | explicit |
| AnalogIOState(const std::string &name, const std::vector< std::string > &io_names) | state_representation::AnalogIOState | |
| AnalogIOState(const AnalogIOState &state) | state_representation::AnalogIOState | |
| array() const | state_representation::IOState< double > | |
| assert_not_empty() const | state_representation::State | protected |
| copy() const | state_representation::AnalogIOState | |
| data() const | state_representation::IOState< double > | |
| data_ | state_representation::IOState< double > | protected |
| get_age() const | state_representation::State | |
| get_io_index(const std::string &io_name) const | state_representation::IOState< double > | |
| get_name() const | state_representation::State | |
| get_names() const | state_representation::IOState< double > | |
| get_size() const | state_representation::IOState< double > | |
| get_timestamp() const | state_representation::State | |
| get_type() const | state_representation::State | |
| get_value(const std::string &name) const | state_representation::IOState< double > | |
| get_value(unsigned int io_index) const | state_representation::IOState< double > | |
| IOState()=default | state_representation::IOState< double > | protected |
| IOState(const std::string &name, unsigned int nb_ios) | state_representation::IOState< double > | explicitprotected |
| IOState(const std::string &name, const std::vector< std::string > &io_names) | state_representation::IOState< double > | protected |
| is_deprecated(double time_delay) const | state_representation::State | |
| is_deprecated(const std::chrono::duration< int64_t, DurationT > &time_delay) const | state_representation::State | inline |
| is_empty() const | state_representation::State | |
| is_incompatible(const State &state) const override | state_representation::IOState< double > | virtual |
| names_ | state_representation::IOState< double > | protected |
| operator bool() const noexcept | state_representation::State | explicit |
| operator<< | state_representation::AnalogIOState | friend |
| operator=(const AnalogIOState &state) | state_representation::AnalogIOState | |
| IOState< double >::operator=(const State &state) | state_representation::State | |
| Random(const std::string &name, unsigned int nb_ios) | state_representation::AnalogIOState | static |
| Random(const std::string &name, const std::vector< std::string > &names) | state_representation::AnalogIOState | static |
| reset() override | state_representation::AnalogIOState | virtual |
| reset_timestamp() | state_representation::State | |
| set_data(const Eigen::Vector< double, Eigen::Dynamic > &data) | state_representation::IOState< double > | |
| set_data(const std::vector< double > &data) | state_representation::IOState< double > | virtual |
| set_data(const std::vector< double > &data) | state_representation::IOState< double > | virtual |
| state_representation::State::set_data(const Eigen::VectorXd &data) | state_representation::State | virtual |
| state_representation::State::set_data(const Eigen::MatrixXd &data) | state_representation::State | virtual |
| set_empty(bool empty=true) | state_representation::State | protected |
| set_name(const std::string &name) | state_representation::State | virtual |
| set_names(unsigned int nb_ios) | state_representation::IOState< double > | |
| set_names(const std::vector< std::string > &names) | state_representation::IOState< double > | |
| set_type(const StateType &type) | state_representation::State | protected |
| set_value(double value, const std::string &name) | state_representation::IOState< double > | |
| set_value(double value, unsigned int io_index) | state_representation::IOState< double > | |
| set_zero() | state_representation::AnalogIOState | |
| State() | state_representation::State | |
| State(const std::string &name) | state_representation::State | explicit |
| State(const State &state) | state_representation::State | |
| swap | state_representation::AnalogIOState | friend |
| to_std_vector() const | state_representation::IOState< double > | |
| to_string() const override | state_representation::AnalogIOState | protectedvirtual |
| Zero(const std::string &name, unsigned int nb_ios) | state_representation::AnalogIOState | static |
| Zero(const std::string &name, const std::vector< std::string > &names) | state_representation::AnalogIOState | static |
| ~State()=default | state_representation::State | virtual |