Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • EPICS values (Process variables)
    Get integers, floats, strings from any EPICS channel (PV = process variable)
    Code Block
     int getPvInt      (const char* pvName, int& value);
     int getPvFloat    (const char* pvName, float& value);
     int getPvString   (const char* pvName, char*& value);
    

Further analysis help