mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-18 21:25:58 +00:00
Ops FG & FC
This commit is contained in:
@@ -345,8 +345,8 @@ end
|
|||||||
function FLIGHTCONTROL:OnEventEngineStartup(EventData)
|
function FLIGHTCONTROL:OnEventEngineStartup(EventData)
|
||||||
self:F3({EvendData=EventData})
|
self:F3({EvendData=EventData})
|
||||||
|
|
||||||
self:T2(self.lid..string.format("ENGINESTARTUP: unit = %s", tostring(EventData.IniUnitName)))
|
self:I(self.lid..string.format("ENGINESTARTUP: unit = %s", tostring(EventData.IniUnitName)))
|
||||||
self:T2(self.lid..string.format("ENGINESTARTUP: group = %s", tostring(EventData.IniGroupName)))
|
self:I(self.lid..string.format("ENGINESTARTUP: group = %s", tostring(EventData.IniGroupName)))
|
||||||
|
|
||||||
-- Unit that took off.
|
-- Unit that took off.
|
||||||
local unit=EventData.IniUnit
|
local unit=EventData.IniUnit
|
||||||
|
|||||||
@@ -51,7 +51,7 @@
|
|||||||
-- @field #number Tparking Abs. mission time stamp when the group was spawned uncontrolled and is parking.
|
-- @field #number Tparking Abs. mission time stamp when the group was spawned uncontrolled and is parking.
|
||||||
-- @extends Core.Fsm#FSM
|
-- @extends Core.Fsm#FSM
|
||||||
|
|
||||||
--- Be surprised!
|
--- *To invent an airplane is nothing. To build one is something. To fly is everything.* -- Otto Lilienthal
|
||||||
--
|
--
|
||||||
-- ===
|
-- ===
|
||||||
--
|
--
|
||||||
|
|||||||
Reference in New Issue
Block a user