MCPcopy Create free account
hub / github.com/TUC-ProAut/libRSF / addElement

Method addElement

src/SensorDataSet.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25namespace libRSF
26{
27 void SensorDataSet::addElement(Data Element)
28 {
29 addElement(Element.getType(), Element.getTimestamp(), Element);
30 }
31
32 std::ostream& operator << (std::ostream& Os, const MeasurementID& ID)
33 {

Callers

nothing calls this directly

Calls 2

getTimestampMethod · 0.80
getTypeMethod · 0.45

Tested by

no test coverage detected