mrfioc2  2.3.0
Public Member Functions | Public Attributes | List of all members
priv Struct Reference
Collaboration diagram for priv:
Collaboration graph
[legend]

Public Member Functions

 priv (epicsTimeStamp *t, int e)
 

Public Attributes

EVRevr
 
char obj [30]
 
int event
 
int ok
 
epicsTimeStamp * ts
 

Detailed Description

Definition at line 42 of file devEvrEvent.cpp.

Constructor & Destructor Documentation

◆ priv()

priv::priv ( epicsTimeStamp *  t,
int  e 
)
inline

Definition at line 37 of file evrGTIF.cpp.

37 : ok(S_time_unsynchronized), ts(t), event(e) {}
epicsTimeStamp * ts
Definition: evrGTIF.cpp:35
int event
Definition: devEvrEvent.cpp:45
int ok
Definition: evrGTIF.cpp:34
#define S_time_unsynchronized
Definition: evrGTIF.cpp:30

Member Data Documentation

◆ event

int priv::event

Definition at line 45 of file devEvrEvent.cpp.

◆ evr

EVR* priv::evr

Definition at line 43 of file devEvrEvent.cpp.

◆ obj

char priv::obj[30]

Definition at line 44 of file devEvrEvent.cpp.

◆ ok

int priv::ok

Definition at line 34 of file evrGTIF.cpp.

◆ ts

epicsTimeStamp* priv::ts

Definition at line 35 of file evrGTIF.cpp.


The documentation for this struct was generated from the following files: