Changeset 2469 in Sophya for trunk/SophyaPI/PIext/pihisto.h
- Timestamp:
- Dec 2, 2003, 8:36:10 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pihisto.h
r2383 r2469 19 19 // fg=-1 pas de barre d'erreur, 1=barres d'erreurs, 20 20 // 0=barres d'erreurs automatiques: trace si HProf ou markeur demande 21 inline void SetError( unsignedshort fg=0) {error=fg;}21 inline void SetError(short fg=0) {error=fg;} 22 22 inline Histo* Histogram() {return(mHisto);} 23 23 … … 30 30 Histo* mHisto; 31 31 bool mAdDO; 32 bool stats,error; 32 bool stats; 33 short error; 33 34 float spoX, spoY; // Stat pos offset par rapport a position defaut 34 35 };
Note:
See TracChangeset
for help on using the changeset viewer.