320 lines
8.2 KiB
JavaScript
320 lines
8.2 KiB
JavaScript
// @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 ClusterSpotStatuses(arg1) {
|
|
return window['go']['main']['App']['ClusterSpotStatuses'](arg1);
|
|
}
|
|
|
|
export function ComputeStationInfo(arg1, arg2) {
|
|
return window['go']['main']['App']['ComputeStationInfo'](arg1, arg2);
|
|
}
|
|
|
|
export function ConnectAllClusters() {
|
|
return window['go']['main']['App']['ConnectAllClusters']();
|
|
}
|
|
|
|
export function ConnectClusterServer(arg1) {
|
|
return window['go']['main']['App']['ConnectClusterServer'](arg1);
|
|
}
|
|
|
|
export function CountQSO() {
|
|
return window['go']['main']['App']['CountQSO']();
|
|
}
|
|
|
|
export function DeleteAllQSO() {
|
|
return window['go']['main']['App']['DeleteAllQSO']();
|
|
}
|
|
|
|
export function DeleteClusterServer(arg1) {
|
|
return window['go']['main']['App']['DeleteClusterServer'](arg1);
|
|
}
|
|
|
|
export function DeleteOperatingAntenna(arg1) {
|
|
return window['go']['main']['App']['DeleteOperatingAntenna'](arg1);
|
|
}
|
|
|
|
export function DeleteOperatingStation(arg1) {
|
|
return window['go']['main']['App']['DeleteOperatingStation'](arg1);
|
|
}
|
|
|
|
export function DeleteProfile(arg1) {
|
|
return window['go']['main']['App']['DeleteProfile'](arg1);
|
|
}
|
|
|
|
export function DeleteQSO(arg1) {
|
|
return window['go']['main']['App']['DeleteQSO'](arg1);
|
|
}
|
|
|
|
export function DeleteUDPIntegration(arg1) {
|
|
return window['go']['main']['App']['DeleteUDPIntegration'](arg1);
|
|
}
|
|
|
|
export function DisconnectAllClusters() {
|
|
return window['go']['main']['App']['DisconnectAllClusters']();
|
|
}
|
|
|
|
export function DisconnectClusterServer(arg1) {
|
|
return window['go']['main']['App']['DisconnectClusterServer'](arg1);
|
|
}
|
|
|
|
export function DuplicateProfile(arg1, arg2) {
|
|
return window['go']['main']['App']['DuplicateProfile'](arg1, arg2);
|
|
}
|
|
|
|
export function ExportADIF(arg1) {
|
|
return window['go']['main']['App']['ExportADIF'](arg1);
|
|
}
|
|
|
|
export function GetActiveProfile() {
|
|
return window['go']['main']['App']['GetActiveProfile']();
|
|
}
|
|
|
|
export function GetBackupSettings() {
|
|
return window['go']['main']['App']['GetBackupSettings']();
|
|
}
|
|
|
|
export function GetCATSettings() {
|
|
return window['go']['main']['App']['GetCATSettings']();
|
|
}
|
|
|
|
export function GetCATState() {
|
|
return window['go']['main']['App']['GetCATState']();
|
|
}
|
|
|
|
export function GetClusterAutoConnect() {
|
|
return window['go']['main']['App']['GetClusterAutoConnect']();
|
|
}
|
|
|
|
export function GetClusterStatus() {
|
|
return window['go']['main']['App']['GetClusterStatus']();
|
|
}
|
|
|
|
export function GetCtyDatInfo() {
|
|
return window['go']['main']['App']['GetCtyDatInfo']();
|
|
}
|
|
|
|
export function GetExternalServices() {
|
|
return window['go']['main']['App']['GetExternalServices']();
|
|
}
|
|
|
|
export function GetListsSettings() {
|
|
return window['go']['main']['App']['GetListsSettings']();
|
|
}
|
|
|
|
export function GetLogFilePath() {
|
|
return window['go']['main']['App']['GetLogFilePath']();
|
|
}
|
|
|
|
export function GetLookupSettings() {
|
|
return window['go']['main']['App']['GetLookupSettings']();
|
|
}
|
|
|
|
export function GetQSLDefaults() {
|
|
return window['go']['main']['App']['GetQSLDefaults']();
|
|
}
|
|
|
|
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 ListClusterServers() {
|
|
return window['go']['main']['App']['ListClusterServers']();
|
|
}
|
|
|
|
export function ListOperatingTree() {
|
|
return window['go']['main']['App']['ListOperatingTree']();
|
|
}
|
|
|
|
export function ListProfiles() {
|
|
return window['go']['main']['App']['ListProfiles']();
|
|
}
|
|
|
|
export function ListQSO(arg1) {
|
|
return window['go']['main']['App']['ListQSO'](arg1);
|
|
}
|
|
|
|
export function ListUDPIntegrations() {
|
|
return window['go']['main']['App']['ListUDPIntegrations']();
|
|
}
|
|
|
|
export function LogUDPLoggedADIF(arg1) {
|
|
return window['go']['main']['App']['LogUDPLoggedADIF'](arg1);
|
|
}
|
|
|
|
export function LookupCallsign(arg1) {
|
|
return window['go']['main']['App']['LookupCallsign'](arg1);
|
|
}
|
|
|
|
export function OpenADIFFile() {
|
|
return window['go']['main']['App']['OpenADIFFile']();
|
|
}
|
|
|
|
export function OpenExternalURL(arg1) {
|
|
return window['go']['main']['App']['OpenExternalURL'](arg1);
|
|
}
|
|
|
|
export function OperatingDefaultForBand(arg1) {
|
|
return window['go']['main']['App']['OperatingDefaultForBand'](arg1);
|
|
}
|
|
|
|
export function PickBackupFolder() {
|
|
return window['go']['main']['App']['PickBackupFolder']();
|
|
}
|
|
|
|
export function RefreshCtyDat() {
|
|
return window['go']['main']['App']['RefreshCtyDat']();
|
|
}
|
|
|
|
export function ReloadUDPIntegrations() {
|
|
return window['go']['main']['App']['ReloadUDPIntegrations']();
|
|
}
|
|
|
|
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 RunBackupNow() {
|
|
return window['go']['main']['App']['RunBackupNow']();
|
|
}
|
|
|
|
export function SaveADIFFile() {
|
|
return window['go']['main']['App']['SaveADIFFile']();
|
|
}
|
|
|
|
export function SaveBackupSettings(arg1) {
|
|
return window['go']['main']['App']['SaveBackupSettings'](arg1);
|
|
}
|
|
|
|
export function SaveCATSettings(arg1) {
|
|
return window['go']['main']['App']['SaveCATSettings'](arg1);
|
|
}
|
|
|
|
export function SaveClusterServer(arg1) {
|
|
return window['go']['main']['App']['SaveClusterServer'](arg1);
|
|
}
|
|
|
|
export function SaveExternalServices(arg1) {
|
|
return window['go']['main']['App']['SaveExternalServices'](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 SaveOperatingAntenna(arg1) {
|
|
return window['go']['main']['App']['SaveOperatingAntenna'](arg1);
|
|
}
|
|
|
|
export function SaveOperatingStation(arg1) {
|
|
return window['go']['main']['App']['SaveOperatingStation'](arg1);
|
|
}
|
|
|
|
export function SaveProfile(arg1) {
|
|
return window['go']['main']['App']['SaveProfile'](arg1);
|
|
}
|
|
|
|
export function SaveQSLDefaults(arg1) {
|
|
return window['go']['main']['App']['SaveQSLDefaults'](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 SaveUDPIntegration(arg1) {
|
|
return window['go']['main']['App']['SaveUDPIntegration'](arg1);
|
|
}
|
|
|
|
export function SendClusterCommand(arg1) {
|
|
return window['go']['main']['App']['SendClusterCommand'](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 SetClusterAutoConnect(arg1) {
|
|
return window['go']['main']['App']['SetClusterAutoConnect'](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 TestClublogUpload() {
|
|
return window['go']['main']['App']['TestClublogUpload']();
|
|
}
|
|
|
|
export function TestLookupProvider(arg1, arg2, arg3, arg4) {
|
|
return window['go']['main']['App']['TestLookupProvider'](arg1, arg2, arg3, arg4);
|
|
}
|
|
|
|
export function TestQRZUpload() {
|
|
return window['go']['main']['App']['TestQRZUpload']();
|
|
}
|
|
|
|
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);
|
|
}
|