#include "potkf_interface.h"
Functions | |
int | potkf_subscribe_data (potkf_data_message *msg, carmen_handler_t handler, carmen_subscribe_t subscribe_how) |
int | potkf_subscribe_reduced_data (potkf_reduced_data_message *msg, carmen_handler_t handler, carmen_subscribe_t subscribe_how) |
Subscribes potkf_reduced_data_message. Uses broadcast to all subscribers. Can be used by other modules. | |
int | potkf_publish_data (potkf_data_message *msg) |
int | potkf_publish_reduced_data (potkf_reduced_data_message *msg) |
Publishes potkf_data_message messages. Uses broadcast to all subscribers. Usually is only used by potkf. | |
void | potkf_param_daemon_install_some_params (TYPE_potkf_public_params *p, int subscribe_changes, int verbose) |