MCPcopy Create free account
hub / github.com/dalathegreat/Battery-Emulator / data

Method data

Software/src/lib/eModbus-eModbus/ModbusMessage.cpp:78–78  ·  view source on GitHub ↗

Exposed methods of std::vector

Source from the content-addressed store, hash-verified

76
77// Exposed methods of std::vector
78const uint8_t *ModbusMessage::data() { return MM_data.data(); }
79uint16_t ModbusMessage::size() { return MM_data.size(); }
80void ModbusMessage::push_back(const uint8_t& val) { MM_data.push_back(val); }
81void ModbusMessage::clear() { MM_data.clear(); }

Callers 7

calcCRCMethod · 0.45
validCRCMethod · 0.45
addCRCMethod · 0.45
sendMethod · 0.45
setMethod · 0.45
addMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected