Changeset 93:6f2168f87ee4 in finroc_plugins_runtime_construction


Ignore:
Timestamp:
06.06.2017 21:13:21 (7 years ago)
Author:
Max Reichardt <mreichardt@…>
Branch:
17.03
Phase:
public
Message:

Makes CreateFrameworkElementActions use a 32 bit handle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tCreateFrameworkElementAction.h

    r90 r93  
    7979public: 
    8080 
    81   typedef rrlib::serialization::tRegister<tCreateFrameworkElementAction*, 64, 128, uint16_t> tRegister; 
     81  typedef rrlib::serialization::tRegister<tCreateFrameworkElementAction*, 64, 128, uint32_t> tRegister; 
    8282 
    8383  tCreateFrameworkElementAction(); 
Note: See TracChangeset for help on using the changeset viewer.