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

Public Attributes

uint32_t configId = 0
 
uint32_t coordSys = 0
 
uint32_t majorCount = 0
 
uint32_t minorCount = 0
 
uint32_t sampleCount = 0
 
float depthOffset = 0.0f
 
float depthStep = 0.0f
 
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 20 of file UniformGridSystem.h.

Member Data Documentation

◆ beamWidthX

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

Definition at line 32 of file UniformGridSystem.h.

◆ beamWidthY

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

Definition at line 33 of file UniformGridSystem.h.

◆ configId

uint32_t Cogs::Core::EchoSounder::UniformGridConfig::configId = 0

Definition at line 21 of file UniformGridSystem.h.

◆ coordSys

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

Definition at line 22 of file UniformGridSystem.h.

◆ depthOffset

float Cogs::Core::EchoSounder::UniformGridConfig::depthOffset = 0.0f

Definition at line 26 of file UniformGridSystem.h.

◆ depthStep

float Cogs::Core::EchoSounder::UniformGridConfig::depthStep = 0.0f

Definition at line 27 of file UniformGridSystem.h.

◆ directionX

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

Definition at line 30 of file UniformGridSystem.h.

◆ directionY

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

Definition at line 31 of file UniformGridSystem.h.

◆ majorCount

uint32_t Cogs::Core::EchoSounder::UniformGridConfig::majorCount = 0

Definition at line 23 of file UniformGridSystem.h.

◆ minorCount

uint32_t Cogs::Core::EchoSounder::UniformGridConfig::minorCount = 0

Definition at line 24 of file UniformGridSystem.h.

◆ sampleCount

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

Definition at line 25 of file UniformGridSystem.h.

◆ transducerAlpha

glm::vec3 Cogs::Core::EchoSounder::UniformGridConfig::transducerAlpha

Definition at line 28 of file UniformGridSystem.h.

◆ transducerOffset

glm::vec3 Cogs::Core::EchoSounder::UniformGridConfig::transducerOffset

Definition at line 29 of file UniformGridSystem.h.


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