Interface headers for this module. Defines public funtions prototypes this module's interface library makes available to other modules. More...
#include <lar/lar.h>
#include <lar/agents_messages.h>
Data Structures | |
struct | TYPE_agents_public_params |
This is a test message, Here you insert the description of the entity, in this case the struct. More... | |
Functions | |
int | agents_publish_data (agents_data_message *msg) |
Publishes agents_data_message messages. Uses broadcast to all subscribers. Usually is only used by agents. | |
int | agents_subscribe_data (agents_data_message *msg, carmen_handler_t handler, carmen_subscribe_t subscribe_how) |
Subscribes agents_data_message messages. Uses broadcast to all subscribers. Can be used by other modules. | |
void | agents_param_daemon_install_public_parameters (TYPE_agents_public_params *p, int subscribe_changes, int verbose) |
Interface headers for this module. Defines public funtions prototypes this module's interface library makes available to other modules.