mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
OPS INTEL v0.3.0
- Added option to detect statics via `INTEL:SetDetectStatics` function. - Added `INTEL:KnowObject` function to make intel aware of GROUPs or STATICs. - Improved cluster analysis. - Changed `NewCluster` event: removed contact as first parameter.
This commit is contained in:
@@ -152,7 +152,7 @@ _MARKERID=0
|
||||
|
||||
--- Marker class version.
|
||||
-- @field #string version
|
||||
MARKER.version="0.1.0"
|
||||
MARKER.version="0.1.1"
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
-- TODO list
|
||||
@@ -177,7 +177,7 @@ function MARKER:New(Coordinate, Text)
|
||||
-- Inherit everything from FSM class.
|
||||
local self=BASE:Inherit(self, FSM:New()) -- #MARKER
|
||||
|
||||
self.coordinate=Coordinate
|
||||
self.coordinate=UTILS.DeepCopy(Coordinate)
|
||||
|
||||
self.text=Text
|
||||
|
||||
|
||||
Reference in New Issue
Block a user