mrfioc2  2.3.0
Functions
Control which source(s) effect this pulser.

Functions

virtual MapType::type Pulser::mappedSource (epicsUInt32 src) const =0
 What action is source 'src' mapped to? More...
 
virtual void Pulser::sourceSetMap (epicsUInt32 src, MapType::type action)=0
 Set mapping of source 'src'. More...
 

Detailed Description

Meaning of source id number is device specific.

Note: this is one place where Device Support will have some depth.

Function Documentation

◆ mappedSource()

virtual MapType::type Pulser::mappedSource ( epicsUInt32  src) const
pure virtual

What action is source 'src' mapped to?

Implemented in MRMPulser.

◆ sourceSetMap()

virtual void Pulser::sourceSetMap ( epicsUInt32  src,
MapType::type  action 
)
pure virtual

Set mapping of source 'src'.

Implemented in MRMPulser.