#include <param_interface.h>
Data Fields | |
char * | module |
char * | variable |
carmen_param_type_t | type |
void * | user_variable |
int | subscribe |
carmen_param_change_handler_t | handler |
Definition at line 68 of file param_interface.h.
|
Declare a handler if the param_daemon publishes a change to this variable's value. Definition at line 81 of file param_interface.h. |
|
The module name of this parameter. Definition at line 69 of file param_interface.h. |
|
If the param_daemon publishes a change to this variable value (because someone has changed the variable value, should the local value be updated? 1 for yes, 0 for no. Definition at line 76 of file param_interface.h. |
|
Type should match user_variable: e.g., CARMEN_PARAM_INT if the local variable storage is an integer. Definition at line 71 of file param_interface.h. |
|
A pointer to the local variable storage. Definition at line 74 of file param_interface.h. |
|
The variable name to be loaded. Definition at line 70 of file param_interface.h. |