-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/Tapawingo/TAKlib
- Loading branch information
Showing
7 changed files
with
76 additions
and
3 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
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,47 @@ | ||
####################################################### | ||
# | ||
# _medevac_ .py | ||
# Python implementation of the Class _medevac_ | ||
# Generated by Enterprise Architect | ||
# Created on: 13-Apr-2020 4:07:52 PM | ||
# Original author: Corvo | ||
# | ||
####################################################### | ||
|
||
class _medevac_ : | ||
"""the medevac class is used to describe a case of someone in need to be evacuated | ||
""" | ||
# default constructor def __init__(self): | ||
|
||
__litter = "1" | ||
__freq = "0.0" | ||
__terrain_none = "true" | ||
__zone_prot_selection = "0" | ||
__Title = "" | ||
__Priority = "1" | ||
__medline_remarks = "" | ||
__Security = "" | ||
__routine = "" | ||
__equipment_none = "" | ||
__hlz_marking = "" | ||
__casevac = "" | ||
__urgent = "" | ||
|
||
class _medevac_ : | ||
"""the medevac class is used to describe a case of someone in need to be evacuated | ||
""" | ||
# default constructor def __init__(self): | ||
|
||
__litter = "1" | ||
__freq = "0.0" | ||
__terrain_none = "true" | ||
__zone_prot_selection = "0" | ||
__Title = "" | ||
__Priority = "1" | ||
__medline_remarks = "" | ||
__Security = "" | ||
__routine = "" | ||
__equipment_none = "" | ||
__hlz_marking = "" | ||
__casevac = "" | ||
__urgent = "" |
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,21 @@ | ||
####################################################### | ||
# | ||
# emergency.py | ||
# Python implementation of the Class emergency | ||
# Generated by Enterprise Architect | ||
# Created on: 13-Apr-2020 4:40:22 PM | ||
# Original author: Corvo | ||
# | ||
####################################################### | ||
|
||
|
||
class emergency: | ||
"""An emergency beacon the is continually send to all the connected clients until | ||
deactivated from the original creator | ||
""" | ||
# default constructor def __init__(self): | ||
|
||
__type = "" | ||
__Alert = "" | ||
# if true the emergency beacon is canceled | ||
__cancel = "false" |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.