mrfioc2  2.3.0
Functions
Device Support Helpers

Functions

void EVR::setSourceTSraw (epicsUInt32 r)
 
epicsUInt32 EVR::SourceTSraw () const
 
void Input::extModeSetraw (epicsUInt16 r)
 
epicsUInt16 Input::extModeraw () const
 
void Input::backModeSetraw (epicsUInt16 r)
 
epicsUInt16 Input::backModeraw () const
 

Detailed Description

These functions exists to make life easier for device support

Function Documentation

◆ backModeraw()

epicsUInt16 Input::backModeraw ( ) const
inline

Definition at line 69 of file input.h.

69 {return (TrigMode)backMode();};
virtual TrigMode backMode() const =0
TrigMode
Definition: input.h:18

◆ backModeSetraw()

void Input::backModeSetraw ( epicsUInt16  r)
inline

Definition at line 68 of file input.h.

68 {backModeSet((TrigMode)r);};
virtual void backModeSet(TrigMode)=0
Set the backwards event trigger mode.
TrigMode
Definition: input.h:18

◆ extModeraw()

epicsUInt16 Input::extModeraw ( ) const
inline

Definition at line 66 of file input.h.

66 {return (TrigMode)extMode();};
TrigMode
Definition: input.h:18
virtual TrigMode extMode() const =0

◆ extModeSetraw()

void Input::extModeSetraw ( epicsUInt16  r)
inline

Definition at line 65 of file input.h.

65 {extModeSet((TrigMode)r);};
virtual void extModeSet(TrigMode)=0
Set external (local) event trigger mode.
TrigMode
Definition: input.h:18

◆ setSourceTSraw()

void EVR::setSourceTSraw ( epicsUInt32  r)
inline

Definition at line 189 of file evr.h.

189 {setSourceTS((TSSource)r);};
TSSource
Definition: evr.h:31
virtual void setSourceTS(TSSource)=0
Select source which increments TS counter.

◆ SourceTSraw()

epicsUInt32 EVR::SourceTSraw ( ) const
inline

Definition at line 190 of file evr.h.

190 {return (TSSource)SourceTS();};
TSSource
Definition: evr.h:31
virtual TSSource SourceTS() const =0