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

Public Member Functions

 DepthResampleTask (float *valuesOut, const float depthStepOut, const int sampleCountOut, const float *valuesIn, const float depthStepIn, const int sampleCountIn, const int beamBegin, const int beamEnd)
 
void operator() ()
 

Public Attributes

float * valuesOut
 
const float depthStepOut
 
const int sampleCountOut
 
const float * valuesIn
 
const float depthStepIn
 
const int sampleCountIn
 
const int beamBegin
 
const int beamEnd
 

Detailed Description

Definition at line 13 of file DepthResampleTask.h.

Constructor & Destructor Documentation

◆ DepthResampleTask()

DepthResampleTask::DepthResampleTask ( float *  valuesOut,
const float  depthStepOut,
const int  sampleCountOut,
const float *  valuesIn,
const float  depthStepIn,
const int  sampleCountIn,
const int  beamBegin,
const int  beamEnd 
)

Definition at line 13 of file DepthResampleTask.cpp.

Member Function Documentation

◆ operator()()

void DepthResampleTask::operator() ( )

Definition at line 33 of file DepthResampleTask.cpp.

Member Data Documentation

◆ beamBegin

const int Cogs::Core::EchoSounder::DepthResampleTask::beamBegin

Definition at line 21 of file DepthResampleTask.h.

◆ beamEnd

const int Cogs::Core::EchoSounder::DepthResampleTask::beamEnd

Definition at line 22 of file DepthResampleTask.h.

◆ depthStepIn

const float Cogs::Core::EchoSounder::DepthResampleTask::depthStepIn

Definition at line 19 of file DepthResampleTask.h.

◆ depthStepOut

const float Cogs::Core::EchoSounder::DepthResampleTask::depthStepOut

Definition at line 16 of file DepthResampleTask.h.

◆ sampleCountIn

const int Cogs::Core::EchoSounder::DepthResampleTask::sampleCountIn

Definition at line 20 of file DepthResampleTask.h.

◆ sampleCountOut

const int Cogs::Core::EchoSounder::DepthResampleTask::sampleCountOut

Definition at line 17 of file DepthResampleTask.h.

◆ valuesIn

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

Definition at line 18 of file DepthResampleTask.h.

◆ valuesOut

float* Cogs::Core::EchoSounder::DepthResampleTask::valuesOut

Definition at line 15 of file DepthResampleTask.h.


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