#include <navigator_messages.h>
Data Fields | |
char * | attribute |
int | value |
char * | status_message |
int | reset_all_to_defaults |
double | timestamp |
char * | host |
The colours are RGB in int form, i.e., R << 16 | G << 8 | B. A colour of -1 restores the default colour. The other attributes are binary. -1 is restore default, 0 is turn off, 1 is turn on, other values are ignored.
Setting the reset_all_to_defaults flag causes all attributes to be reset to defaults.
The status_message is currently ignored. There will eventually be a status window that will get the contents of this field.
Definition at line 231 of file navigator_messages.h.