mrfioc2  2.3.0
Classes | Enumerations
evgOutput.h File Reference
#include <epicsTypes.h>
#include "mrf/object.h"
Include dependency graph for evgOutput.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  evgOutput
 

Enumerations

enum  evgOutputType { NoneOut = 0, FrontOut, UnivOut }
 

Enumeration Type Documentation

◆ evgOutputType

Enumerator
NoneOut 
FrontOut 
UnivOut 

Definition at line 7 of file evgOutput.h.

7  {
8  NoneOut = 0,
9  FrontOut,
10  UnivOut
11 };