Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
CreateGraphAndSolve
Function · 0.80
CreateGraphAndSolve
Function · 0.80
computeUnweightedError
Method · 0.80
SampleMeasurementsDown
Function · 0.80
AverageMeasurement
Function · 0.80
Calls
1
setValueScalar
Method · 0.80
Tested by
no test coverage detected