VR-Vantage 3.1 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ssIncAll.h
Go to the documentation of this file.
1 
2 // Copyright JRM Enterprises, Inc. 2004
3 // All rights reserved.
4 //
5 // This code is the intellectual property of JRM Enterprises, Inc.
6 // It may not be used or released as source or compiled binary form
7 // without the prior written consent of JRM Enterprises, Inc.
8 //
9 // Original Author: Eric Olson Date: May 2004
11 
12 #ifndef _ssIncAll_
13 #define _ssIncAll_
14 
15 // Insert your headers here
16 #ifndef WIN32_LEAN_AND_MEAN
17 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
18 #endif
19 
20 #ifdef WIN32
21 #pragma warning (disable : 4996) // Eliminate warnings about old C stdio routines.
22 
23 #include <windows.h>
24 #include <io.h>
25 #endif
26 
27 #include <assert.h>
28 #include <string>
29 #include <vector>
30 #include <map>
31 #include <iostream>
32 #include <fstream>
33 #include <stdio.h>
34 #include <stdarg.h>
35 #include <math.h>
36 
37 
38 #ifndef SIGSIM_PRODUCT
39 // Define your product
40 //#define SIGSIM_PRODUCT SIGSIMBX
41 //#define SIGSIM_PRODUCT SIGSIMDX
42 //#define SIGSIM_PRODUCT SIGSIMEX
43 //#define SIGSIM_PRODUCT SIGSIMFX
44 //#define SIGSIM_PRODUCT SIGSIMRF
45 #define SIGSIM_PRODUCT SIGSIM3A
46 #endif // SIGSIM_PRODUCT
47 
48 #include "JRMlibrary.h"
49 #include "Ellipsoid.h"
50 #include "SigSimDefines.h"
51 #include "mmlsources.h"
52 #include "sigsim.h"
53 
54 
55 
56 #endif // _ssIncAll_


Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)