Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
0698e9e7
Commit
0698e9e7
authored
Aug 02, 2018
by
Gus Grubba
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update airmapd to current master (macOS)
parent
a884de31
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
11 deletions
+11
-11
advisory.h
libs/airmapd/include/airmap/advisory.h
+1
-1
airspace.h
libs/airmapd/include/airmap/airspace.h
+10
-10
libairmap-qt.0.0.1.dylib
libs/airmapd/macOS/Qt.5.11.0/libairmap-qt.0.0.1.dylib
+0
-0
libairmap-qt.0.0.1.dylib
libs/airmapd/macOS/Qt.5.11.0/libairmap-qt.0.0.1.dylib
+0
-0
libairmap-qt.0.dylib
libs/airmapd/macOS/Qt.5.11.0/libairmap-qt.0.dylib
+0
-0
libairmap-qt.dylib
libs/airmapd/macOS/Qt.5.11.0/libairmap-qt.dylib
+0
-0
libairmap-qt.dylib
libs/airmapd/macOS/Qt.5.11.0/libairmap-qt.dylib
+0
-0
No files found.
libs/airmapd/include/airmap/advisory.h
View file @
0698e9e7
...
...
@@ -29,7 +29,7 @@ class Advisory : DoNotCopyOrMove {
struct
AirspaceAdvisory
{
Status
::
Advisory
advisory
;
/// Airspace information.
Status
::
Color
color
;
/// The evaluation of the airspace.
std
::
string
rule_id
;
/// The id of the ruleset.
std
::
uint32_t
rule_id
;
/// The id of the ruleset.
std
::
string
ruleset_id
;
/// The id of the rule.
};
...
...
libs/airmapd/include/airmap/airspace.h
View file @
0698e9e7
...
...
@@ -34,16 +34,16 @@ class Airspace {
public_
///< The airport is available for public use.
};
std
::
string
iata
;
///< IATA code of the airport.
std
::
string
icao
;
///< ICAO code of the airport.
bool
paved
;
///< True if the airport features paved runways.
std
::
string
phone
;
///< The phone number of the airport (typically the tower).
bool
tower
;
///< True if the airport features a tower.
std
::
vector
<
Runway
>
runways
;
///< Collection of runways available at the airport.
float
elevation
;
///< The elevation of the airport in [m].
float
longest_runway
;
///< The lenght of th longest runway in [m].
bool
instrument_approach_procedure
;
///< True if the airport features equipment supporting an IAP.
Use
use
;
///< Types of use offered by the airport.
std
::
string
iata
;
///< IATA code of the airport.
std
::
string
icao
;
///< ICAO code of the airport.
bool
paved
{
false
}
;
///< True if the airport features paved runways.
std
::
string
phone
;
///< The phone number of the airport (typically the tower).
bool
tower
{
false
}
;
///< True if the airport features a tower.
std
::
vector
<
Runway
>
runways
;
///< Collection of runways available at the airport.
float
elevation
{
0
.
f
};
///< The elevation of the airport in [m].
float
longest_runway
{
0
.
f
};
///< The lenght of th longest runway in [m].
bool
instrument_approach_procedure
{
false
}
;
///< True if the airport features equipment supporting an IAP.
Use
use
{
Use
::
public_
};
///< Types of use offered by the airport.
};
/// ControlledAirspace bundles up properties describing
...
...
libs/airmapd/macOS/Qt.5.11.0/libairmap-qt.0.0.1.dylib
deleted
100755 → 0
View file @
a884de31
File deleted
libs/airmapd/macOS/Qt.5.11.0/libairmap-qt.0.0.1.dylib
0 → 120000
View file @
0698e9e7
libairmap-qt.0.dylib
\ No newline at end of file
libs/airmapd/macOS/Qt.5.11.0/libairmap-qt.0.dylib
View file @
0698e9e7
No preview for this file type
libs/airmapd/macOS/Qt.5.11.0/libairmap-qt.dylib
deleted
100755 → 0
View file @
a884de31
File deleted
libs/airmapd/macOS/Qt.5.11.0/libairmap-qt.dylib
0 → 120000
View file @
0698e9e7
libairmap-qt.0.0.1.dylib
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment