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

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
 

Detailed Description

Definition at line 43 of file OctProviderSystem.h.

Member Data Documentation

◆ age

uint32_t Cogs::Core::EchoSounder::CachedPing::age = 0

Definition at line 54 of file OctProviderSystem.h.

◆ beamCount

uint32_t Cogs::Core::EchoSounder::CachedPing::beamCount = 0

Definition at line 47 of file OctProviderSystem.h.

◆ bottomDepths

Memory::TypedBuffer<float> Cogs::Core::EchoSounder::CachedPing::bottomDepths

Definition at line 58 of file OctProviderSystem.h.

◆ decibel

Memory::TypedBuffer<float> Cogs::Core::EchoSounder::CachedPing::decibel

Definition at line 56 of file OctProviderSystem.h.

◆ depthOffset

float Cogs::Core::EchoSounder::CachedPing::depthOffset = 0

Definition at line 49 of file OctProviderSystem.h.

◆ depthStep

float Cogs::Core::EchoSounder::CachedPing::depthStep = 0

Definition at line 50 of file OctProviderSystem.h.

◆ linear

Memory::TypedBuffer<float> Cogs::Core::EchoSounder::CachedPing::linear

Definition at line 57 of file OctProviderSystem.h.

◆ linearized

bool Cogs::Core::EchoSounder::CachedPing::linearized = false

Definition at line 55 of file OctProviderSystem.h.

◆ metaPing

PingMetaData Cogs::Core::EchoSounder::CachedPing::metaPing

Definition at line 46 of file OctProviderSystem.h.

◆ sampleCount

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

Definition at line 48 of file OctProviderSystem.h.

◆ timestamp

int64_t Cogs::Core::EchoSounder::CachedPing::timestamp = 0

Definition at line 45 of file OctProviderSystem.h.

◆ transducerAlpha

glm::vec3 Cogs::Core::EchoSounder::CachedPing::transducerAlpha

Definition at line 51 of file OctProviderSystem.h.

◆ transducerOffset

glm::vec3 Cogs::Core::EchoSounder::CachedPing::transducerOffset

Definition at line 52 of file OctProviderSystem.h.


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