forked from sduclos/S52
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathS52MP.h
37 lines (25 loc) · 1.18 KB
/
S52MP.h
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
// S52MP.h: Mariner Parameter
//
// Project: OpENCview
/*
This file is part of the OpENCview project, a viewer of ENC.
Copyright (C) 2000-2016 Sylvain Duclos [email protected]
OpENCview is free software: you can redistribute it and/or modify
it under the terms of the Lesser GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
OpENCview is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Lesser GNU General Public License for more details.
You should have received a copy of the Lesser GNU General Public License
along with OpENCview. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _S52MP_H_
#define _S52MP_H_
#include "S52.h" // S52MarinerParameter
double S52_MP_get(S52MarinerParameter param);
int S52_MP_set(S52MarinerParameter param, double val);
int S52_MP_setTextDisp(unsigned int prioIdx, unsigned int count, unsigned int state);
int S52_MP_getTextDisp(unsigned int prioIdx);
#endif //_S52MP_H_