|
C2A_Core
|
パラメタのサイズ情報を圧縮した構造体 [詳解]
#include <command_analyze.h>
フィールド | |
| union { | |
| uint8_t byte | |
| struct { | |
| unsigned first: 4 | |
| unsigned second: 4 | |
| } bit | |
| } | packed_info |
パラメタのサイズ情報を圧縮した構造体
command_analyze.h の 37 行目に定義があります。
| struct { ... } bit |
| uint8_t byte |
command_analyze.h の 41 行目に定義があります。
| unsigned first |
command_analyze.h の 44 行目に定義があります。
| union { ... } packed_info |
| unsigned second |
command_analyze.h の 45 行目に定義があります。