mcx::parameter_server::LinkHandle
less than a minute
mcx::parameter_server::LinkHandle
Inherits from mcx::parameter_server::Handle
Public Functions
| Name | |
|---|---|
| LinkHandle() | |
| LinkHandle(ParameterBase * param, uint32_t element_offset) | |
| virtual | ~LinkHandle() |
| LinkHandle(const LinkHandle & orig) | |
| LinkHandle & | operator=(const LinkHandle & orig) |
| void | activate(bool flag) |
Additional inherited members
Public Functions inherited from mcx::parameter_server::Handle
| Name | |
|---|---|
| Handle(ParameterBase * param) | |
| bool | isFound() const |
| const char * | getPath() const |
| motorcortex_ParameterInfo | getInfo() const |
Protected Attributes inherited from mcx::parameter_server::Handle
| Name | |
|---|---|
| ParameterBase * | param_ |
Public Functions Documentation
function LinkHandle
LinkHandle()
function LinkHandle
LinkHandle(
ParameterBase * param,
uint32_t element_offset
)
function ~LinkHandle
virtual ~LinkHandle()
function LinkHandle
LinkHandle(
const LinkHandle & orig
)
function operator=
LinkHandle & operator=(
const LinkHandle & orig
)
function activate
void activate(
bool flag
)
Updated on 2022-04-05 at 16:21:27 +0200