Skip to content
Snippets Groups Projects
Commit d2e7883d authored by Tobias Schrödter's avatar Tobias Schrödter
Browse files

Added Event handling for FF_Router

parent cc943d2b
Branches
Tags
No related merge requests found
...@@ -641,3 +641,7 @@ bool FFRouter::MustReInit() { ...@@ -641,3 +641,7 @@ bool FFRouter::MustReInit() {
void FFRouter::SetRecalc(double t) { void FFRouter::SetRecalc(double t) {
_timeToRecalc = t + _recalc_interval; _timeToRecalc = t + _recalc_interval;
} }
void FFRouter::Update(){
this->ReInit();
}
\ No newline at end of file
...@@ -184,6 +184,8 @@ public: ...@@ -184,6 +184,8 @@ public:
bool MustReInit(); bool MustReInit();
void SetRecalc(double t); void SetRecalc(double t);
virtual void Update();
private: private:
protected: protected:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment