MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / set

Method set

lib/mdflib/mdflibrary/src/MdfChannelArray.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14void MdfChannelArray::Type::set(ArrayType type) {
15 if (array_ != nullptr) {
16 array_->Type(static_cast<mdf::ArrayType>(type));
17 }
18}
19
20ArrayStorage MdfChannelArray::Storage::get() {
21 const auto temp =

Callers

nothing calls this directly

Calls 3

StorageMethod · 0.80
TypeMethod · 0.45
FlagsMethod · 0.45

Tested by

no test coverage detected