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:
parent
ad0cac8356
commit
7866de2370
@ -13,3 +13,18 @@
|
||||
--
|
||||
-- @module Radio
|
||||
-- @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 = ""
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user