Robobo
Main Page
Related Pages
Modules
Classes
Files
Examples
File List
File Members
ControlStrategy.h
1
#ifndef CONTROL_STRATEGY_INCLUDED
2
#define CONTROL_STRATEGY_INCLUDED
3
4
class
ControlStrategy
5
{
6
public
:
7
virtual
int32_t calculateControl(int32_t diff) = 0;
8
};
9
10
#endif
ControlStrategy
Definition:
ControlStrategy.h:4
src
robobo
ControlStrategy.h
Generated by
1.8.11