This is Unofficial EPICS BASE Doxygen Site
osdWireConfig.h
Go to the documentation of this file.
1 /*
2  * WIN32 version of
3  * osdWireConfig.h
4  *
5  * Author Jeffrey O. Hill
6  * johill@lanl.gov
7  */
8 
9 #ifndef osdWireConfig_h
10 #define osdWireConfig_h
11 
12 /* for now, assume that win32 runs only on generic little endian */
13 #define EPICS_BYTE_ORDER EPICS_ENDIAN_LITTLE
14 #define EPICS_FLOAT_WORD_ORDER EPICS_BYTE_ORDER
15 
16 #endif /* ifdef osdWireConfig_h */