18 class epicsShareClass mrmBufRx :
public bufRxManager
21 mrmBufRx(
const std::string&,
volatile void *base,
unsigned int qdepth,
unsigned int bsize=0);
25 virtual void lock() const OVERRIDE FINAL {};
26 virtual void unlock() const OVERRIDE FINAL {};
28 virtual bool dataRxEnabled() const OVERRIDE FINAL;
29 virtual
void dataRxEnable(
bool) OVERRIDE FINAL;
31 static
void drainbuf(CALLBACK*);
34 volatile
unsigned char * const base;