Rev | Line | |
---|
[22] | 1 | #ifndef SDPCODETS_H |
---|
| 2 | #define SDPCODETS_H |
---|
| 3 | #include <t3devlib/t3devlib.h> |
---|
| 4 | |
---|
| 5 | namespace t3devlib { |
---|
| 6 | namespace gen { |
---|
| 7 | |
---|
| 8 | |
---|
| 9 | // subtypes of structured type |
---|
| 10 | // we just handle them by defining an alias to the base class |
---|
| 11 | // |
---|
| 12 | // FIXME: subtypes of structured types is not explicitely allowed in TTCN-3 |
---|
| 13 | // is this valid anyway ? |
---|
| 14 | #define SDP_contact_tel SDP_contact |
---|
| 15 | #define SDP_contact_email SDP_contact |
---|
| 16 | |
---|
| 17 | // definition additional attributes for the SDP_contact class |
---|
| 18 | // (included automatically in the generated codec) |
---|
| 19 | #define DEFINITIONS_SDP_contact() \ |
---|
| 20 | bool mReverseOrder; \ |
---|
| 21 | bool mHasComment; \ |
---|
| 22 | int mNextPosition; |
---|
| 23 | |
---|
| 24 | }} //namespaces |
---|
| 25 | |
---|
| 26 | #endif |
---|
| 27 | |
---|
Note: See
TracBrowser
for help on using the repository browser.