Changeset 4618 for sample


Ignore:
Timestamp:
Jun 29, 2009, 4:49:46 PM (15 years ago)
Author:
Christoph Mayer
Message:

alle uint_8 auf uint_16 welche an serialisierung beteiligt sind

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sample/pingpong/PingPongMessage.h

    r2413 r4618  
    1818public:
    1919        PingPongMessage();
    20         PingPongMessage( uint8_t _id );
     20        PingPongMessage( uint16_t _id );
    2121        virtual ~PingPongMessage();
    2222
    2323        string info();
    24         uint8_t getid();
     24        uint16_t getid();
    2525private:
    26         uint8_t id;
     26        uint16_t id; //TODO: was uint8_t
    2727};
    2828
Note: See TracChangeset for help on using the changeset viewer.