This is a test message, Here you insert the description of the entity, in this case the struct. More...
#include <agent_tracker_messages.h>
Data Fields | |
char * | base_id |
int | var1 |
double | var2 |
int | size_var3 |
char * | var3 |
double | timestamp |
char * | host |
This is a test message, Here you insert the description of the entity, in this case the struct.
identifies the destination robot
Host computer name from where the message was sent. Always here and given by carmen_get_host()
comments about size_var3
timestamp of message. Should always be here and indicates the message time given by carmen_get_time()
var1 will be installed. When a change occurs in the param_daemon, var1 will be changed and a handler is called
var2 will be installed. When a change occurs in the param_daemon, var1 will be changed and no handler is called
comments about var3