source: trunk/ETSI-Testsuites/ETSI_auto_IOT/codec/c++/sdp_codets.h @ 25

Last change on this file since 25 was 22, checked in by rings, 14 years ago
  • Property svn:executable set to *
File size: 630 bytes
Line 
1#ifndef  SDPCODETS_H
2#define  SDPCODETS_H
3#include <t3devlib/t3devlib.h>
4
5namespace t3devlib {
6namespace 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.