Changeset 3778 in Sophya for trunk/AddOn/TAcq/brbaseproc.h


Ignore:
Timestamp:
May 18, 2010, 9:19:43 PM (15 years ago)
Author:
ansari
Message:

Ajout numero d'identification a BRBaseProcesseur, Reza 18/05/2010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AddOn/TAcq/brbaseproc.h

    r3774 r3778  
    3232  inline void STOP() { stop_ = true; } 
    3333
     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
    3439protected:
    3540  // Methode devant etre redefinie pour effectuer le traitement - appele pour chaque trigger 
     
    5055
    5156  uint_8 totprocnpaq_;
     57
     58  string bpnom_;    // nom du processeur
     59  int bpid_;        // numero d'identificateur
    5260};
    5361
Note: See TracChangeset for help on using the changeset viewer.