Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BLE_API mbed nRF51822
ControllerFactory.hpp
00001 #ifndef CONTROLLERFACTORY_H 00002 #define CONTROLLERFACTORY_H 00003 00004 #include "PIDController.hpp" 00005 /*#include "RST.hpp" // to be decommented after correcting 00006 #include "CmdEnums.hpp" 00007 #include "Controller.hpp"*/ 00008 #include "BTDevice.hpp" 00009 00010 //typedef char uint8_t; //only for compiling 00011 00012 class ControllerFactory { 00013 public: 00014 void createController (Controller*, SysObjTypes&); 00015 void createControllerParams (ControllerParams&, SysObjTypes&, float *, int ); 00016 }; 00017 00018 #endif
Generated on Sun Jul 24 2022 19:55:49 by
1.7.2