Changeset 154:e87565b5168a in finroc_plugins_data_ports
Legend:
- Unmodified
- Added
- Removed
-
tPort.h
r146 r154 140 140 { 141 141 SetWrapped(tImplementation::CreatePort(creation_info)); 142 if (creation_info.DefaultValueSet())143 {144 T t(rrlib::serialization::DefaultInstantiation<T>::Create());145 creation_info.GetDefault(t);146 SetDefault(t);147 }148 142 if (IsNumeric<T>::value) 149 143 {
Note: See TracChangeset
for help on using the changeset viewer.