Home
last modified time | relevance | path

Searched refs:GetSimTime (Results 1 – 15 of 15) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/
H A DJSBSim.cpp498 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()
H A DFGFDMExec.h521 double GetSimTime(void) const { return sim_time; } in GetSimTime() function
H A DJSBSim.cxx456 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()
H A DFGFDMExec.cpp164 instance->Tie("simulation/sim-time-sec", this, &FGFDMExec::GetSimTime); in FGFDMExec()
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/models/
H A DFGLGear.cpp538 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()
H A DFGPropagate.cpp622 << "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()
/dports/science/chrono/chrono-7.0.1/src/chrono_gpu/utils/
H A DChGpuVisualization.cpp103 m_system->SetChTime(m_systemGPU->GetSimTime()); in Render()
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/input_output/
H A DFGInputSocket.cpp243 info << "Simulation time: " << setw(8) << setprecision(3) << FDMExec->GetSimTime() << endl; in Read()
H A DFGOutputFG.cpp278 net->cur_time = static_cast<uint32_t>(FDMExec->GetSimTime()*outputOptions.timeFactor); in SocketDataFill()
H A DFGOutputSocket.cpp281 socket->Append(FDMExec->GetSimTime()); in Print()
H A DFGOutputTextFile.cpp262 outstream << FDMExec->GetSimTime(); in Print()
H A DFGScript.cpp384 double currentTime = FDMExec->GetSimTime(); in RunScript()
/dports/science/chrono/chrono-7.0.1/src/chrono_gpu/physics/
H A DChSystemGpu.h228 float GetSimTime() const;
H A DChSystemGpu.cpp427 float ChSystemGpu::GetSimTime() const { in GetSimTime() function in chrono::gpu::ChSystemGpu
1345 paramStream << "elapsedTime: " << GetSimTime() << "\n"; in WriteCheckpointParams()
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/models/atmosphere/
H A DFGWinds.cpp211 double time = FDMExec->GetSimTime(); in Turbulence()