Cogs.Core
|
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 |
Definition at line 19 of file DataSetComponent.h.
uint32_t Cogs::Core::EchoSounder::Config::beamCount = 0 |
Definition at line 23 of file DataSetComponent.h.
std::vector<float> Cogs::Core::EchoSounder::Config::beamWidthX |
Definition at line 33 of file DataSetComponent.h.
std::vector<float> Cogs::Core::EchoSounder::Config::beamWidthY |
Definition at line 34 of file DataSetComponent.h.
uint32_t Cogs::Core::EchoSounder::Config::capacity = 0 |
Definition at line 22 of file DataSetComponent.h.
uint32_t Cogs::Core::EchoSounder::Config::coordSys = 0 |
Definition at line 21 of file DataSetComponent.h.
float Cogs::Core::EchoSounder::Config::depthOffset = 0 |
Definition at line 25 of file DataSetComponent.h.
float Cogs::Core::EchoSounder::Config::depthStep = 0 |
Definition at line 26 of file DataSetComponent.h.
std::vector<float> Cogs::Core::EchoSounder::Config::directionX |
Definition at line 31 of file DataSetComponent.h.
std::vector<float> Cogs::Core::EchoSounder::Config::directionY |
Definition at line 32 of file DataSetComponent.h.
uint32_t Cogs::Core::EchoSounder::Config::sampleCount = 0 |
Definition at line 24 of file DataSetComponent.h.
glm::vec3 Cogs::Core::EchoSounder::Config::transducerAlpha |
Definition at line 29 of file DataSetComponent.h.
glm::vec3 Cogs::Core::EchoSounder::Config::transducerOffset |
Definition at line 30 of file DataSetComponent.h.
bool Cogs::Core::EchoSounder::Config::tryPreserve = true |
Definition at line 28 of file DataSetComponent.h.
bool Cogs::Core::EchoSounder::Config::useDecibel = true |
Definition at line 27 of file DataSetComponent.h.