Rev 1323 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1323 | Rev 1326 | ||
|---|---|---|---|
| Line 33... | Line 33... | ||
| 33 | string getUnit(); |
33 | string getUnit(); |
| 34 | bool isRequired(); |
34 | bool isRequired(); |
| 35 | 35 | ||
| 36 | void readBits(BitBuffer & buffer); |
36 | void readBits(BitBuffer & buffer); |
| 37 | void writeBits(BitBuffer & buffer); |
37 | void writeBits(BitBuffer & buffer); |
| - | 38 | ||
| - | 39 | string toString(); |
|
| 38 | 40 | ||
| 39 | private: |
41 | private: |
| 40 | string myName; |
42 | string myName; |
| 41 | Datatype::pointer myDatatype; |
43 | Datatype::pointer myDatatype; |
| 42 | bool myRequired; |
44 | bool myRequired; |