Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 1 and Version 2 of code/doc/XMLPort


Ignore:
Timestamp:
Oct 1, 2008, 4:19:19 AM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/XMLPort

    v1 v2  
    105105As you can see, there's no get-function.
    106106
    107 Note: There is also a related macro called XMLPortParamLoadOnlyTemplate used to avoid ambiguity.
     107Note: There is also a related macro called XMLPortParamLoadOnlyTemplate used to avoid ambiguity (see [wiki:XMLPort#Ambiguity the chapter above]).
    108108
    109109=== Extern parameters ===
     
    140140Note: 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.
    141141
    142 Note: There is also a related macro called XMLPortParamExternTemplate used to avoid ambiguity.
     142Note: There is also a related macro called XMLPortParamExternTemplate used to avoid ambiguity (see [wiki:XMLPort#Ambiguity the chapter above]).
    143143
    144144== Objects ==