up
This commit is contained in:
115
frontend/wailsjs/go/main/App.js
Normal file
115
frontend/wailsjs/go/main/App.js
Normal file
@@ -0,0 +1,115 @@
|
||||
// @ts-check
|
||||
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
||||
// This file is automatically generated. DO NOT EDIT
|
||||
|
||||
export function ConnectFlexRadio(arg1, arg2) {
|
||||
return window['go']['main']['App']['ConnectFlexRadio'](arg1, arg2);
|
||||
}
|
||||
|
||||
export function ConnectRotor(arg1, arg2) {
|
||||
return window['go']['main']['App']['ConnectRotor'](arg1, arg2);
|
||||
}
|
||||
|
||||
export function DisconnectFlexRadio() {
|
||||
return window['go']['main']['App']['DisconnectFlexRadio']();
|
||||
}
|
||||
|
||||
export function DisconnectRotor() {
|
||||
return window['go']['main']['App']['DisconnectRotor']();
|
||||
}
|
||||
|
||||
export function GetCurrentPosition(arg1) {
|
||||
return window['go']['main']['App']['GetCurrentPosition'](arg1);
|
||||
}
|
||||
|
||||
export function GetDopplerEnabled() {
|
||||
return window['go']['main']['App']['GetDopplerEnabled']();
|
||||
}
|
||||
|
||||
export function GetFlexRadioStatus() {
|
||||
return window['go']['main']['App']['GetFlexRadioStatus']();
|
||||
}
|
||||
|
||||
export function GetGroundtrack(arg1, arg2) {
|
||||
return window['go']['main']['App']['GetGroundtrack'](arg1, arg2);
|
||||
}
|
||||
|
||||
export function GetPasses(arg1, arg2) {
|
||||
return window['go']['main']['App']['GetPasses'](arg1, arg2);
|
||||
}
|
||||
|
||||
export function GetRotorEnabled() {
|
||||
return window['go']['main']['App']['GetRotorEnabled']();
|
||||
}
|
||||
|
||||
export function GetRotorStatus() {
|
||||
return window['go']['main']['App']['GetRotorStatus']();
|
||||
}
|
||||
|
||||
export function GetSatelliteList() {
|
||||
return window['go']['main']['App']['GetSatelliteList']();
|
||||
}
|
||||
|
||||
export function GetSliceConfig() {
|
||||
return window['go']['main']['App']['GetSliceConfig']();
|
||||
}
|
||||
|
||||
export function GetTLEAge() {
|
||||
return window['go']['main']['App']['GetTLEAge']();
|
||||
}
|
||||
|
||||
export function GetWatchlist() {
|
||||
return window['go']['main']['App']['GetWatchlist']();
|
||||
}
|
||||
|
||||
export function RefreshTLE() {
|
||||
return window['go']['main']['App']['RefreshTLE']();
|
||||
}
|
||||
|
||||
export function SetDopplerEnabled(arg1) {
|
||||
return window['go']['main']['App']['SetDopplerEnabled'](arg1);
|
||||
}
|
||||
|
||||
export function SetObserverLocation(arg1, arg2, arg3) {
|
||||
return window['go']['main']['App']['SetObserverLocation'](arg1, arg2, arg3);
|
||||
}
|
||||
|
||||
export function SetRotorAzOnly(arg1) {
|
||||
return window['go']['main']['App']['SetRotorAzOnly'](arg1);
|
||||
}
|
||||
|
||||
export function SetRotorEnabled(arg1) {
|
||||
return window['go']['main']['App']['SetRotorEnabled'](arg1);
|
||||
}
|
||||
|
||||
export function SetSatelliteFrequencies(arg1, arg2) {
|
||||
return window['go']['main']['App']['SetSatelliteFrequencies'](arg1, arg2);
|
||||
}
|
||||
|
||||
export function SetSatelliteMode(arg1) {
|
||||
return window['go']['main']['App']['SetSatelliteMode'](arg1);
|
||||
}
|
||||
|
||||
export function SetSliceConfig(arg1, arg2) {
|
||||
return window['go']['main']['App']['SetSliceConfig'](arg1, arg2);
|
||||
}
|
||||
|
||||
export function SetTrackAzimuth(arg1) {
|
||||
return window['go']['main']['App']['SetTrackAzimuth'](arg1);
|
||||
}
|
||||
|
||||
export function SetTrackFreqMode(arg1) {
|
||||
return window['go']['main']['App']['SetTrackFreqMode'](arg1);
|
||||
}
|
||||
|
||||
export function SetWatchlist(arg1) {
|
||||
return window['go']['main']['App']['SetWatchlist'](arg1);
|
||||
}
|
||||
|
||||
export function StartTracking(arg1) {
|
||||
return window['go']['main']['App']['StartTracking'](arg1);
|
||||
}
|
||||
|
||||
export function StopTracking() {
|
||||
return window['go']['main']['App']['StopTracking']();
|
||||
}
|
||||
Reference in New Issue
Block a user