mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Update the read path of the client to cope with long intervals.
This commit is contained in:
@@ -4,13 +4,10 @@
|
||||
class Fluxmap
|
||||
{
|
||||
public:
|
||||
uint8_t operator[](int index) const
|
||||
{
|
||||
return _intervals.at(index);
|
||||
}
|
||||
uint32_t getAndIncrement(size_t& index) const;
|
||||
|
||||
nanoseconds_t duration() const { return _duration; }
|
||||
int bytes() const { return _intervals.size(); }
|
||||
size_t bytes() const { return _intervals.size(); }
|
||||
|
||||
const uint8_t* ptr() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user