EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
dbExtractArray.h
1 /*************************************************************************\
2 * Copyright (c) 2010 Brookhaven National Laboratory.
3 * Copyright (c) 2010 Helmholtz-Zentrum Berlin
4 * fuer Materialien und Energie GmbH.
5 * Copyright (c) 2009 UChicago Argonne LLC, as Operator of Argonne
6 * National Laboratory.
7 * Copyright (c) 2002 The Regents of the University of California, as
8 * Operator of Los Alamos National Laboratory.
9 * SPDX-License-Identifier: EPICS
10 * EPICS BASE is distributed subject to a Software License Agreement found
11 * in file LICENSE that is included with this distribution.
12 \*************************************************************************/
13 
14 #ifndef INC_dbExtractArray_H
15 #define INC_dbExtractArray_H
16 
17 #include "dbFldTypes.h"
18 #include "dbAddr.h"
19 #include "dbCoreAPI.h"
20 
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24 
52 DBCORE_API void dbExtractArray(const void *pfrom, void *pto,
53  short field_size, long nRequest, long no_elements, long offset,
54  long increment);
55 
56 #ifdef __cplusplus
57 }
58 #endif
59 
60 #endif // INC_dbExtractArray_H