Changeset 1975 in Sophya for trunk/SophyaPI/PIext/pintuple.cc
- Timestamp:
- Apr 30, 2002, 6:31:14 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pintuple.cc
r1971 r1975 299 299 return(ndec+ndec1); 300 300 } 301 302 /* La methode GetOptionsHelpInfo(string& info) renvoie une chaine 303 avec la description des options comprises par ce drawer 304 Note: Il est preferable de ne pas initialiser la chaine 305 string info au depart, afin de permettre de mettre bout a 306 bout les aides de differents Drawer */ 307 308 /* --Methode-- */ 309 void PINTuple::GetOptionsHelpInfo(string& info) 310 { 311 // On recupere d'abord la chaine info de la classe de base 312 PIDrawer::GetOptionsHelpInfo(info); 313 info += " ---- PINTuple options help info : \n" ; 314 info += " stat / nostat : activate/deactivate statistic information display \n"; 315 return; 316 }
Note:
See TracChangeset
for help on using the changeset viewer.