-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
96 changed files
with
11,483 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
dataref1: | ||
tag: "sim/aircraft/view/acf_descrip[0][40]" | ||
frequency: 10 | ||
description: "EMPTY" | ||
dataref2: | ||
tag: "sim/cockpit2/switches/landing_lights_on" | ||
frequency: 10 | ||
description: "EMPTY" | ||
dataref3: | ||
tag: "sim/cockpit2/switches/landing_lights_on" | ||
frequency: 10 | ||
description: "EMPTY" | ||
dataref4: | ||
tag: "sim/cockpit2/engine/actuators/throttle_ratio[0]" | ||
frequency: 100 | ||
description: "EMPTY" | ||
ipcl: | ||
tag: "ipcl/deviation_model/value1" | ||
frequency: 0 | ||
description: "EMPTY" | ||
ipc2: | ||
tag: "ipcl/deviation_model/value2" | ||
frequency: 0 | ||
description: "EMPTY" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
libXplane-udp-client/vendor/yaml-cpp/include/yaml-cpp/anchor.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#ifndef ANCHOR_H_62B23520_7C8E_11DE_8A39_0800200C9A66 | ||
#define ANCHOR_H_62B23520_7C8E_11DE_8A39_0800200C9A66 | ||
|
||
#if defined(_MSC_VER) || \ | ||
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \ | ||
(__GNUC__ >= 4)) // GCC supports "pragma once" correctly since 3.4 | ||
#pragma once | ||
#endif | ||
|
||
#include <cstddef> | ||
|
||
namespace YAML { | ||
using anchor_t = std::size_t; | ||
const anchor_t NullAnchor = 0; | ||
} | ||
|
||
#endif // ANCHOR_H_62B23520_7C8E_11DE_8A39_0800200C9A66 |
Oops, something went wrong.