|
| typedef std::map< std::string, double > | KeyValue |
| |
| typedef StorageType< typename protocol::param::GetSet::Request::FieldTypes::index >::Type | Index |
| |
| typedef StorageType< typename protocol::param::GetSet::Response::FieldTypes::name >::Type | Name |
| |
| typedef protocol::param::NumericValue | NumericValue |
| |
| typedef protocol::param::Value | Value |
| |
Definition at line 10 of file param_server.cpp.
◆ KeyValue
◆ assignParamValue()
| virtual void ParamServerTestManager::assignParamValue |
( |
const Name & |
name, |
|
|
const Value & |
value |
|
) |
| |
|
inlinevirtual |
◆ eraseAllParams()
| virtual int ParamServerTestManager::eraseAllParams |
( |
| ) |
|
|
inlinevirtual |
◆ getParamNameByIndex()
| virtual void ParamServerTestManager::getParamNameByIndex |
( |
Index |
index, |
|
|
Name & |
out_name |
|
) |
| const |
|
inlinevirtual |
◆ readParamValue()
| virtual void ParamServerTestManager::readParamValue |
( |
const Name & |
name, |
|
|
Value & |
out_value |
|
) |
| const |
|
inlinevirtual |
◆ saveAllParams()
| virtual int ParamServerTestManager::saveAllParams |
( |
| ) |
|
|
inlinevirtual |
◆ kv
The documentation for this struct was generated from the following file: