interface.c file for this module. Defines public funtions this module's interface library makes available to other modules. More...
#include "tlcstm_interface.h"
#include <lar/lar.h>
#include <lar/tlcstm_messages.h>
Functions | |
void | tlcstm_publish_data_message (tlcstm_data_message *msg) |
void | tlcstm_subscribe_data_message (tlcstm_data_message *msg, carmen_handler_t handler, carmen_subscribe_t subscribe_how) |
void | tlcstm_subscribe_command_message (tlcstm_command_message *msg, carmen_handler_t handler, carmen_subscribe_t subscribe_how) |
void | tlcstm_publish_command_message (tlcstm_command_message *msg) |
interface.c file for this module. Defines public funtions this module's interface library makes available to other modules.