Changeset 771 for branches/RWT/communication
- Timestamp:
- Aug 26, 2014, 4:40:29 PM (10 years ago)
- Location:
- branches/RWT/communication/dspin_dhccp_param/caba
- Files:
-
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/RWT/communication/dspin_dhccp_param/caba/metadata/dspin_rwt_param.sd
r768 r771 1 Module('caba:dspin_ dhccp_param',2 classname = 'soclib::caba::Dspin DhccpParam',3 header_files = ['../source/include/dspin_ dhccp_param.h',]1 Module('caba:dspin_rwt_param', 2 classname = 'soclib::caba::DspinRwtParam', 3 header_files = ['../source/include/dspin_rwt_param.h',] 4 4 ) -
branches/RWT/communication/dspin_dhccp_param/caba/source/include/dspin_rwt_param.h
r768 r771 27 27 28 28 29 #ifndef DSPIN_ DHCCP_PARAMS_H30 #define DSPIN_ DHCCP_PARAMS_H29 #ifndef DSPIN_RWT_PARAMS_H 30 #define DSPIN_RWT_PARAMS_H 31 31 32 32 #include <inttypes.h> … … 141 141 case z: x |= ((y & z##_MASK) << z##_SHIFT);break 142 142 143 class Dspin DhccpParam143 class DspinRwtParam 144 144 { 145 145 public: … … 405 405 SET_FIELD(flit,value,BROADCAST_NLINE); 406 406 407 default: assert(false && "Incorrect DHCCPDSPIN field");407 default: assert(false && "Incorrect RWT DSPIN field"); 408 408 } 409 409 }
Note: See TracChangeset
for help on using the changeset viewer.