|
TR-mbed 1.0
|
#include <ref_serial.h>
Public Attributes | ||
| union { | ||
| uint8_t dataBuff [11] | ||
| struct { | ||
| uint8_t game_type: 4 | ||
| uint8_t game_progress: 4 | ||
| uint16_t stage_remain_time | ||
| } | ||
| } | data | |
| uint8_t | infoUpdateFlag | |
| union { ... } ext_map_command_t::data |
| uint8_t ext_map_command_t::dataBuff[11] |
| uint8_t ext_map_command_t::game_progress |
| uint8_t ext_map_command_t::game_type |
| uint8_t ext_map_command_t::infoUpdateFlag |
| uint16_t ext_map_command_t::stage_remain_time |