mrfioc2  2.3.0
Functions
databuf.cpp File Reference
#include "epicsExport.h"
#include "mrf/databuf.h"
Include dependency graph for databuf.cpp:

Go to the source code of this file.

Functions

 OBJECT_BEGIN (dataBufRx)
 
 OBJECT_END (dataBufRx) OBJECT_BEGIN(dataBufTx)
 
 OBJECT_END (dataBufTx) dataBufTx
 

Function Documentation

◆ OBJECT_BEGIN()

OBJECT_BEGIN ( dataBufRx  )

Definition at line 5 of file databuf.cpp.

5  {
virtual bool dataRxEnabled() const =0
OBJECT_END(dataBufRx) OBJECT_BEGIN(dataBufTx)
Definition: databuf.cpp:7
virtual void dataRxEnable(bool)=0
#define OBJECT_PROP2(NAME, GET, SET)
Definition: object.h:518

◆ OBJECT_END() [1/2]

OBJECT_END ( dataBufRx  )

Definition at line 7 of file databuf.cpp.

9  {
11  OBJECT_PROP1("Ready to send", &dataBufTx::dataRTS);
12  OBJECT_PROP1("Max length", &dataBufTx::lenMax);
virtual void dataTxEnable(bool)=0
virtual bool dataTxEnabled() const =0
Is card configured for buffer transmission?
OBJECT_END(dataBufRx) OBJECT_BEGIN(dataBufTx)
Definition: databuf.cpp:7
#define OBJECT_PROP1(NAME, GET)
Definition: object.h:515
virtual bool dataRTS() const =0
Is card ready to send a buffer?
#define OBJECT_PROP2(NAME, GET, SET)
Definition: object.h:518
virtual epicsUInt32 lenMax() const =0

◆ OBJECT_END() [2/2]

OBJECT_END ( dataBufTx  )

Definition at line 13 of file databuf.cpp.

18  {}