between 36 and 1060
| 117 | } |
| 118 | //between 36 and 1060 |
| 119 | float readEnergy(std::vector<uint8_t> const& data, int& pos) |
| 120 | { |
| 121 | return readFloat(data, pos) * 100 + 150.0f; |
| 122 | } |
| 123 | //between 0 and 1 |
| 124 | float readDensity(std::vector<uint8_t> const& data, int& pos) |
| 125 | { |
no test coverage detected