Struct SpinnakerWrapper::Stats
Defined in File spinnaker_wrapper.hpp
Nested Relationships
This struct is a nested type of Class SpinnakerWrapper.
Struct Documentation
-
struct Stats
Public Functions
-
Stats() = default
-
inline explicit Stats(size_t nr, size_t ni, size_t ns, size_t nt)
-
inline void clear()
Public Members
-
size_t numberReceived = {0}
-
size_t numberIncomplete = {0}
-
size_t numberSkipped = {0}
-
size_t acquisitionTimeouts = {0}
-
bool acquisitionError = {false}
-
Stats() = default