Home
last modified time | relevance | path

Searched refs:NotifyProperties (Results 1 – 2 of 2) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/input_output/
H A DFGScript.cpp81 for (j=0; j<Events[i].NotifyProperties.size(); j++) in ~FGScript()
82 delete Events[i].NotifyProperties[j]; in ~FGScript()
287 … newEvent->NotifyProperties.push_back(new FGFunctionValue(notifyPropertyName, PropertyManager, f)); in LoadScript()
297 … newEvent->NotifyProperties.push_back(new FGPropertyValue(notifyPropertyName, PropertyManager)); in LoadScript()
506 for (j=0; j<thisEvent.NotifyProperties.size();j++) { in RunScript()
508 << thisEvent.NotifyProperties[j]->getDoubleValue(); in RunScript()
667 if (Events[i].NotifyProperties.size() > 0) { in Debug()
674 for (unsigned j=0; j<Events[i].NotifyProperties.size();j++) { in Debug()
676 << Events[i].NotifyProperties[j]->GetPrintableName() in Debug()
H A DFGScript.h224 std::vector <FGPropertyValue*> NotifyProperties; member