File: coda_ignore.i

package info (click to toggle)
coda 2.21.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,320 kB
  • sloc: ansic: 125,785; javascript: 6,732; java: 2,391; yacc: 1,007; python: 872; makefile: 615; lex: 204; sh: 99; fortran: 60; xml: 5
file content (87 lines) | stat: -rw-r--r-- 3,153 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
/*
 * Copyright (C) 2007-2020 S[&]T, The Netherlands.
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 *
 * 1. Redistributions of source code must retain the above copyright notice,
 *    this list of conditions and the following disclaimer.
 *
 * 2. Redistributions in binary form must reproduce the above copyright
 *    notice, this list of conditions and the following disclaimer in the
 *    documentation and/or other materials provided with the distribution.
 *
 * 3. Neither the name of the copyright holder nor the names of its
 *    contributors may be used to endorse or promote products derived from
 *    this software without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 * POSSIBILITY OF SUCH DAMAGE.
 */

%ignore CODA_H;
%ignore HAVE_INTTYPES_H;
%ignore HAVE_STDINT_H;
%ignore HAVE_SYS_TYPES_H;
%ignore CODA_SUCCESS;
%ignore CODA_ERROR_OUT_OF_MEMORY;
%ignore CODA_ERROR_HDF4;
%ignore CODA_ERROR_NO_HDF4_SUPPORT;
%ignore CODA_ERROR_HDF5;
%ignore CODA_ERROR_NO_HDF5_SUPPORT;
%ignore CODA_ERROR_XML;
%ignore CODA_ERROR_FILE_NOT_FOUND;
%ignore CODA_ERROR_FILE_OPEN;
%ignore CODA_ERROR_FILE_READ;
%ignore CODA_ERROR_FILE_WRITE;
%ignore CODA_ERROR_INVALID_ARGUMENT;
%ignore CODA_ERROR_INVALID_INDEX;
%ignore CODA_ERROR_INVALID_NAME;
%ignore CODA_ERROR_INVALID_FORMAT;
%ignore CODA_ERROR_INVALID_DATETIME;
%ignore CODA_ERROR_INVALID_TYPE;
%ignore CODA_ERROR_ARRAY_NUM_DIMS_MISMATCH;
%ignore CODA_ERROR_ARRAY_OUT_OF_BOUNDS;
%ignore CODA_ERROR_NO_PARENT;
%ignore CODA_ERROR_UNSUPPORTED_PRODUCT;
%ignore CODA_ERROR_PRODUCT;
%ignore CODA_ERROR_OUT_OF_BOUNDS_READ;
%ignore CODA_ERROR_DATA_DEFINITION;
%ignore CODA_ERROR_EXPRESSION;
%ignore CODA_PRIVATE_FIELD(name);
%ignore CODA_CURSOR_MAXDEPTH;

%ignore coda_errno;

%ignore coda_get_errno;
%ignore coda_get_libcoda_version;

%ignore coda_set_definition_path;
%ignore coda_free;
%ignore coda_str64;
%ignore coda_str64u;
%ignore coda_strfl;
%ignore coda_set_error;
%ignore coda_errno_to_string;

%ignore coda_datetime_to_double;
%ignore coda_double_to_datetime;
%ignore coda_time_to_string;
%ignore coda_string_to_time;
%ignore coda_utcdatetime_to_double;
%ignore coda_double_to_utcdatetime;
%ignore coda_time_to_utcstring;
%ignore coda_utcstring_to_time;

%ignore coda_cursor_print_path;
%ignore coda_expression_print;