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

Public Member Functions

 InterpolateBeamDataMajorTask (float *valuesOut, const int beamMajorCount, const int beamMinorCount, const int modulo, const int sampleCount, const float *valuesIn, const InterpolationSamplePos *majorSamples, 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 InterpolationSamplePosmajorSamples
 
const int beamBegin
 
const int beamEnd
 

Detailed Description

Definition at line 87 of file BeamResampleTask.h.

Constructor & Destructor Documentation

◆ InterpolateBeamDataMajorTask()

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

Definition at line 163 of file BeamResampleTask.cpp.

Member Function Documentation

◆ operator()()

void InterpolateBeamDataMajorTask::operator() ( )

Definition at line 185 of file BeamResampleTask.cpp.

Member Data Documentation

◆ beamBegin

const int Cogs::Core::EchoSounder::InterpolateBeamDataMajorTask::beamBegin

Definition at line 96 of file BeamResampleTask.h.

◆ beamEnd

const int Cogs::Core::EchoSounder::InterpolateBeamDataMajorTask::beamEnd

Definition at line 97 of file BeamResampleTask.h.

◆ beamMajorCount

const int Cogs::Core::EchoSounder::InterpolateBeamDataMajorTask::beamMajorCount

Definition at line 90 of file BeamResampleTask.h.

◆ beamMinorCount

const int Cogs::Core::EchoSounder::InterpolateBeamDataMajorTask::beamMinorCount

Definition at line 91 of file BeamResampleTask.h.

◆ majorSamples

const InterpolationSamplePos* Cogs::Core::EchoSounder::InterpolateBeamDataMajorTask::majorSamples

Definition at line 95 of file BeamResampleTask.h.

◆ modulo

const int Cogs::Core::EchoSounder::InterpolateBeamDataMajorTask::modulo

Definition at line 92 of file BeamResampleTask.h.

◆ sampleCount

const int Cogs::Core::EchoSounder::InterpolateBeamDataMajorTask::sampleCount

Definition at line 93 of file BeamResampleTask.h.

◆ valuesIn

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

Definition at line 94 of file BeamResampleTask.h.

◆ valuesOut

float* Cogs::Core::EchoSounder::InterpolateBeamDataMajorTask::valuesOut

Definition at line 89 of file BeamResampleTask.h.


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