~mice-daq/equipmentlist-mice/trunk

« back to all changes in this revision

Viewing changes to src/devel/epicstest.cc

  • Committer: MICE DAQ
  • Date: 2014-10-22 09:00:57 UTC
  • Revision ID: daq@miceacq14.micenet.rl.ac.uk-20141022090057-kvm7ihhnxfvfljcj
More sophisticated tests are added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
  try {
10
10
 
11
11
    MiceDAQMessanger   *messanger = MiceDAQMessanger::Instance();
12
 
    messanger->setVerbosity(2);
 
12
    messanger->setVerbosity(0);
13
13
 
14
14
    MiceDAQEpicsClient *epics_instance = MiceDAQEpicsClient::Instance();
15
15
    //epics_instance->dumpPVMap();
32
32
      std::cout << "\nafter reading " << RN_Client->getPVName()
33
33
                << ": " << lTmpInt_out << "\n\n";
34
34
 
35
 
      char *lTempCh_in = "TOF1";
 
35
      const char *lTempCh_in = "TOF1";
36
36
      str40 lTempCh_out = "blah";
37
37
      DAQPVClient *TC_CLient = (*epics_instance)["TriggerCondition"];
38
38
      TC_CLient->write(*lTempCh_in);