messages.h file for this module. Defines messages this module publishes or serves to others. More...
#include <lar/lar.h>

Data Structures | |
| struct | soundplayer_command_message |
| struct | soundplayer_status_message |
Defines | |
| #define | SOUNDPLAYER_RESET_OCCURRED_NAME "soundplayer_reset_occurred" |
| Control message to pass to the process control module. Always capitals finishes with _RESET_OCCURRED_NAME and the value is small letters the same without the suffix name. | |
| #define | SOUNDPLAYER_RESET_COMMAND_NAME "soundplayer_reset_command" |
| Control message to pass to the process control module. Always capitals finishes with _RESET_COMMAND_NAME and the value is small letters the same without the suffix name. | |
| #define | SOUNDPLAYER_COMMAND_MESSAGE_NAME "soundplayer_command" |
| Name of the message passed to IPC. Always capitals finishes with _MESSAGE_NAME and the value is small letters the same without the suffix. | |
| #define | SOUNDPLAYER_COMMAND_MESSAGE_FMT "{int,string,int,double,string}" |
| Format of the message passed to IPC. Always capitals finishes with _MESSAGE_FMT and the value is given similar to the one bellow. For more information view the IPC manual. | |
| #define | SOUNDPLAYER_STATUS_MESSAGE_NAME "soundplayer_status" |
| Name of the message passed to IPC. Always capitals finishes with _MESSAGE_NAME and the value is small letters the same without the suffix. | |
| #define | SOUNDPLAYER_STATUS_MESSAGE_FMT "{int,double,string}" |
| Format of the message passed to IPC. Always capitals finishes with _MESSAGE_FMT and the value is given similar to the one bellow. For more information view the IPC manual. | |
Typedefs | |
| typedef carmen_default_message | soundplayer_reset_occurred_message |
| typedef carmen_default_message | soundplayer_reset_command_message |
messages.h file for this module. Defines messages this module publishes or serves to others.
1.6.3