mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Small fix
This commit is contained in:
parent
f4cdbec376
commit
ebb94c07b3
@ -2384,15 +2384,15 @@ function INTEL_DLINK:New(Intels, Alias, Interval, Cachetime)
|
|||||||
self.alias="SPECTRE"
|
self.alias="SPECTRE"
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Cache time
|
|
||||||
self:SetDLinkCacheTime(Cachetime or 120)
|
|
||||||
|
|
||||||
-- Interval
|
-- Interval
|
||||||
self.interval = Interval or 20
|
self.interval = Interval or 20
|
||||||
|
|
||||||
-- Set some string id for output to DCS.log file.
|
-- Set some string id for output to DCS.log file.
|
||||||
self.lid=string.format("INTEL_DLINK %s | ", self.alias)
|
self.lid=string.format("INTEL_DLINK %s | ", self.alias)
|
||||||
|
|
||||||
|
-- Cache time
|
||||||
|
self:SetDLinkCacheTime(Cachetime or 120)
|
||||||
|
|
||||||
-- Start State.
|
-- Start State.
|
||||||
self:SetStartState("Stopped")
|
self:SetStartState("Stopped")
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user