Cogs.Core
Public Member Functions | Public Attributes | List of all members
Cogs::Core::EchoSounder::InterpolateBeamDataMinorTask Struct Reference

Public Member Functions

 InterpolateBeamDataMinorTask (float *valuesOut, const int beamMajorCount, const int beamMinorCount, const int modulo, const int sampleCount, const float *valuesIn, const InterpolationSamplePos *minorSamples, const int beamBegin, const int beamEnd)
 
void operator() ()
 

Public Attributes

float * valuesOut
 
const int beamMajorCount
 
const int beamMinorCount
 
const int modulo
 
const int sampleCount
 
const float * valuesIn
 
const InterpolationSamplePosminorSamples
 
const int beamBegin
 
const int beamEnd
 

Detailed Description

Definition at line 62 of file BeamResampleTask.h.

Constructor & Destructor Documentation

◆ InterpolateBeamDataMinorTask()

InterpolateBeamDataMinorTask::InterpolateBeamDataMinorTask ( float *  valuesOut,
const int  beamMajorCount,
const int  beamMinorCount,
const int  modulo,
const int  sampleCount,
const float *  valuesIn,
const InterpolationSamplePos minorSamples,
const int  beamBegin,
const int  beamEnd 
)

Definition at line 113 of file BeamResampleTask.cpp.

Member Function Documentation

◆ operator()()

void InterpolateBeamDataMinorTask::operator() ( )

Definition at line 135 of file BeamResampleTask.cpp.

Member Data Documentation

◆ beamBegin

const int Cogs::Core::EchoSounder::InterpolateBeamDataMinorTask::beamBegin

Definition at line 71 of file BeamResampleTask.h.

◆ beamEnd

const int Cogs::Core::EchoSounder::InterpolateBeamDataMinorTask::beamEnd

Definition at line 72 of file BeamResampleTask.h.

◆ beamMajorCount

const int Cogs::Core::EchoSounder::InterpolateBeamDataMinorTask::beamMajorCount

Definition at line 65 of file BeamResampleTask.h.

◆ beamMinorCount

const int Cogs::Core::EchoSounder::InterpolateBeamDataMinorTask::beamMinorCount

Definition at line 66 of file BeamResampleTask.h.

◆ minorSamples

const InterpolationSamplePos* Cogs::Core::EchoSounder::InterpolateBeamDataMinorTask::minorSamples

Definition at line 70 of file BeamResampleTask.h.

◆ modulo

const int Cogs::Core::EchoSounder::InterpolateBeamDataMinorTask::modulo

Definition at line 67 of file BeamResampleTask.h.

◆ sampleCount

const int Cogs::Core::EchoSounder::InterpolateBeamDataMinorTask::sampleCount

Definition at line 68 of file BeamResampleTask.h.

◆ valuesIn

const float* Cogs::Core::EchoSounder::InterpolateBeamDataMinorTask::valuesIn

Definition at line 69 of file BeamResampleTask.h.

◆ valuesOut

float* Cogs::Core::EchoSounder::InterpolateBeamDataMinorTask::valuesOut

Definition at line 64 of file BeamResampleTask.h.


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