equal
deleted
inserted
replaced
74 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
74 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
75 | Options | |
75 | Options | |
76 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
76 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |
77 \endverbatim |
77 \endverbatim |
78 */ |
78 */ |
79 |
|
80 enum DsrMessageType |
|
81 { |
|
82 DSR_CONTROL_PACKET = 1, |
|
83 DSR_DATA_PACKET = 2 |
|
84 }; |
|
85 |
|
86 class DsrFsHeader : public Header |
79 class DsrFsHeader : public Header |
87 { |
80 { |
88 public: |
81 public: |
89 /** |
82 /** |
90 * \brief Get the type identificator. |
83 * \brief Get the type identificator. |