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

Method Timestamp

lib/mdflib/mdflib/src/canmessage.cpp:215–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215void CanMessage::Timestamp(double timestamp) {
216 timestamp_ = timestamp;
217}
218
219double CanMessage::Timestamp() const {
220 return timestamp_;

Callers 3

setFunction · 0.80
getFunction · 0.80
ParseCanMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected