ant
A2 ant: class-based analysis framework
ant::Calibration::Converter Struct Referenceabstract

The Converter struct handles the transition from raw bytes to somewhat meaningful values (not necessarily with physically meaningful units) More...

#include <Calibration.h>

+ Inheritance diagram for ant::Calibration::Converter:

Public Types

using ptr_t = std::shared_ptr< const Converter >
 

Public Member Functions

virtual std::vector< double > Convert (const std::vector< uint8_t > &rawData) const =0
 
virtual ~Converter ()=default
 

Detailed Description

The Converter struct handles the transition from raw bytes to somewhat meaningful values (not necessarily with physically meaningful units)

Member Typedef Documentation

◆ ptr_t

using ant::Calibration::Converter::ptr_t = std::shared_ptr<const Converter>

Constructor & Destructor Documentation

◆ ~Converter()

virtual ant::Calibration::Converter::~Converter ( )
virtualdefault

Member Function Documentation

◆ Convert()


The documentation for this struct was generated from the following file: