MRC_Status_t


in mrcImage.h


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