Cogs.Core
Public Attributes | List of all members
Cogs::Core::EchoSounder::Config Struct Reference

Public Attributes

uint32_t coordSys = 0
 
uint32_t capacity = 0
 
uint32_t beamCount = 0
 
uint32_t sampleCount = 0
 
float depthOffset = 0
 
float depthStep = 0
 
bool useDecibel = true
 
bool tryPreserve = true
 
glm::vec3 transducerAlpha
 
glm::vec3 transducerOffset
 
std::vector< float > directionX
 
std::vector< float > directionY
 
std::vector< float > beamWidthX
 
std::vector< float > beamWidthY
 

Detailed Description

Definition at line 19 of file DataSetComponent.h.

Member Data Documentation

◆ beamCount

uint32_t Cogs::Core::EchoSounder::Config::beamCount = 0

Definition at line 23 of file DataSetComponent.h.

◆ beamWidthX

std::vector<float> Cogs::Core::EchoSounder::Config::beamWidthX

Definition at line 33 of file DataSetComponent.h.

◆ beamWidthY

std::vector<float> Cogs::Core::EchoSounder::Config::beamWidthY

Definition at line 34 of file DataSetComponent.h.

◆ capacity

uint32_t Cogs::Core::EchoSounder::Config::capacity = 0

Definition at line 22 of file DataSetComponent.h.

◆ coordSys

uint32_t Cogs::Core::EchoSounder::Config::coordSys = 0

Definition at line 21 of file DataSetComponent.h.

◆ depthOffset

float Cogs::Core::EchoSounder::Config::depthOffset = 0

Definition at line 25 of file DataSetComponent.h.

◆ depthStep

float Cogs::Core::EchoSounder::Config::depthStep = 0

Definition at line 26 of file DataSetComponent.h.

◆ directionX

std::vector<float> Cogs::Core::EchoSounder::Config::directionX

Definition at line 31 of file DataSetComponent.h.

◆ directionY

std::vector<float> Cogs::Core::EchoSounder::Config::directionY

Definition at line 32 of file DataSetComponent.h.

◆ sampleCount

uint32_t Cogs::Core::EchoSounder::Config::sampleCount = 0

Definition at line 24 of file DataSetComponent.h.

◆ transducerAlpha

glm::vec3 Cogs::Core::EchoSounder::Config::transducerAlpha

Definition at line 29 of file DataSetComponent.h.

◆ transducerOffset

glm::vec3 Cogs::Core::EchoSounder::Config::transducerOffset

Definition at line 30 of file DataSetComponent.h.

◆ tryPreserve

bool Cogs::Core::EchoSounder::Config::tryPreserve = true

Definition at line 28 of file DataSetComponent.h.

◆ useDecibel

bool Cogs::Core::EchoSounder::Config::useDecibel = true

Definition at line 27 of file DataSetComponent.h.


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