ISIS Logo
ECLAB
An EPICS support module to export potentiostat values as process variables
ECLabParams.h
Go to the documentation of this file.
1 #include <vector>
2 #include "BLFunctions.h"
3 #include <epicsTypes.h>
4 class asynPortDriver;
5 
6 extern void addAllParameters(asynPortDriver* driver);
7 
8 extern void setECIntegerParam(asynPortDriver* driver, int addr, int id, epicsInt32 value);
9 extern void setECSingleParam(asynPortDriver* driver, int addr, int id, epicsFloat64 value);
10 
11 extern void getTechniqueParams(const std::string& technique, int addr, std::vector<TEccParam_t>& values, bool changes_only);
12 extern void printParams(std::ostream& os);
void getTechniqueParams(const std::string &technique, int addr, std::vector< TEccParam_t > &values, bool changes_only)
void setECIntegerParam(asynPortDriver *driver, int addr, int id, epicsInt32 value)
Definition: ECLabParams.cpp:78
void addAllParameters(asynPortDriver *driver)
void printParams(std::ostream &os)
void setECSingleParam(asynPortDriver *driver, int addr, int id, epicsFloat64 value)
Definition: ECLabParams.cpp:98
Copyright © 2013 Science and Technology Facilities Council | Generated by   doxygen 1.8.5