class GenEpicsDevice

General interface to Epics devices using the EPICS extension ezca (easy channel access)

Inheritance:


Public

Reading values from EPICS records in the IOC
long getByteValue( char* pcName, char& aChar )
Reads a byte
long getStringValue( char* pcName, char *aString )
Reads a string
long getShortValue( char* pcName, short& aShort )
Reads a short
long getLongValue( char* pcName, long& aLong )
Reads a long
long getFloatValue( char* pcName, float& aFloat )
Reads a float
long getDoubleValue( char* pcName, double& aDouble )
Reads a double
Writing values into EPICS records in the IOC
static long putByteValue( char* pcName, char aChar )
Writes a byte
static long putStringValue( char* pcName, char *aString )
Writes a string
static long putShortValue( char* pcName, short aShort )
Writes a short
static long putLongValue( char* pcName, long aLong )
Writes a long
static long putFloatValue( char* pcName, float aFloat )
Writes a float
static long putDoubleValue( char* pcName, double aDouble )
Writes a double

Documentation

General interface to Epics devices using the EPICS extension ezca (easy channel access).

MODIFICATIONS:

Writing values into EPICS records in the IOC

static long putByteValue( char* pcName, char aChar )
Writes a byte

static long putStringValue( char* pcName, char *aString )
Writes a string

static long putShortValue( char* pcName, short aShort )
Writes a short

static long putLongValue( char* pcName, long aLong )
Writes a long

static long putFloatValue( char* pcName, float aFloat )
Writes a float

static long putDoubleValue( char* pcName, double aDouble )
Writes a double

Reading values from EPICS records in the IOC

long getByteValue( char* pcName, char& aChar )
Reads a byte

long getStringValue( char* pcName, char *aString )
Reads a string

long getShortValue( char* pcName, short& aShort )
Reads a short

long getLongValue( char* pcName, long& aLong )
Reads a long

long getFloatValue( char* pcName, float& aFloat )
Reads a float

long getDoubleValue( char* pcName, double& aDouble )
Reads a double


Direct child classes:
rtHVchannel
Author:
C.Witzig
Date: July 6, 98
Version:
Last update July 6, 98

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de