src/dsr/model/dsr-fs-header.h
changeset 8752 2da1fab73114
parent 8751 efad81f3cb47
child 10521 81a6f41319cc
equal deleted inserted replaced
8751:efad81f3cb47 8752:2da1fab73114
    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.