array() const | state_representation::IOState< bool > | |
assert_not_empty() const | state_representation::State | protected |
copy() const | state_representation::DigitalIOState | |
data() const | state_representation::IOState< bool > | |
data_ | state_representation::IOState< bool > | protected |
DigitalIOState() | state_representation::DigitalIOState | |
DigitalIOState(const std::string &name, unsigned int nb_ios=0) | state_representation::DigitalIOState | explicit |
DigitalIOState(const std::string &name, const std::vector< std::string > &io_names) | state_representation::DigitalIOState | |
DigitalIOState(const DigitalIOState &state) | state_representation::DigitalIOState | |
get_age() const | state_representation::State | |
get_io_index(const std::string &io_name) const | state_representation::IOState< bool > | |
get_name() const | state_representation::State | |
get_names() const | state_representation::IOState< bool > | |
get_size() const | state_representation::IOState< bool > | |
get_timestamp() const | state_representation::State | |
get_type() const | state_representation::State | |
get_value(const std::string &name) const | state_representation::IOState< bool > | |
get_value(unsigned int io_index) const | state_representation::IOState< bool > | |
IOState()=default | state_representation::IOState< bool > | protected |
IOState(const std::string &name, unsigned int nb_ios) | state_representation::IOState< bool > | explicitprotected |
IOState(const std::string &name, const std::vector< std::string > &io_names) | state_representation::IOState< bool > | 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_false(const std::string &name) const | state_representation::DigitalIOState | |
is_false(unsigned int io_index) const | state_representation::DigitalIOState | |
is_incompatible(const State &state) const override | state_representation::IOState< bool > | virtual |
is_true(const std::string &name) const | state_representation::DigitalIOState | |
is_true(unsigned int io_index) const | state_representation::DigitalIOState | |
names_ | state_representation::IOState< bool > | protected |
operator bool() const noexcept | state_representation::State | explicit |
operator<< | state_representation::DigitalIOState | friend |
operator=(const DigitalIOState &state) | state_representation::DigitalIOState | |
IOState< bool >::operator=(const State &state) | state_representation::State | |
Random(const std::string &name, unsigned int nb_ios) | state_representation::DigitalIOState | static |
Random(const std::string &name, const std::vector< std::string > &names) | state_representation::DigitalIOState | static |
reset() override | state_representation::DigitalIOState | virtual |
reset_timestamp() | state_representation::State | |
set_data(const Eigen::Vector< bool, Eigen::Dynamic > &data) | state_representation::IOState< bool > | |
set_data(const std::vector< bool > &data) | state_representation::IOState< bool > | |
set_data(const std::vector< double > &data) | state_representation::IOState< bool > | 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_false(const std::string &name) | state_representation::DigitalIOState | |
set_false(unsigned int io_index) | state_representation::DigitalIOState | |
set_false() | state_representation::DigitalIOState | |
set_name(const std::string &name) | state_representation::State | virtual |
set_names(unsigned int nb_ios) | state_representation::IOState< bool > | |
set_names(const std::vector< std::string > &names) | state_representation::IOState< bool > | |
set_true(const std::string &name) | state_representation::DigitalIOState | |
set_true(unsigned int io_index) | state_representation::DigitalIOState | |
set_type(const StateType &type) | state_representation::State | protected |
set_value(bool value, const std::string &name) | state_representation::IOState< bool > | |
set_value(bool value, unsigned int io_index) | state_representation::IOState< bool > | |
State() | state_representation::State | |
State(const std::string &name) | state_representation::State | explicit |
State(const State &state) | state_representation::State | |
swap | state_representation::DigitalIOState | friend |
to_std_vector() const | state_representation::IOState< bool > | |
to_string() const override | state_representation::DigitalIOState | protectedvirtual |
Zero(const std::string &name, unsigned int nb_ios) | state_representation::DigitalIOState | static |
Zero(const std::string &name, const std::vector< std::string > &names) | state_representation::DigitalIOState | static |
~State()=default | state_representation::State | virtual |