Changeset 3640 in Sophya for trunk/AddOn/TAcq/brproc.h
- Timestamp:
- May 27, 2009, 5:15:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AddOn/TAcq/brproc.h
r3635 r3640 25 25 class BRProcARaw2C : public ZThread { 26 26 public: 27 BRProcARaw2C(RAcqMemZoneMgr& mem, string& path, uint_4 nmean=1, uint_4 step=1, uint_4 nmax=100); 27 BRProcARaw2C(RAcqMemZoneMgr& mem, string& path, uint_4 nmean=1, 28 uint_4 step=1, uint_4 nmax=100, bool fgnotrl=false); 28 29 virtual void run(); 29 30 void Stop(); … … 36 37 uint_4 nmean_; // Nombre de blocs pour le calcul des moyennes 37 38 string path_; 39 bool fgnotrl_; // if true, don't check packet trailer - when using pre-june fits files 38 40 }; 39 41
Note:
See TracChangeset
for help on using the changeset viewer.