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

Method A429Message

src/3rdparty/vector_blf/src/Vector/BLF/A429Message.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace BLF {
9
10A429Message::A429Message() :
11 ObjectHeader(ObjectType::A429_MESSAGE) {
12}
13
14void A429Message::read(AbstractFile & is) {
15 ObjectHeader::read(is);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected