WXP C++ Library
Version 6.74.9
Loading...
Searching...
No Matches
include
SatAngle.h
1
#ifndef _WINC_SATANGLE
2
#define _WINC_SATANGLE
3
4
namespace
WXP
{
5
struct
SatAngle {
6
float
elev;
7
float
scan;
8
9
SatAngle();
10
int
init();
11
int
set(
float
e,
float
s );
12
int
print();
13
};
14
}
15
#endif
16
WXP
All WXP classes fall under the WXP namespace.
Definition
Angle.h:4
Generated on
for WXP C++ Library by
1.16.1