fbgsense 0.1
Generic FBG spectrum analysis tool
Public Member Functions | List of all members
peak Class Reference

Data structure holding information about peak's properties. More...

#include <peak.h>

Public Member Functions

 peak (size_t position, size_t index, spectrum_unit_t wavelength, spectrum_unit_t intensity)
 
 peak (size_t position, size_t index, uint8_t channel, spectrum_unit_t wavelength, spectrum_unit_t intensity)
 
 peak (size_t position, size_t index, uint8_t channel, spectrum_unit_t wavelength, spectrum_unit_t intensity, spectrum_unit_t asymmetry)
 
uint8_t channel ()
 
size_t position ()
 
size_t index ()
 
spectrum_unit_t wavelength ()
 
spectrum_unit_t intensity ()
 
spectrum_unit_t asymmetry ()
 
bounds_t bounds ()
 
void index (uint8_t index)
 
void bounds (bounds_t bounds)
 

Detailed Description

Data structure holding information about peak's properties.


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