get the period of the base level (e.g. sampling rate for wave input)
| 332 | |
| 333 | // get the period of the base level (e.g. sampling rate for wave input) |
| 334 | double cDataProcessor::getBasePeriod() |
| 335 | { |
| 336 | const sDmLevelConfig *c = reader_->getLevelConfig(); |
| 337 | return (double)(c->basePeriod); |
| 338 | } |
| 339 | |
| 340 | // |
| 341 | // find a field in the input level by a part of its name or its full name |
nothing calls this directly
no test coverage detected