ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
e57::PacketReadCache::CacheEntry Struct Reference

#include <Packet.h>

Collaboration diagram for e57::PacketReadCache::CacheEntry:

Public Attributes

uint64_t logicalOffset_ = 0
 
char buffer_ [DATA_PACKET_MAX]
 
unsigned lastUsed_ = 0
 No need to init since it's a data buffer. More...
 

Detailed Description

Definition at line 70 of file Packet.h.

Member Data Documentation

◆ buffer_

char e57::PacketReadCache::CacheEntry::buffer_[DATA_PACKET_MAX]

Definition at line 73 of file Packet.h.

◆ lastUsed_

unsigned e57::PacketReadCache::CacheEntry::lastUsed_ = 0

No need to init since it's a data buffer.

Definition at line 74 of file Packet.h.

◆ logicalOffset_

uint64_t e57::PacketReadCache::CacheEntry::logicalOffset_ = 0

Definition at line 72 of file Packet.h.


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