// @ts-check // Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL // This file is automatically generated. DO NOT EDIT export function ActivateProfile(arg1) { return window['go']['main']['App']['ActivateProfile'](arg1); } export function AddQSO(arg1) { return window['go']['main']['App']['AddQSO'](arg1); } export function ClearLookupCache() { return window['go']['main']['App']['ClearLookupCache'](); } export function CountQSO() { return window['go']['main']['App']['CountQSO'](); } export function DeleteAllQSO() { return window['go']['main']['App']['DeleteAllQSO'](); } export function DeleteProfile(arg1) { return window['go']['main']['App']['DeleteProfile'](arg1); } export function DeleteQSO(arg1) { return window['go']['main']['App']['DeleteQSO'](arg1); } export function DuplicateProfile(arg1, arg2) { return window['go']['main']['App']['DuplicateProfile'](arg1, arg2); } export function GetActiveProfile() { return window['go']['main']['App']['GetActiveProfile'](); } export function GetCATSettings() { return window['go']['main']['App']['GetCATSettings'](); } export function GetCATState() { return window['go']['main']['App']['GetCATState'](); } export function GetCtyDatInfo() { return window['go']['main']['App']['GetCtyDatInfo'](); } export function GetListsSettings() { return window['go']['main']['App']['GetListsSettings'](); } export function GetLookupSettings() { return window['go']['main']['App']['GetLookupSettings'](); } export function GetQSO(arg1) { return window['go']['main']['App']['GetQSO'](arg1); } export function GetRotatorSettings() { return window['go']['main']['App']['GetRotatorSettings'](); } export function GetStartupStatus() { return window['go']['main']['App']['GetStartupStatus'](); } export function GetStationSettings() { return window['go']['main']['App']['GetStationSettings'](); } export function ImportADIF(arg1, arg2) { return window['go']['main']['App']['ImportADIF'](arg1, arg2); } export function ListProfiles() { return window['go']['main']['App']['ListProfiles'](); } export function ListQSO(arg1) { return window['go']['main']['App']['ListQSO'](arg1); } export function LookupCallsign(arg1) { return window['go']['main']['App']['LookupCallsign'](arg1); } export function OpenADIFFile() { return window['go']['main']['App']['OpenADIFFile'](); } export function RefreshCtyDat() { return window['go']['main']['App']['RefreshCtyDat'](); } export function RotatorGoTo(arg1, arg2) { return window['go']['main']['App']['RotatorGoTo'](arg1, arg2); } export function RotatorPark() { return window['go']['main']['App']['RotatorPark'](); } export function RotatorStop() { return window['go']['main']['App']['RotatorStop'](); } export function SaveCATSettings(arg1) { return window['go']['main']['App']['SaveCATSettings'](arg1); } export function SaveListsSettings(arg1) { return window['go']['main']['App']['SaveListsSettings'](arg1); } export function SaveLookupSettings(arg1) { return window['go']['main']['App']['SaveLookupSettings'](arg1); } export function SaveProfile(arg1) { return window['go']['main']['App']['SaveProfile'](arg1); } export function SaveRotatorSettings(arg1) { return window['go']['main']['App']['SaveRotatorSettings'](arg1); } export function SaveStationSettings(arg1) { return window['go']['main']['App']['SaveStationSettings'](arg1); } export function SetCATFrequency(arg1) { return window['go']['main']['App']['SetCATFrequency'](arg1); } export function SetCATMode(arg1) { return window['go']['main']['App']['SetCATMode'](arg1); } export function SetCompactMode(arg1) { return window['go']['main']['App']['SetCompactMode'](arg1); } export function SwitchCATRig(arg1) { return window['go']['main']['App']['SwitchCATRig'](arg1); } export function TestLookupProvider(arg1, arg2, arg3, arg4) { return window['go']['main']['App']['TestLookupProvider'](arg1, arg2, arg3, arg4); } export function TestRotator(arg1) { return window['go']['main']['App']['TestRotator'](arg1); } export function UpdateQSO(arg1) { return window['go']['main']['App']['UpdateQSO'](arg1); } export function WorkedBefore(arg1, arg2) { return window['go']['main']['App']['WorkedBefore'](arg1, arg2); }