This is the complete list of members for SurveyPlayback, including all inherited members.
calcCurrentGpsTime() | Simulation | |
callback (defined in Simulation) | Simulation | |
callbackFrequency | Simulation | protected |
clearPointcloudFile() | SurveyPlayback | |
condvar | Simulation | protected |
currentGpsTime_ns | Simulation | protected |
doSimStep() | SurveyPlayback | virtual |
elapsedLength | SurveyPlayback | private |
elapsedTime_ns | SurveyPlayback | private |
estimateAngularLegProgress(double const legElapsedAngle) | SurveyPlayback | |
estimateSpatialLegProgress(double const legElapsedLength) | SurveyPlayback | |
estimateTemporalLegProgress() | SurveyPlayback | |
estimateTime(int legCurrentProgress, bool onGround, double legElapsedLength) | SurveyPlayback | |
exitAtEnd | Simulation | |
exportToFile | Simulation | |
finished | Simulation | |
fixedGpsTimeStart | Simulation | protected |
fms | SurveyPlayback | |
getCallbackFrequency() const | Simulation | inline |
getCurrentLeg() | SurveyPlayback | |
getCurrentLegIndex() | SurveyPlayback | |
getElapsedLength() | SurveyPlayback | inline |
getElapsedTime() | SurveyPlayback | inline |
getLegElapsedTime() | SurveyPlayback | inline |
getLegOutputPrefix(std::string format="%03d") | SurveyPlayback | |
getLegProgress() | SurveyPlayback | inline |
getLegRemainingTime() | SurveyPlayback | inline |
getLegStartTime() | SurveyPlayback | inline |
getNumEffectiveLegs() | SurveyPlayback | inline |
getPreviousLeg() | SurveyPlayback | |
getProgress() | SurveyPlayback | inline |
getRemainingTime() | SurveyPlayback | inline |
getScanner() | Simulation | inline |
getSimFrequency() const | Simulation | inline |
getSimSpeedFactor() const | Simulation | inline |
getStepLoop() | Simulation | inline |
isPaused() const | Simulation | inline |
isStopped() const | Simulation | inline |
legElapsedTime_ns | SurveyPlayback | private |
legProgress | SurveyPlayback | private |
legRemainingTime_ns | SurveyPlayback | private |
legStartTime_ns | SurveyPlayback | private |
mCurrentLegIndex | Simulation | |
milliToString(long millis) | SurveyPlayback | |
mLegStarted | SurveyPlayback | |
mPaused | Simulation | protected |
mScanner | Simulation | protected |
mSimSpeedFactor | Simulation | protected |
mStopped | Simulation | protected |
mSurvey | SurveyPlayback | |
mutex | Simulation | protected |
numEffectiveLegs | SurveyPlayback | private |
onLegComplete() | SurveyPlayback | virtual |
parallelizationStrategy | Simulation | protected |
pause(bool pause) | Simulation | |
pauseLock | Simulation | protected |
prepareOutput() | SurveyPlayback | |
prepareSimulation(int simFrequency_hz) | Simulation | virtual |
progress | SurveyPlayback | private |
remainingTime_ns | SurveyPlayback | private |
reporter | Simulation | protected |
setCallbackFrequency(size_t const callbackFrequency) | Simulation | inline |
setScanner(std::shared_ptr< Scanner > scanner) | Simulation | |
setSimFrequency(size_t const simFrequency) | Simulation | inline |
setSimSpeedFactor(double factor) | Simulation | |
shutdown() | SurveyPlayback | |
Simulation(int const parallelizationStrategy, std::shared_ptr< PulseThreadPoolInterface > pulseThreadPoolInterface, int const chunkSize, std::string fixedGpsTimeStart="") | Simulation | |
start() | Simulation | |
startLeg(unsigned int const legIndex, bool const manual) | SurveyPlayback | |
startNextLeg(bool manual) | SurveyPlayback | |
stepGpsTime_ns | Simulation | protected |
stepLoop | Simulation | protected |
stop() | Simulation | inline |
stopAndTurn(unsigned int legIndex, std::shared_ptr< Leg > leg) | SurveyPlayback | |
SurveyPlayback(std::shared_ptr< Survey > survey, std::shared_ptr< FMSFacade > fms, int const parallelizationStrategy, std::shared_ptr< PulseThreadPoolInterface > pulseThreadPoolInterface, int const chunkSize, std::string fixedGpsTimeStart, bool const exportToFile=true) | SurveyPlayback | |
taskDropper | Simulation | protected |
threadPool | Simulation | protected |
timeStart_ns | Simulation | protected |
trackProgress() | SurveyPlayback | |