OpenCPN Partial API docs
Loading...
Searching...
No Matches
tc_error_code.h
1
/**************************************************************************
2
* Copyright (C) 2013 by David S. Register *
3
* *
4
* This program is free software; you can redistribute it and/or modify *
5
* it under the terms of the GNU General Public License as published by *
6
* the Free Software Foundation; either version 2 of the License, or *
7
* (at your option) any later version. *
8
* *
9
* This program is distributed in the hope that it will be useful, *
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
12
* GNU General Public License for more details. *
13
* *
14
* You should have received a copy of the GNU General Public License *
15
* along with this program; if not, see <https://www.gnu.org/licenses/>. *
16
**************************************************************************/
17
18
#ifndef TC_ERROR_CODE_H_
19
#define TC_ERROR_CODE_H_
20
21
typedef
enum
{
22
TC_NO_ERROR,
23
TC_GENERIC_ERROR,
24
TC_FILE_NOT_FOUND,
25
TC_INDEX_FILE_CORRUPT,
26
TC_INDEX_ENTRY_BAD,
27
TC_HARM_FILE_CORRUPT,
28
TC_MASTER_HARMONICS_NOT_FOUND,
29
TC_TCD_FILE_CORRUPT
30
} TC_Error_Code;
31
32
#endif
gui
include
gui
tc_error_code.h
Generated on Wed Nov 5 2025 02:46:24 for OpenCPN Partial API docs by
1.9.8