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

Go to the source code of this file.

Classes

class  evgInput
 

Enumerations

enum  InputType { NoneInp = 0, FrontInp, UnivInp, RearInp }
 

Enumeration Type Documentation

◆ InputType

enum InputType
Enumerator
NoneInp 
FrontInp 
UnivInp 
RearInp 

Definition at line 11 of file evgInput.h.

11  {
12  NoneInp = 0,
13  FrontInp,
14  UnivInp,
15  RearInp
16 };