get_name() const | state_representation::State | |
get_parameter(bool validate_pointer=true) const | state_representation::ParameterInterface | inline |
get_parameter_state_type() const | state_representation::ParameterInterface | |
get_parameter_type() const | state_representation::ParameterInterface | |
get_parameter_value() const | state_representation::ParameterInterface | inline |
get_timestamp() const | state_representation::State | |
get_type() const | state_representation::State | |
get_value() (defined in py_parameter::ParameterContainer) | py_parameter::ParameterContainer | |
initialize() | state_representation::State | virtual |
is_compatible(const State &state) const | state_representation::State | virtual |
is_deprecated(const std::chrono::duration< int64_t, DurationT > &time_delay) | state_representation::State | inline |
is_empty() const | state_representation::State | |
operator bool() const noexcept | state_representation::State | explicit |
operator=(const ParameterInterface &state) | state_representation::ParameterInterface | |
state_representation::State::operator=(const State &state) | state_representation::State | inline |
ParameterContainer(const std::string &name, const ParameterType &type, const StateType ¶meter_state_type=StateType::NONE) (defined in py_parameter::ParameterContainer) | py_parameter::ParameterContainer | |
ParameterContainer(const std::string &name, const py::object &value, const ParameterType &type, const StateType ¶meter_state_type=StateType::NONE) (defined in py_parameter::ParameterContainer) | py_parameter::ParameterContainer | |
ParameterContainer(const ParameterContainer ¶meter) (defined in py_parameter::ParameterContainer) | py_parameter::ParameterContainer | |
ParameterInterface(const std::string &name, const ParameterType &type, const StateType ¶meter_state_type=StateType::NONE) | state_representation::ParameterInterface | |
ParameterInterface(const ParameterInterface ¶meter) | state_representation::ParameterInterface | |
reset_timestamp() | state_representation::State | |
set_data(const Eigen::VectorXd &data) | state_representation::State | virtual |
set_data(const std::vector< double > &data) | state_representation::State | virtual |
set_data(const Eigen::MatrixXd &data) | state_representation::State | virtual |
set_empty(bool empty=true) | state_representation::State | |
set_filled() | state_representation::State | |
set_name(const std::string &name) | state_representation::State | virtual |
set_parameter_value(const T &value) | state_representation::ParameterInterface | inline |
set_timestamp(const std::chrono::time_point< std::chrono::steady_clock > &timepoint) | state_representation::State | |
set_type(const StateType &type) | state_representation::State | protected |
set_value(const py::object &value) (defined in py_parameter::ParameterContainer) | py_parameter::ParameterContainer | |
State() | state_representation::State | explicit |
State(const StateType &type) | state_representation::State | explicit |
State(const StateType &type, const std::string &name, const bool &empty=true) | state_representation::State | explicit |
State(const State &state) | state_representation::State | |
values (defined in py_parameter::ParameterContainer) | py_parameter::ParameterContainer | |
~ParameterInterface()=default | state_representation::ParameterInterface | virtual |
~State()=default | state_representation::State | virtual |