mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Declaration of RADIO Class
This commit is contained in:
@@ -13,3 +13,18 @@
|
|||||||
--
|
--
|
||||||
-- @module Radio
|
-- @module Radio
|
||||||
-- @author Grey-Echo
|
-- @author Grey-Echo
|
||||||
|
|
||||||
|
--- The RADIO class
|
||||||
|
-- @type RADIO
|
||||||
|
-- @extends Core.Base#BASE
|
||||||
|
MESSAGE = {
|
||||||
|
ClassName = "RADIO",
|
||||||
|
Identifiable = IDENTIFIABLE:New(),
|
||||||
|
Frequency = 255000,
|
||||||
|
Power = 100,
|
||||||
|
Modulation = 0,
|
||||||
|
Loop = 0,
|
||||||
|
Subtitle = "",
|
||||||
|
SubtitleDuration = ""
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user