Cogs.Core
|
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 |
Definition at line 20 of file UniformGridSystem.h.
std::vector<float> Cogs::Core::EchoSounder::UniformGridConfig::beamWidthX |
Definition at line 32 of file UniformGridSystem.h.
std::vector<float> Cogs::Core::EchoSounder::UniformGridConfig::beamWidthY |
Definition at line 33 of file UniformGridSystem.h.
uint32_t Cogs::Core::EchoSounder::UniformGridConfig::configId = 0 |
Definition at line 21 of file UniformGridSystem.h.
uint32_t Cogs::Core::EchoSounder::UniformGridConfig::coordSys = 0 |
Definition at line 22 of file UniformGridSystem.h.
float Cogs::Core::EchoSounder::UniformGridConfig::depthOffset = 0.0f |
Definition at line 26 of file UniformGridSystem.h.
float Cogs::Core::EchoSounder::UniformGridConfig::depthStep = 0.0f |
Definition at line 27 of file UniformGridSystem.h.
std::vector<float> Cogs::Core::EchoSounder::UniformGridConfig::directionX |
Definition at line 30 of file UniformGridSystem.h.
std::vector<float> Cogs::Core::EchoSounder::UniformGridConfig::directionY |
Definition at line 31 of file UniformGridSystem.h.
uint32_t Cogs::Core::EchoSounder::UniformGridConfig::majorCount = 0 |
Definition at line 23 of file UniformGridSystem.h.
uint32_t Cogs::Core::EchoSounder::UniformGridConfig::minorCount = 0 |
Definition at line 24 of file UniformGridSystem.h.
uint32_t Cogs::Core::EchoSounder::UniformGridConfig::sampleCount = 0 |
Definition at line 25 of file UniformGridSystem.h.
glm::vec3 Cogs::Core::EchoSounder::UniformGridConfig::transducerAlpha |
Definition at line 28 of file UniformGridSystem.h.
glm::vec3 Cogs::Core::EchoSounder::UniformGridConfig::transducerOffset |
Definition at line 29 of file UniformGridSystem.h.