Is there an easy way to uses bitfields in Rhapsody?
Allows you to define a bit field for an attribute. To define a bit field, open the Features dialog for the relevant attribute and enter the number you want to use for the bit field as the value of the property BitField. For example, if you enter 2 as the value of BitField for an attribute named attribute_1 of type int, the resulting code will be:
int attribute_1 : 2;Return to Modelling with Rhapsody
Users browsing this forum: No registered users and 2 guests