Changeset 3778 in Sophya for trunk/AddOn/TAcq/brbaseproc.h
- Timestamp:
- May 18, 2010, 9:19:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AddOn/TAcq/brbaseproc.h
r3774 r3778 32 32 inline void STOP() { stop_ = true; } 33 33 34 inline void setNameId(const char* nom, int id) 35 { bpnom_=nom; bpid_=id; } 36 inline void setNameId(string nom, int id) 37 { bpnom_=nom; bpid_=id; } 38 34 39 protected: 35 40 // Methode devant etre redefinie pour effectuer le traitement - appele pour chaque trigger … … 50 55 51 56 uint_8 totprocnpaq_; 57 58 string bpnom_; // nom du processeur 59 int bpid_; // numero d'identificateur 52 60 }; 53 61
Note:
See TracChangeset
for help on using the changeset viewer.