Embedded UML Forum » UML Modelling and Codegeneration related discussions » Tool Usage and Handling » How to create special structs in Rhapsody
How to create special structs in Rhapsody
1306 Betrachtungen
Seite:
1
How to create special structs in Rhapsody
22.01.2009 15:25
Hi we need structs with the following structure
struct foo {
int bar;
} __attribute__((packed));
Is there any way to achieve this?
Re: How to create special structs in Rhapsody
22.01.2009 15:32
Hi
to achieve this create a new type with kind language. And fill the declaration field.
