77 std::string string_value_;
81 std::string parent_name_;
Definition: mock_parameter.h:8
ValueType get_value_type() override
Get the parameter value type.
Definition: mock_parameter.cc:127
int32_t get_min() override
Get the minimum value the parameter should hold.
Definition: mock_parameter.cc:175
std::string get_name() override
Get the name of the parameter.
Definition: mock_parameter.cc:158
bool is_value_fresh() override
Check if the value is fresh.
Definition: mock_parameter.cc:185
std::string get_string_value() override
Get the string value of the parameter.
Definition: mock_parameter.cc:95
float get_float_value() override
Get the float value of the parameter.
Definition: mock_parameter.cc:91
VirtualParameter::Type get_parameter_type() override
Get the type of the parameter.
Definition: mock_parameter.cc:68
bool get_value_status() override
Check the current status of the parameter value.
Definition: mock_parameter.cc:101
uint16_t get_index() override
Get the index of the parameter.
Definition: mock_parameter.cc:72
std::string get_parent_name() override
Get the parameter parent name.
Definition: mock_parameter.cc:160
bool is_read() override
Check if the parameter can be read.
Definition: mock_parameter.cc:166
uint64_t get_raw_value() override
Get the raw (64-bit unsigned integer) value of the OD entry.
Definition: mock_parameter.cc:81
int32_t get_max() override
Get the maximum value the parameter should hold.
Definition: mock_parameter.cc:180
uint8_t get_subindex() override
Get the subindex of the parameter.
Definition: mock_parameter.cc:74
bool is_pdo_mapped() override
Check if the parameter is PDO mapped.
Definition: mock_parameter.cc:76
int32_t set_raw_value(uint64_t value) override
Set a raw (64-bit unsigned integer) value.
Definition: mock_parameter.cc:106
bool is_write() override
Check if the parameter can be written into.
Definition: mock_parameter.cc:168
int32_t get_int_value() override
Get the integer value of the parameter.
Definition: mock_parameter.cc:85
int32_t set_value(int32_t value) override
Set an integer value.
Definition: mock_parameter.cc:111
void set_parent_name(const std::string &parent_name)
Definition: mock_parameter.cc:162
std::string get_unit() override
Get the defined unit of the parameter value.
Definition: mock_parameter.cc:170
Definition: virtual_parameter.h:9
Type
Definition: virtual_parameter.h:11
ValueType
Definition: virtual_parameter.h:13
uint8_t * value
Definition: co_dictionary.h:9
Definition: co_dictionary.h:165