messages.h file for this module. Defines messages this module publishes or serves to others. More...
Data Structures | |
| struct | powermanager_status_message |
| This is a test message, Here you insert the description of the entity, in this case the struct. More... | |
| struct | powermanager_command_message |
| This is a test message, Here you insert the description of the entity, in this case the struct. More... | |
Defines | |
| #define | POWERMANAGER_RESET_OCCURRED_NAME (char*)"powermanager_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 | POWERMANAGER_RESET_COMMAND_NAME (char*)"powermanager_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 | POWERMANAGER_STATUS_MESSAGE_NAME (char*)"powermanager_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 | POWERMANAGER_STATUS_MESSAGE_FMT (char*)"{char,char,char,char,char,char,char,char,char,char,char,char,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 | POWERMANAGER_COMMAND_MESSAGE_NAME (char*)"powermanager_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 | POWERMANAGER_COMMAND_MESSAGE_FMT (char*)"{char,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 | powermanager_reset_occurred_message |
| typedef carmen_default_message | powermanager_reset_command_message |
messages.h file for this module. Defines messages this module publishes or serves to others.
1.6.3