Changeset 4620 for sample


Ignore:
Timestamp:
Jun 29, 2009, 4:59:05 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.cpp

    r2410 r4620  
    1010}
    1111
    12 PingPongMessage::PingPongMessage(uint8_t _id) : id(_id) {
     12PingPongMessage::PingPongMessage(uint16_t _id) : id(_id) {
    1313}
    1414
     
    2020}
    2121
    22 uint8_t PingPongMessage::getid(){
     22uint16_t PingPongMessage::getid(){
    2323        return id;
    2424}
Note: See TracChangeset for help on using the changeset viewer.