Cogs.Core
|
Public Attributes | |
int64_t | timestamp = 0 |
PingMetaData | metaPing |
uint32_t | beamCount = 0 |
uint32_t | sampleCount = 0 |
float | depthOffset = 0 |
float | depthStep = 0 |
glm::vec3 | transducerAlpha |
glm::vec3 | transducerOffset |
uint32_t | age = 0 |
bool | linearized = false |
Memory::TypedBuffer< float > | decibel |
Memory::TypedBuffer< float > | linear |
Memory::TypedBuffer< float > | bottomDepths |
Definition at line 43 of file OctProviderSystem.h.
uint32_t Cogs::Core::EchoSounder::CachedPing::age = 0 |
Definition at line 54 of file OctProviderSystem.h.
uint32_t Cogs::Core::EchoSounder::CachedPing::beamCount = 0 |
Definition at line 47 of file OctProviderSystem.h.
Memory::TypedBuffer<float> Cogs::Core::EchoSounder::CachedPing::bottomDepths |
Definition at line 58 of file OctProviderSystem.h.
Memory::TypedBuffer<float> Cogs::Core::EchoSounder::CachedPing::decibel |
Definition at line 56 of file OctProviderSystem.h.
float Cogs::Core::EchoSounder::CachedPing::depthOffset = 0 |
Definition at line 49 of file OctProviderSystem.h.
float Cogs::Core::EchoSounder::CachedPing::depthStep = 0 |
Definition at line 50 of file OctProviderSystem.h.
Memory::TypedBuffer<float> Cogs::Core::EchoSounder::CachedPing::linear |
Definition at line 57 of file OctProviderSystem.h.
bool Cogs::Core::EchoSounder::CachedPing::linearized = false |
Definition at line 55 of file OctProviderSystem.h.
PingMetaData Cogs::Core::EchoSounder::CachedPing::metaPing |
Definition at line 46 of file OctProviderSystem.h.
uint32_t Cogs::Core::EchoSounder::CachedPing::sampleCount = 0 |
Definition at line 48 of file OctProviderSystem.h.
int64_t Cogs::Core::EchoSounder::CachedPing::timestamp = 0 |
Definition at line 45 of file OctProviderSystem.h.
glm::vec3 Cogs::Core::EchoSounder::CachedPing::transducerAlpha |
Definition at line 51 of file OctProviderSystem.h.
glm::vec3 Cogs::Core::EchoSounder::CachedPing::transducerOffset |
Definition at line 52 of file OctProviderSystem.h.