0.2.0
|
▼ src | |
▼ internal | |
► gui | |
► Node | |
AppLogic.hpp | Application logic |
CMakeRC.hpp | Handles compiling resources into the binary |
ConfigManager.hpp | Config management for the Project |
FlowExecutor.hpp | Flow Executor Thread |
FlowManager.hpp | Save/Load the Nodes |
NodeManager.hpp | Manages all Nodes |
Sleep.hpp | Class to catch system signals and sleep |
Version.hpp | Provides the version of the project |
▼ Navigation | |
► Atmosphere | |
► Ellipsoid | |
► Geoid | |
► GNSS | |
► Gravity | |
► INS | |
► Math | |
► Time | |
► Transformations | |
Constants.hpp | Holds all Constants |
▼ NodeData | |
► General | |
► GNSS | |
► IMU | |
► State | |
NodeData.hpp | Abstract NodeData Class |
▼ Nodes | |
► Converter | |
► DataLink | |
► DataLogger | |
► DataProcessor | |
► DataProvider | |
► Experimental | |
► Plotting | |
► State | |
► Utility | |
▼ util | |
► Container | |
► Logger | |
► Plot | |
► Random | |
► Time | |
► Vendor | |
Assert.h | Assertion helpers |
CallbackTimer.hpp | Starts a Periodic Timer |
Eigen.hpp | Vector space operations |
ImGui.hpp | ImGui Helper |
Json.hpp | Defines how to save certain datatypes to json |
Logger.hpp | Utility class for logging to console and file |
StringUtil.hpp | Utility functions for working with std::strings |
NodeRegistry.hpp | Utility class which specifies available nodes |