#include "neuro_recv/dish_state.h"#include <map>#include <vector>#include <fstream>

Go to the source code of this file.
Classes | |
| class | VoltDistrCreator |
| Helper class for the volt_distr node. More... | |
Functions | |
| double | truncate (double val) |
| Truncates a double to a max of 4 digits after the decimal. | |
| double truncate | ( | double | val | ) |
Truncates a double to a max of 4 digits after the decimal.
| val | the value to be truncated |
Definition at line 20 of file volt_distr_creator.h.