Cogs.Core
|
Public Attributes | |
uint64_t | mostRecentTimestamp = 0 |
unsigned | history = 1 |
std::shared_ptr< OctProviderPersistent > | persistent |
std::vector< OctProviderSource > | sources |
unsigned | callbackCount = 0 |
bool | doFlush = true |
Definition at line 118 of file OctProviderSystem.h.
unsigned Cogs::Core::EchoSounder::OctProviderData::callbackCount = 0 |
Definition at line 126 of file OctProviderSystem.h.
bool Cogs::Core::EchoSounder::OctProviderData::doFlush = true |
Definition at line 128 of file OctProviderSystem.h.
unsigned Cogs::Core::EchoSounder::OctProviderData::history = 1 |
Definition at line 122 of file OctProviderSystem.h.
uint64_t Cogs::Core::EchoSounder::OctProviderData::mostRecentTimestamp = 0 |
Definition at line 120 of file OctProviderSystem.h.
std::shared_ptr<OctProviderPersistent> Cogs::Core::EchoSounder::OctProviderData::persistent |
Definition at line 123 of file OctProviderSystem.h.
std::vector<OctProviderSource> Cogs::Core::EchoSounder::OctProviderData::sources |
Definition at line 125 of file OctProviderSystem.h.