STFishFinder API  API version 0.0.0, Documentation version 3 -PRELIMINARY-
STFishFinder.h
Go to the documentation of this file.
1 ///
2 /// @file STFishFinder.h
3 ///
4 /// Master header file for the STFishFinder API.
5 /// Users of the STFishFinder API should add the following
6 /// line to the top of their source files that reference
7 /// the STFishFinder API:
8 /// @code
9 /// #include "STFishFinder/STFishFinder.h"
10 /// @endcode
11 ///
12 /// @copyright
13 /// Copyright (c) 2012-2015 Sifferman Technology, LLC. All rights reserved.
14 ///
15 
16 #ifndef STFishFinder_h_
17 #define STFishFinder_h_
18 
19 #include "STFF-Callbacks.h"
20 #include "STFF-FishFinder.h"
21 #include "STFF-ImageColumn.h"
22 #include "STFF-Replay.h"
23 #include "STFF-Types.h"
24 #include "STFF-Utility.h"
25 #include "STFF-Version.h"
26 
27 #endif // defined (STFishFinder_h_)
28 
29 
Header file for the STFF::STFishFinder class.
Header file containing declarations for free functions in the STFF:: namespace that perform...
Header file containing enumerations and simple struct types used in the STFishFinder API...
Header file for the STFF::Version class; also contains version macros for the entire STFishFinder API...
Header file for the STFF::ImageColumn class.
Header file for the STFF::Replay class.
Header file containing type definitions for callback functions used in the STFishFinder API...