Merge pull request #332 from FlightControl-Master/RadioComs

Radio coms
This commit is contained in:
Grey-Echo
2017-03-21 20:51:25 +01:00
committed by GitHub
61 changed files with 1357 additions and 7 deletions

View File

@@ -432,7 +432,11 @@ function POSITIONABLE:Message( Message, Duration, Name )
return nil
end
--- Create a @{Radio#RADIO}, to allow radio transmission for this POSITIONABLE.
-- Set parameters with the methods provided, then use RADIO:Broadcast() to actually broadcast the message
-- @param #POSITIONABLE self
-- @return #RADIO Radio
function POSITIONABLE:GetRadio()
self:F2(self)
return RADIO:New(self)
end