typedef union MRC_Status_t { mrcStatusType all; struct Content { unsigned char level; unsigned char category; short detail; } status; } MRC_Status_t;