1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450
|
typedef struct {
const char *code;
const char *str;
} abbreviations_t;
abbreviations_t abbreviations[] = {
{ "AC", "altocumulus" },
{ "ACC", "area control" },
{ "ACFT", "aircraft" },
{ "AD", "aerodrome" },
{ "ADZ", "advise" },
{ "AERO", "aero form of the international code" },
{ "AGN", "again" },
{ "AIR", "relative to air" },
{ "ANT", "before" },
{ "APP", "approach control" },
{ "APR", "after" },
{ "AFRFOR", "area forecast" },
{ "ARR", "arrive" },
{ "AS", "altostratus" },
{ "ASC", "i am ascending" },
{ "ATC", "air traffic control" },
{ "ATP", "at" },
{ "AWY", "airway" },
{ "BABS", "beam approach beacon system" },
{ "BCST", "broadcast" },
{ "BOH", "break-off height" },
{ "BRF", "short" },
{ "BTN", "between" },
{ "CB", "cumulonimbus" },
{ "CC", "cirrocumulus" },
{ "CEN", "degrees centigrade" },
{ "CI", "cirrus" },
{ "CLA", "clear type of ice formation" },
{ "CLR", "cleared to.." },
{ "CS", "cirrostratus" },
{ "CTA", "control area" },
{ "CTR", "control zone" },
{ "CU", "cumulus" },
{ "DB", "i cannot give you a bearing. you are not in the calibrated sector of this station" },
{ "DC", "the minimum of your signal is suitable for the bearing" },
{ "DCT", "direct" },
{ "DES", "i am descending to" },
{ "DF", "your bearing at...hours was...degree in the doubtful sector of this station, with a possible error of...degrees" },
{ "DRT", "keep straight ahead" },
{ "DS", "adjust your transmitter, the mini- mum of your signal is too broad" },
{ "DT", "i cannot furnish you with a bearing, the minimum of your signal is too broad" },
{ "DU", "position not guaranteed" },
{ "DY", "this station is not able to determine the sense of the bearing" },
{ "DZ", "your bearing is reciprocal" },
{ "E", "east" },
{ "ER", "here" },
{ "ERB", "landing off runway is permitted" },
{ "ETA", "estimated time of arrival" },
{ "ETD", "estimated time of departure" },
{ "ETI", "the information is estimated" },
{ "FAH", "degrees fahrenheit" },
{ "FBL", "light" },
{ "FIOR", "flight forecast" },
{ "FIR", "flight information region" },
{ "FL", "flight level" },
{ "FLT", "flight" },
{ "FNA", "final approach" },
{ "FOT", "units of english system" },
{ "FSL", "full stop landing" },
{ "FT", "feet" },
{ "GCA", "ground controlled approach system" },
{ "GEO", "geographic or true" },
{ "GMT", "greenwich mean time" },
{ "GND", "relative to ground" },
{ "HBN", "hazard beacon" },
{ "HEL", "helicopter" },
{ "HF", "high frequency" },
{ "HR", "hours" },
{ "IAR", "intersection of air routes" },
{ "ID", "identification" },
{ "IFR", "instrument flight rules" },
{ "ILS", "instrument landing system" },
{ "IMI", "?" },
{ "IMT", "immediately" },
{ "INA", "initial approach" },
{ "INF", "below.." },
{ "INP", "if not possible" },
{ "INS", "inches" },
{ "IR", "ice on runway" },
{ "IRL", "intersection of range legs" },
{ "IVB", "if forward visibility is less than" },
{ "IVR", "if forward flight visibility remains" },
{ "KC, KCS,", "kilocycles/kilohertz" },
{ "kHz", "per second" },
{ "KG", "kilograms" },
{ "KM", "kilometers" },
{ "KNH", "kilometers per hour" },
{ "KT", "knots" },
{ "LB", "pounds" },
{ "LEFT", "left" },
{ "LF", "low frequency" },
{ "LNG", "long" },
{ "LRG", "long range" },
{ "LSA", "low intensity approach lighting system" },
{ "LSB", "high intensity approach lighting system" },
{ "M", "meters" },
{ "MAG", "magnetic" },
{ "MB", "millibars" },
{ "MC", "megacycles/megahertz" },
{ "MCS", "megacycles/megahertz" },
{ "MHz", "per second" },
{ "MER", "mean sea level" },
{ "MET", "meteorological." },
{ "MF", "medium frequency" },
{ "MKR", "marker radio beacon" },
{ "ML", "statute miles" },
{ "MN", "minutes" },
{ "MOD", "moderate" },
{ "MPH", "statute miles per hour" },
{ "MRG", "medium range" },
{ "MS", "minus" },
{ "MSL", "pressure altimeter set to qnh" },
{ "MTU", "metric units" },
{ "MX", "mixed type of ice formation" },
{ "N", "north" },
{ "NDB", "non-directional radio beacon" },
{ "NE", "north-east" },
{ "NIL", "i have nothing to send to you" },
{ "NM", "nautical miles" },
{ "NML", "normal" },
{ "NO", "no" },
{ "NORTH", "north" },
{ "NR", "number" },
{ "NS", "nimbostratus" },
{ "NW", "north-west" },
{ "OPA", "white type of ice formation" },
{ "OPC", "the control indicated is operational control" },
{ "ORD", "indication of an order" },
{ "PLA", "practice low approach" },
{ "PP", "descent through cloud" },
{ "PRES", "pressure" },
{ "PREVU", "forecast conditions" },
{ "PSGR", "passengers" },
{ "PS", "plus" },
{ "PTN", "procedure turn" },
{ "QUAD", "quadrant" },
{ "RAD", "radio control" },
{ "RCA", "reach cruising altitude" },
{ "RDO", "radio" },
{ "REP", "reporting point" },
{ "RITE", "right" },
{ "RNG", "radio range" },
{ "RNWY", "runway" },
{ "ROFOR", "route forecast" },
{ "RON", "receiving only" },
{ "RP", "rapid" },
{ "RTT", "radio-teletypewriter" },
{ "RUT", "standard regional route transmitting freqs" },
{ "S", "south" },
{ "SAP", "as soon as possible" },
{ "SC", "stratocumulus" },
{ "SE", "south-east" },
{ "SEV", "severe" },
{ "SID", "standard instrument departure" },
{ "SKED", "schedule" },
{ "SLW", "slow" },
{ "SOL", "pressure altimeter set to qfe" },
{ "SRG", "short range" },
{ "ST", "stratus" },
{ "STA", "straight in approach" },
{ "STD", "pressure altimeter having the sub-scale set to 1013" },
{ "SUP", "above" },
{ "SW", "south-west" },
{ "TAF", "aerodrome forecast" },
{ "TAFOR", "aerodrome forecast" },
{ "TER", "aerodrome level" },
{ "TFZ", "traffic zone" },
{ "TGL", "touch and go landing" },
{ "TIL", "until" },
{ "TIP", "until past" },
{ "TO", "to" },
{ "TRB", "it is not necessary to keep to the runways and taxi ways after landing" },
{ "TT", "teletypewriter" },
{ "TWR", "aerodrome control" },
{ "UAB", "until advised by" },
{ "UFN", "until further notice" },
{ "VAN", "runway control van" },
{ "VIA", "by way of" },
{ "VIO", "heavy" },
{ "VFR", "visual flight rules" },
{ "VHR", "very high frequency" },
{ "VLR", "very long range" },
{ "VOR", "vhf omni-directional radio range" },
{ "VSA", "by visual reference to the ground" },
{ "W", "west" },
{ "WX", "weather" },
{ "XS", "atmospheric" },
{ "YD", "yards" },
{ "YR", "your" },
/*
// others from http://ac6v.com/morseaids.htm#CW
// prosigns included
*/
{ "AA", "All after/End Of Line" },
{ "AB", "All before" },
{ "ABT", "About" },
{ "ADEE", "Addressee" },
{ "ADR", "Address" },
{ "ADS", "Address" },
{ "AGN", "Again" },
{ "AM", "Amplitude Modulation" },
{ "ANI", "Any" },
{ "ANS", "Answer" },
{ "ANT", "Antenna" },
{ "AR", "End of message" },
{ "AS", "wait" },
{ "AT", "@" },
{ "BCI", "Broadcast Interference" },
{ "BCL", "Broadcast Listener" },
{ "BCNU", "Be seeing you" },
{ "BD", "Bad" },
{ "BK", "Break" },
{ "BN", "All between/Been" },
{ "BT", "- Separation break -" },
{ "BTH", "Both" },
{ "BTR", "Better" },
{ "BTW", "By The Way" },
{ "BUG", "Semi-Automatic key" },
{ "BURO", "Bureau" },
{ "B4", "Before" },
{ "C", "Yes, Correct" },
{ "CB", "CallBook" },
{ "CBA", "Callbook Address" },
{ "CFM", "Confirm" },
{ "CK", "Ckeck" },
{ "CKT", "Circuit" },
{ "CL", "I am closing my station/Call" },
{ "CLBK", "Callbook" },
{ "CLD", "Called" },
{ "CLG", "Calling" },
{ "CMG", "Coming" },
{ "CNT", "Can't" },
{ "CONDX", "Conditions" },
{ "CPI", "Copy" },
{ "CQ", "Calling any station" },
{ "CRD", "Card" },
{ "CS", "Call Sign" },
{ "CU", "See You" },
{ "CUAGN", "See You Again" },
{ "CUD ", "Could" },
{ "CUL", "See You later" },
{ "CUM", "Come" },
{ "CUZ", "Because" },
{ "CW", "Continuous wave" },
{ "DA", "Day" },
{ "DE", "From/This Is" },
{ "DIFF", "Difference" },
{ "DLD", "Delivered" },
{ "DLVD", "Delivered" },
{ "DN", "Down" },
{ "DR", "Dear" },
{ "DSW", "goodbye" },
{ "DWN", "Down" },
{ "DX", "Distance" },
{ "EL", "Element" },
{ "ES", "And" },
{ "ENUF", "Enough" },
{ "EU", "Europe" },
{ "EVE", "Evening" },
{ "FB", "Fine Business/excellent" },
{ "FER", "For" },
{ "FM", "Frequency Modulation: From" },
{ "FONE", "Phone" },
{ "FQ", "Frequency" },
{ "Freq", "Frequency" },
{ "FWD", "Forward" },
{ "GA", "Go ahead/Good Afternoon" },
{ "GB", "Good bye/God Bless" },
{ "GD", "Good/Good Day" },
{ "GE", "Good Evening" },
{ "GESS", "Guess" },
{ "GG", "Going" },
{ "GLD", "Glad" },
{ "GM", "Good morning" },
{ "GN", "Good night" },
{ "GND", "Ground" },
{ "GP", "Ground Plane" },
{ "GS", "Green Stamp" },
{ "GUD", "Good" },
{ "GV", "Give" },
{ "GVG", "Giving" },
{ "HH", "Error in sending" },
{ "HI", "telegraph laugh/High" },
{ "HPE", "Hope" },
{ "HQ", "Headquarters" },
{ "HR", "Here/Hear/Hour" },
{ "HRD", "Heard" },
{ "HRS", "Hours" },
{ "HRD", "Heard" },
{ "HV", "Have" },
{ "HVG", "Having" },
{ "HVY", "Heavy" },
{ "HW", "How" },
{ "II", "I Repeat" },
{ "IMI", "Repeat" },
{ "INFO", "Info" },
{ "JA", "Japanese Station" },
{ "K", "Invitation To Transmit" },
{ "KA", "Beginning of message" },
{ "KLIX", "KeyClicks" },
{ "KN", "Go only" },
{ "LID", "A poor operator" },
{ "LNG", "Long" },
{ "LP", "Long Path" },
{ "LSN", "Listen" },
{ "LTR", "Later/letter" },
{ "LV", "Leave" },
{ "LVG", "Leaving" },
{ "LW", "Long Wire/Wave" },
{ "MA", "Millamperes" },
{ "MGR", "Manager" },
{ "MI", "My" },
{ "MILL", "Typewiter" },
{ "MILS", "Millamperes" },
{ "MNI", "Many" },
{ "MOM", "Moment" },
{ "MSG", "Message" },
{ "MULT", "Multiplier" },
{ "N", "Negative" },
{ "NCS", "Net Control Station" },
{ "ND", "Nothing Doing" },
{ "NIL", "Nothing" },
{ "NM", "No more" },
{ "NR", "Number/Near" },
{ "NW", "Now/resume" },
{ "OB", "Old boy" },
{ "OC", "Old chap" },
{ "OK", "Correct" },
{ "OM", "Old man" },
{ "OP", "Operator" },
{ "OPR", "Operator" },
{ "OT", "Old timer/top" },
{ "OW", "Old Woman" },
{ "PBL", "Preamble" },
{ "PKG", "Package" },
{ "PSE", "Please" },
{ "PT", "Point" },
{ "PWR", "Power" },
{ "PX", "Press/Prefix" },
{ "R", "Received as transmitted/Are" },
{ "R", "Decimal Point" },
{ "RC", "Ragchew" },
{ "RCD", "Received" },
{ "RCVR", "Receiver" },
{ "RE", "Concerning/Regarding" },
{ "REF", "Refer to" },
{ "RFI", "Radio frequency interference" },
{ "RIG", "Station equipment" },
{ "ROTFL", "Rolling on the floor laughing" },
{ "RPT", "Repeat/Report" },
{ "RTTY", "Radio teletype" },
{ "RST", "Readability/strength/tone" },
{ "RX", "Receive/Receiver" },
{ "SA", " Say" },
{ "SASE", "Self-addressed/stamped envelope" },
{ "SED", "Said" },
{ "SAE", "Self-Addressed Envelope" },
{ "SEZ", "Says" },
{ "SGD", "Signed" },
{ "SHUD", "Should" },
{ "SIG", "Signature/Signal" },
{ "SINE", "Operator's personal initials or nickname" },
{ "SK", "Out/clear" },
{ "SK", "Silent Key" },
{ "SKED", "Schedule" },
{ "SN", "Soon" },
{ "SP", "Short Path" },
{ "SRI", "Sorry" },
{ "SS", "Sweepstakes" },
{ "SSB", "Single Side Band" },
{ "STN", "Station" },
{ "SUM", "Some" },
{ "SVC", "Service" },
{ "SWL", "Short Wave Listener" },
{ "ST", "short timer on check in" },
{ "T", "Zero" },
{ "TEMP", "Temperature" },
{ "TEST", "Testing or Contest" },
{ "TFC", "Traffic" },
{ "TIA", "Thanks In Advance" },
{ "TMW", "Tomorrow" },
{ "TKS", "Thanks" },
{ "TNX", "Thanks" },
{ "TR", "Transmit" },
{ "T/R", "Transmit/Receive" },
{ "TRBL", "Trouble" },
{ "TRIX", "Tricks" },
{ "TRX", "Transceiver" },
{ "TT", "That" },
{ "TTS", "That is" },
{ "TU", "Thank you" },
{ "TVI", "Television interference" },
{ "TX", "Transmitter/Transmit" },
{ "TXT", "Text" },
{ "U", " You" },
{ "UFB", "Ultra Fine Business" },
{ "UNLIS", "Unlicensed" },
{ "UR", "Your/You're" },
{ "URL", "webpage" },
{ "URS", "Yours" },
{ "VE", "Understood" },
{ "VERT", "Vertical" },
{ "VFB", "Very fine business" },
{ "VFO", "Variable Frequency Oscillator" },
{ "VY", "Very" },
{ "W", "Watts" },
{ "WA", "Word after" },
{ "WATSA", "What Say" },
{ "WB", "Word before" },
{ "WD", "Word" },
{ "WDS", "Words" },
{ "WID", "With" },
{ "WKD", "Worked" },
{ "WKG", "Working" },
{ "WL", "Well/Will" },
{ "WPM", "Words Per Minute" },
{ "WRD", "Word" },
{ "WRK", "Work" },
{ "WUD", "Would" },
{ "WW", "Would" },
{ "WX", "Weather" },
{ "XCVR", "Transceiver" },
{ "XMAS", "Christmas" },
{ "XMTR", "Transmitter" },
{ "XTAL", "Crystal" },
{ "XYL", "Wife" },
{ "YF", "Wife" },
{ "YL", "Young lady" },
{ "YR", "Year" },
{ "Z", "Zulu Time" },
{ "30", "I have no more to send" },
{ "33", "Fondest Regards" },
{ "55", "Best Success" },
{ "73", "Best Regards" },
{ "88", "Love and kisses" },
{ "161", "Best regards to you and your wife" },
/*
others?
maybe the sms abbreviations but in a separated header file
*/
{ NULL, NULL }
};
|