MCPcopy Create free account
hub / github.com/PDAL/PDAL / DataPacket

Method DataPacket

plugins/e57/libE57Format/src/Packet.cpp:387–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385// DataPacket
386
387DataPacket::DataPacket()
388{
389 // Double check that packet struct is correct length. Watch out for RTTI increasing the size.
390 static_assert( sizeof( DataPacket ) == ( 64 * 1024 ), "Unexpected size of DataPacket" );
391}
392
393void DataPacket::verify( unsigned bufferLength ) const
394{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected