FlightGear
next
initialstate.hxx
Go to the documentation of this file.
1
/*
2
* SPDX-FileName: initialstate.hxx
3
* SPDX-FileComment: setup initial state of the aircraft
4
* SPDX-FileCopyrightText: Copyright (C) 2016 James Turner <zakalawe@mac.com>
5
* SPDX-License-Identifier: GPL-2.0-or-later
6
*/
7
8
#pragma once
9
10
#include <string>
11
12
13
namespace
flightgear
{
14
18
bool
isInitialStateName
(
const
std::string&
name
);
19
20
void
applyInitialState
();
21
22
}
// namespace flightgear
flightgear
FlightPlan.hxx - defines a full flight-plan object, including departure, cruise, arrival information ...
Definition
Addon.cxx:53
flightgear::applyInitialState
void applyInitialState()
Definition
initialstate.cxx:63
flightgear::name
const char * name
Definition
subsystemFactory.cxx:307
flightgear::isInitialStateName
bool isInitialStateName(const std::string &name)
is the supplied name a defined initial-state, or alias of one
Definition
initialstate.cxx:57
src
Aircraft
initialstate.hxx
Generated on Tue Jun 3 2025 12:58:36 for FlightGear by
1.13.2