#include <string>#include <MessageCarrier.pb.h>#include <functional>#include "config.h"#include "control.h"Go to the source code of this file.
Functions | |
| void | initConfig () |
| Initializes controller configuration. | |
| int | getConfig (CONFIG config) |
| Get config value. More... | |
| void | setConfig (CONFIG config, int value) |
| Set config value. More... | |
| int getConfig | ( | CONFIG | config | ) |
Get config value.
| config | CONFIG where you want to get the value of. |
| void setConfig | ( | CONFIG | config, |
| int | value | ||
| ) |
Set config value.
| config | config you want to change the value of. |
| value | value to set for config. |
1.8.6