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

Method ByteOrder

lib/mdflib/mdflib/src/mdnumber.cpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void MdNumber::ByteOrder(MdByteOrder byte_order) {
68 byte_order_ = byte_order;
69}
70
71MdByteOrder MdNumber::ByteOrder() const {
72 return byte_order_;

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64