Probleme oder Beschränkungen beim Import einer C-Headerdatei zum Erstellen eines Nachrichtenmodells.
struct mymessage_tag {
int a;
struct { // anonymous structure...
int b1;
struct myembstruct_tag { // ...containing a structure
int c1;
} c;
} b;
};