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:
Frank
2022-03-20 22:20:04 +01:00
parent 5192c188f4
commit 3ea1881ff5
4 changed files with 759 additions and 232 deletions

View File

@@ -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