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

Go to the source code of this file.

Classes

class  Output
 

Enumerations

enum  OutputType {
  OutputInt =0, OutputFP =1, OutputFPUniv =2, OutputRB =3,
  OutputBackplane =4
}
 

Enumeration Type Documentation

◆ OutputType

enum OutputType
Enumerator
OutputInt 

Internal.

OutputFP 

Front Panel.

OutputFPUniv 

FP Universal.

OutputRB 

Rear Breakout.

OutputBackplane 

Backplane lines.

Definition at line 18 of file output.h.

18  {
19  OutputInt=0,
20  OutputFP=1,
21  OutputFPUniv=2,
22  OutputRB=3,
23  OutputBackplane=4,
24 };
Internal.
Definition: output.h:19
Rear Breakout.
Definition: output.h:22
Front Panel.
Definition: output.h:20
FP Universal.
Definition: output.h:21
Backplane lines.
Definition: output.h:23