Changeset 1975 in Sophya for trunk/SophyaPI/PIext
- Timestamp:
- Apr 30, 2002, 6:31:14 PM (23 years ago)
- Location:
- trunk/SophyaPI/PIext
- Files:
-
- 2 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 } -
trunk/SophyaPI/PIext/pintuple.h
r1971 r1975 28 28 // Methode de decodage des options 29 29 virtual int DecodeOptionString(vector<string> & opt, bool rmdecopt=true); 30 // Texte d'aide des options disponibles 31 virtual void GetOptionsHelpInfo(string& info); 30 32 31 33 protected:
Note:
See TracChangeset
for help on using the changeset viewer.