Cogs.Core
|
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< PingMetaData > | metaPings |
Memory::TypedBuffer< float > | distances |
Definition at line 24 of file DataSetSystem.h.
Memory::TypedBuffer<float> Cogs::Core::EchoSounder::DataSetBuffers::bottomDepths |
Definition at line 30 of file DataSetSystem.h.
Memory::TypedBuffer<float> Cogs::Core::EchoSounder::DataSetBuffers::bottomReflectivities |
Definition at line 31 of file DataSetSystem.h.
Memory::TypedBuffer<float> Cogs::Core::EchoSounder::DataSetBuffers::distances |
Definition at line 33 of file DataSetSystem.h.
Memory::TypedBuffer<PingMetaData> Cogs::Core::EchoSounder::DataSetBuffers::metaPings |
Definition at line 32 of file DataSetSystem.h.
uint32_t Cogs::Core::EchoSounder::DataSetBuffers::sliceBegin = 0 |
Definition at line 26 of file DataSetSystem.h.
uint32_t Cogs::Core::EchoSounder::DataSetBuffers::sliceCount = 0 |
Definition at line 27 of file DataSetSystem.h.
Memory::TypedBuffer<int64_t> Cogs::Core::EchoSounder::DataSetBuffers::timestamps |
Definition at line 28 of file DataSetSystem.h.
Memory::TypedBuffer<float> Cogs::Core::EchoSounder::DataSetBuffers::values |
Definition at line 29 of file DataSetSystem.h.