Cogs.Core
|
Public Attributes | |
uint32_t | dataId = 0 |
uint32_t | majorCount = 0 |
uint32_t | minorCount = 0 |
std::vector< float > | directionX |
std::vector< float > | directionY |
float | minDirectionX = 0.0f |
float | maxDirectionX = 0.0f |
float | minDirectionY = 0.0f |
float | maxDirectionY = 0.0f |
float | maxBeamWidthX = 0.0f |
float | maxBeamWidthY = 0.0f |
Definition at line 62 of file OctProviderSystem.h.
uint32_t Cogs::Core::EchoSounder::CachedBeamGroup::dataId = 0 |
Definition at line 64 of file OctProviderSystem.h.
std::vector<float> Cogs::Core::EchoSounder::CachedBeamGroup::directionX |
Definition at line 67 of file OctProviderSystem.h.
std::vector<float> Cogs::Core::EchoSounder::CachedBeamGroup::directionY |
Definition at line 68 of file OctProviderSystem.h.
uint32_t Cogs::Core::EchoSounder::CachedBeamGroup::majorCount = 0 |
Definition at line 65 of file OctProviderSystem.h.
float Cogs::Core::EchoSounder::CachedBeamGroup::maxBeamWidthX = 0.0f |
Definition at line 73 of file OctProviderSystem.h.
float Cogs::Core::EchoSounder::CachedBeamGroup::maxBeamWidthY = 0.0f |
Definition at line 74 of file OctProviderSystem.h.
float Cogs::Core::EchoSounder::CachedBeamGroup::maxDirectionX = 0.0f |
Definition at line 70 of file OctProviderSystem.h.
float Cogs::Core::EchoSounder::CachedBeamGroup::maxDirectionY = 0.0f |
Definition at line 72 of file OctProviderSystem.h.
float Cogs::Core::EchoSounder::CachedBeamGroup::minDirectionX = 0.0f |
Definition at line 69 of file OctProviderSystem.h.
float Cogs::Core::EchoSounder::CachedBeamGroup::minDirectionY = 0.0f |
Definition at line 71 of file OctProviderSystem.h.
uint32_t Cogs::Core::EchoSounder::CachedBeamGroup::minorCount = 0 |
Definition at line 66 of file OctProviderSystem.h.