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

Public Attributes

uint64_t mostRecentTimestamp = 0
 
unsigned history = 1
 
std::shared_ptr< OctProviderPersistentpersistent
 
std::vector< OctProviderSourcesources
 
unsigned callbackCount = 0
 
bool doFlush = true
 

Detailed Description

Definition at line 118 of file OctProviderSystem.h.

Member Data Documentation

◆ callbackCount

unsigned Cogs::Core::EchoSounder::OctProviderData::callbackCount = 0

Definition at line 126 of file OctProviderSystem.h.

◆ doFlush

bool Cogs::Core::EchoSounder::OctProviderData::doFlush = true

Definition at line 128 of file OctProviderSystem.h.

◆ history

unsigned Cogs::Core::EchoSounder::OctProviderData::history = 1

Definition at line 122 of file OctProviderSystem.h.

◆ mostRecentTimestamp

uint64_t Cogs::Core::EchoSounder::OctProviderData::mostRecentTimestamp = 0

Definition at line 120 of file OctProviderSystem.h.

◆ persistent

std::shared_ptr<OctProviderPersistent> Cogs::Core::EchoSounder::OctProviderData::persistent

Definition at line 123 of file OctProviderSystem.h.

◆ sources

std::vector<OctProviderSource> Cogs::Core::EchoSounder::OctProviderData::sources

Definition at line 125 of file OctProviderSystem.h.


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