MCPcopy Create free account
hub / github.com/KDE/labplot / hasExtData

Method hasExtData

src/3rdparty/vector_blf/src/Vector/BLF/CanFdMessage64.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66bool CanFdMessage64::hasExtData() const {
67 return
68 (extDataOffset != 0) &&
69 (objectSize >= extDataOffset + CanFdExtFrameData::calculateObjectSize());
70}
71
72uint32_t CanFdMessage64::calculateObjectSize() const {
73 uint32_t size =

Callers 1

showFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected