state-handler: #6 rename the class
This commit is contained in:
27
StateHandler/src/StateHandler.cpp
Normal file
27
StateHandler/src/StateHandler.cpp
Normal file
@@ -0,0 +1,27 @@
|
||||
/*
|
||||
* StateHandler.cpp
|
||||
*
|
||||
* Created on: Sep 21, 2022
|
||||
* Author: tylen
|
||||
*/
|
||||
|
||||
#include <StateHandler.h>
|
||||
|
||||
StateHandler::StateHandler(EVENT_HANDL * btns) {
|
||||
// TODO Auto-generated constructor stub
|
||||
|
||||
}
|
||||
|
||||
StateHandler::~StateHandler() {
|
||||
// TODO Auto-generated destructor stub
|
||||
}
|
||||
|
||||
int StateHandler::getSetPresuure(){
|
||||
//TODO
|
||||
return 0;
|
||||
}
|
||||
|
||||
int StateHandler::getSetSpeed(){
|
||||
// TODO
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user