Changes between Version 1 and Version 2 of code/doc/XMLPort
- Timestamp:
- Oct 1, 2008, 4:19:19 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/XMLPort
v1 v2 105 105 As you can see, there's no get-function. 106 106 107 Note: There is also a related macro called XMLPortParamLoadOnlyTemplate used to avoid ambiguity .107 Note: There is also a related macro called XMLPortParamLoadOnlyTemplate used to avoid ambiguity (see [wiki:XMLPort#Ambiguity the chapter above]). 108 108 109 109 === Extern parameters === … … 140 140 Note: The second and the third argument are new: ''Position'' is the class of the extern parameter, ''this->position_'' is the object. The other arguments stay the same, but the set- and get-function are now functions of ''Position'' instead of ''SomeClass'' and therefore we don't have to implement two useless functions. 141 141 142 Note: There is also a related macro called XMLPortParamExternTemplate used to avoid ambiguity .142 Note: There is also a related macro called XMLPortParamExternTemplate used to avoid ambiguity (see [wiki:XMLPort#Ambiguity the chapter above]). 143 143 144 144 == Objects ==