Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TUC-ProAut/libRSF
/ roundToTick
Function
roundToTick
src/DataStream.cpp:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
namespace libRSF
27
{
28
double roundToTick(const double Time)
29
{
30
return round(Time * 1e3) * 1e-3;
31
}
32
}
Callers
9
marginalizeAllStatesOutsideWindow
Method · 0.85
removeFactorsOutsideWindow
Method · 0.85
operator()
Method · 0.85
find
Method · 0.85
count
Method · 0.85
lower_bound
Method · 0.85
upper_bound
Method · 0.85
equal_range
Method · 0.85
emplace
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected