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

Method A429Status

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected