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

Method setTimestamp

src/Data.cpp:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 }
123
124 void Data::setTimestamp(const double Timestamp)
125 {
126 this->setValueScalar(DataElement::Timestamp, Timestamp);
127 }
128
129 void Data::setCovarianceDiagonal(const Vector Cov)
130 {

Callers 5

CreateGraphAndSolveFunction · 0.80
CreateGraphAndSolveFunction · 0.80
SampleMeasurementsDownFunction · 0.80
AverageMeasurementFunction · 0.80

Calls 1

setValueScalarMethod · 0.80

Tested by

no test coverage detected