lib/mdflib/docs/manual/html/isamplereduction_8h.html
| MDF Lib 2.2
Interface against MDF 3/4 files |
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations | Variables
isamplereduction.h File Reference
#include "mdf/iblock.h"
#include <string>
#include "mdf/ichannel.h"
Include dependency graph for isamplereduction.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
|
|
| struct | mdf::SrValue< T > |
| | Template class that is used to handle reduction sample. More...
|
| |
| class | mdf::ISampleReduction |
| | Defines an interface to a sample reduction (SR) block. More...
|
| |
|
|
| namespace | mdf |
| | Main namespace for the MDF library.
|
| |
|
|
| enum class | mdf::SrSyncType : uint8_t {
Undefined = 0 , Time = 1 , Angle = 2 , Distance = 3 ,
Index = 4
} |
| | Type of master for a sample reduction (SR) block.
|
| |
|
|
| constexpr uint8_t | mdf::SrFlag::InvalidationByte = 0x01 |
| | The block contains an invalidation byte.
|
| |
| constexpr uint8_t | mdf::SrFlag::DominantBit = 0x02 |
| | Dominant invalidation flag.
|
| |
Defines an interface against a sample reduction (SR) block. The sample reduction block (SR) stores the minimal, maximum and average value for each channel in a CG block.