MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / getRotationalPeriodFromConfig

Function getRotationalPeriodFromConfig

lib/algorithms/readerwriter.cc:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181};
182
183static nanoseconds_t getRotationalPeriodFromConfig()
184{
185 return globalConfig()->drive().rotational_period_ms() * 1e6;
186}
187
188static nanoseconds_t measureDiskRotation()
189{

Callers 2

measureDiskRotationFunction · 0.85
readDiskCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected