This is Unofficial EPICS BASE Doxygen Site
net_convert.h
Go to the documentation of this file.
1 /*************************************************************************\
2 * Copyright (c) 2002 The University of Chicago, as Operator of Argonne
3 * National Laboratory.
4 * Copyright (c) 2002 The Regents of the University of California, as
5 * Operator of Los Alamos National Laboratory.
6 * EPICS BASE is distributed subject to a Software License Agreement found
7 * in file LICENSE that is included with this distribution.
8 \*************************************************************************/
9 /*
10  *
11  * Author: J. Hill
12  *
13  */
14 
15 #ifndef INC_net_convert_H
16 #define INC_net_convert_H
17 
18 #include "db_access.h"
19 #include "libCaAPI.h"
20 
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24 
25 typedef unsigned long arrayElementCount;
26 
27 LIBCA_API int caNetConvert (
28  unsigned type, const void *pSrc, void *pDest,
29  int hton, arrayElementCount count );
30 
31 #ifdef __cplusplus
32 }
33 #endif
34 
35 #endif /* ifndef INC_net_convert_H */
LIBCA_API int caNetConvert(unsigned type, const void *pSrc, void *pDest, int hton, arrayElementCount count)
Definition: convert.cpp:1420
pvd::StructureConstPtr type
unsigned long arrayElementCount
Definition: net_convert.h:25