Public Attributes | |
QPoint | current_position |
char | passwd [64] |
Global memory is accessed as raw bytes, so this is a structure of all the data defined in the shared memory. Additional values can be added to this structure as the need for additional shared memory objects is identified.
Note that variable length construct like QString should not be used, but converted to a fixed length ( e.g. char[32] ).
If additional shared memory items are added, new functions to get and set those items should be created.
Definition at line 105 of file us_global.h.
QPoint US_Global::Global::current_position |
Definition at line 108 of file us_global.h.
char US_Global::Global::passwd[64] |
Definition at line 109 of file us_global.h.