This is Unofficial EPICS BASE Doxygen Site
sync.c File Reference
#include <stdio.h>
#include "freeList.h"
#include "db_field_log.h"
#include "chfPlugin.h"
#include "dbState.h"
#include "epicsExit.h"
#include "epicsAssert.h"
#include "epicsExport.h"
+ Include dependency graph for sync.c:

Go to the source code of this file.

Classes

struct  myStruct
 

Macros

#define STATE_NAME_LENGTH   20
 

Typedefs

typedef enum syncMode syncMode
 
typedef struct myStruct myStruct
 

Enumerations

enum  syncMode {
  syncModeBefore =0, syncModeFirst =1, syncModeLast =2, syncModeAfter =3,
  syncModeWhile =4, syncModeUnless =5
}
 

Functions

 epicsExportRegistrar (syncInitialize)
 

Macro Definition Documentation

#define STATE_NAME_LENGTH   20

Definition at line 23 of file sync.c.

Typedef Documentation

typedef struct myStruct myStruct
typedef enum syncMode syncMode

Enumeration Type Documentation

enum syncMode
Enumerator
syncModeBefore 
syncModeFirst 
syncModeLast 
syncModeAfter 
syncModeWhile 
syncModeUnless 

Definition at line 25 of file sync.c.

25  {
27  syncModeFirst=1,
28  syncModeLast=2,
29  syncModeAfter=3,
30  syncModeWhile=4,
32 } syncMode;
syncMode
Definition: sync.c:25

Function Documentation

epicsExportRegistrar ( syncInitialize  )