fixed comment
This commit is contained in:
@@ -202,21 +202,18 @@ public:
|
||||
//
|
||||
// read
|
||||
//
|
||||
// this is allowed to complete asychronously
|
||||
//
|
||||
caStatus read(const casCtx &ctxIn, gdd &value);
|
||||
|
||||
//
|
||||
// write
|
||||
//
|
||||
// this is allowed to complete asychronously
|
||||
//
|
||||
caStatus write(const casCtx &ctxIn, gdd &value);
|
||||
private:
|
||||
};
|
||||
|
||||
//
|
||||
// exAsyncPV
|
||||
// (asychronous PV)
|
||||
//
|
||||
class exAsyncPV : public exPV {
|
||||
public:
|
||||
@@ -229,15 +226,11 @@ public:
|
||||
//
|
||||
// read
|
||||
//
|
||||
// this is allowed to complete asychronously
|
||||
//
|
||||
caStatus read(const casCtx &ctxIn, gdd &value);
|
||||
|
||||
//
|
||||
// write
|
||||
//
|
||||
// this is allowed to complete asychronously
|
||||
//
|
||||
caStatus write(const casCtx &ctxIn, gdd &value);
|
||||
|
||||
unsigned maxSimultAsyncOps () const;
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
|
||||
WORK IN PROGRESS
|
||||
|
||||
this directory contains the posix RT os dependent source for
|
||||
this directory contains the posix real time os dependent source for
|
||||
the EPICS ca server
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user