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

Go to the source code of this file.

Classes

class  Input
 

Enumerations

enum  TrigMode { TrigNone =0, TrigLevel =1, TrigEdge =2 }
 

Enumeration Type Documentation

◆ TrigMode

enum TrigMode
Enumerator
TrigNone 
TrigLevel 
TrigEdge 

Definition at line 18 of file input.h.

18  {
19  TrigNone=0,
20  TrigLevel=1,
21  TrigEdge=2
22 };
Definition: input.h:21
Definition: input.h:19