Searched refs:GetSimTime (Results 1 – 15 of 15) sorted by relevance
498 while (result && FDMExec->GetSimTime() <= end_time) { in real_main()526 …sim_lag_time = actual_elapsed_time - FDMExec->GetSimTime(); // How far behind sim-time is from act… in real_main()537 …if (FDMExec->GetSimTime() >= new_five_second_value) { // Print out elapsed time every five seconds. in real_main()538 cout << "Simulation elapsed time: " << FDMExec->GetSimTime() << endl; in real_main()
521 double GetSimTime(void) const { return sim_time; } in GetSimTime() function
456 get_agl_ft(fdmex->GetSimTime(), cart, SG_METER_TO_FEET*2, contact, d, vel, in init()574 update_external_forces(fdmex->GetSimTime() + i * fdmex->GetDeltaT()); in update()1353 double t0 = fdmex->GetSimTime(); in update_ground_cache()
164 instance->Tie("simulation/sim-time-sec", this, &FGFDMExec::GetSimTime); in FGFDMExec()
538 buf << "GEAR_CONTACT: " << fdmex->GetSimTime() << " seconds: " << name; in ReportTakeoffOrLanding()554 buf << "*CRASH DETECTED* " << fdmex->GetSimTime() << " seconds: " << name; in CrashDetect()846 << fdmex->GetSimTime() << " seconds)" << endl; in Report()861 << fdmex->GetSimTime() << " seconds)" << endl; in Report()
622 << "State Report at sim time: " << FDMExec->GetSimTime() << " seconds" << reset << endl; in DumpState()663 path.concat(to_string((double)FDMExec->GetSimTime())+".xml"); in WriteStateFile()845 …ion Report (English units: ft, degrees) at simulation time " << FDMExec->GetSimTime() << " seconds" in Debug()
103 m_system->SetChTime(m_systemGPU->GetSimTime()); in Render()
243 info << "Simulation time: " << setw(8) << setprecision(3) << FDMExec->GetSimTime() << endl; in Read()
278 net->cur_time = static_cast<uint32_t>(FDMExec->GetSimTime()*outputOptions.timeFactor); in SocketDataFill()
281 socket->Append(FDMExec->GetSimTime()); in Print()
262 outstream << FDMExec->GetSimTime(); in Print()
384 double currentTime = FDMExec->GetSimTime(); in RunScript()
228 float GetSimTime() const;
427 float ChSystemGpu::GetSimTime() const { in GetSimTime() function in chrono::gpu::ChSystemGpu1345 paramStream << "elapsedTime: " << GetSimTime() << "\n"; in WriteCheckpointParams()
211 double time = FDMExec->GetSimTime(); in Turbulence()