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
13namespace flightgear {
14
18bool isInitialStateName(const std::string& name);
19
21
22} // namespace flightgear
FlightPlan.hxx - defines a full flight-plan object, including departure, cruise, arrival information ...
Definition Addon.cxx:53
void applyInitialState()
const char * name
bool isInitialStateName(const std::string &name)
is the supplied name a defined initial-state, or alias of one