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

Public Attributes

uint32_t sliceBegin = 0
 
uint32_t sliceCount = 0
 
Memory::TypedBuffer< int64_t > timestamps
 
Memory::TypedBuffer< float > values
 
Memory::TypedBuffer< float > bottomDepths
 
Memory::TypedBuffer< float > bottomReflectivities
 
Memory::TypedBuffer< PingMetaDatametaPings
 
Memory::TypedBuffer< float > distances
 

Detailed Description

Definition at line 24 of file DataSetSystem.h.

Member Data Documentation

◆ bottomDepths

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

Definition at line 30 of file DataSetSystem.h.

◆ bottomReflectivities

Memory::TypedBuffer<float> Cogs::Core::EchoSounder::DataSetBuffers::bottomReflectivities

Definition at line 31 of file DataSetSystem.h.

◆ distances

Memory::TypedBuffer<float> Cogs::Core::EchoSounder::DataSetBuffers::distances

Definition at line 33 of file DataSetSystem.h.

◆ metaPings

Memory::TypedBuffer<PingMetaData> Cogs::Core::EchoSounder::DataSetBuffers::metaPings

Definition at line 32 of file DataSetSystem.h.

◆ sliceBegin

uint32_t Cogs::Core::EchoSounder::DataSetBuffers::sliceBegin = 0

Definition at line 26 of file DataSetSystem.h.

◆ sliceCount

uint32_t Cogs::Core::EchoSounder::DataSetBuffers::sliceCount = 0

Definition at line 27 of file DataSetSystem.h.

◆ timestamps

Memory::TypedBuffer<int64_t> Cogs::Core::EchoSounder::DataSetBuffers::timestamps

Definition at line 28 of file DataSetSystem.h.

◆ values

Memory::TypedBuffer<float> Cogs::Core::EchoSounder::DataSetBuffers::values

Definition at line 29 of file DataSetSystem.h.


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