Files
-
manufacturing / PCB / Shield / shield.brd
-
manufacturing / PCB / Shield / shield.sch
-
manufacturing / PCB / Shield / shield_bigfpga.brd
-
manufacturing / PCB / Shield / shield_bigfpga.sch
-
manufacturing / PCB / TransducerBoard / bigTransBrd.brd
-
manufacturing / PCB / TransducerBoard / bigTransBrd.sch
-
manufacturing / PCB / TransducerBoard / smallTransBrd.brd
-
manufacturing / PCB / TransducerBoard / smallTransBrd.sch
Last update 6 years 2 months
by
JosefMatous
Filessimulinksystem_objectloaderinclude | |
---|---|
.. | |
loader.hpp |
loader.hpp// Put this in setup impl. Loads variables from binary files void loadUp(const char* corrFile, const char* HUnrotFile, const char* heightFile); // Put these in step impl. // Returns the loaded correction double getCorrection(); // Returns the rotation matrix void copyHUnrot(double *destination); // Returns the platform height double getHeight(); // // Execute at termination // void loaderTerminate();