SYMBOL INDEX (496 symbols across 89 files) FILE: src/antd.ts method install (line 8) | install (app: App): void { FILE: src/api/device-cmd/index.ts constant CMD_API_PREFIX (line 4) | const CMD_API_PREFIX = '/control/api/v1' type SendCmdParams (line 6) | interface SendCmdParams { type PostSendCmdBody (line 11) | interface PostSendCmdBody { function postSendCmd (line 20) | async function postSendCmd (params: SendCmdParams, body?: PostSendCmdBod... FILE: src/api/device-log/index.ts constant MNG_API_PREFIX (line 7) | const MNG_API_PREFIX = '/manage/api/v1' type GetDeviceUploadLogListParams (line 11) | interface GetDeviceUploadLogListParams { type BriefDeviceInfo (line 21) | interface BriefDeviceInfo { type DeviceLogProgressInfo (line 27) | interface DeviceLogProgressInfo{ type DeviceLogItem (line 36) | interface DeviceLogItem { type DeviceLogFileInfo (line 43) | interface DeviceLogFileInfo { type DeviceLogFileListInfo (line 52) | interface DeviceLogFileListInfo { type GetDeviceUploadLogListRsp (line 56) | interface GetDeviceUploadLogListRsp { function getDeviceUploadLogList (line 76) | async function getDeviceUploadLogList (params: GetDeviceUploadLogListPar... type GetDeviceLogListParams (line 83) | interface GetDeviceLogListParams{ function getDeviceLogList (line 93) | async function getDeviceLogList (params: GetDeviceLogListParams): Promis... type UploadDeviceLogBody (line 103) | interface UploadDeviceLogBody { function postDeviceUpgrade (line 119) | async function postDeviceUpgrade (body: UploadDeviceLogBody): Promise { type IWorkspaceResponse (line 21) | interface IWorkspaceResponse { type IStatus (line 27) | type IStatus = 'WAITING' | 'DOING' | 'SUCCESS' | 'FAILED'; type CommonListResponse (line 29) | interface CommonListResponse extends IResult { type CommonResponse (line 36) | interface CommonResponse extends IResult { FILE: src/api/layer.ts constant PREFIX (line 5) | const PREFIX = '/map/api/v1' type UnknownResponse (line 7) | type UnknownResponse = Promise> FILE: src/api/manage.ts constant HTTP_PREFIX (line 5) | const HTTP_PREFIX = '/manage/api/v1' type LoginBody (line 8) | interface LoginBody { type BindBody (line 13) | interface BindBody { type HmsQueryBody (line 19) | interface HmsQueryBody { FILE: src/api/media.ts constant HTTP_PREFIX (line 3) | const HTTP_PREFIX = '/media/api/v1' FILE: src/api/pilot-bridge.ts type JsResponse (line 10) | interface JsResponse{ type ThingParam (line 16) | interface ThingParam { type LiveshareParam (line 23) | interface LiveshareParam { type MapParam (line 28) | interface MapParam { type WsParam (line 33) | interface WsParam { type ApiParam (line 39) | interface ApiParam { type MediaParam (line 44) | interface MediaParam { function returnBool (line 50) | function returnBool (response: string): boolean { function returnString (line 59) | function returnString (response: string): string { function returnNumber (line 64) | function returnNumber (response: string): number { function errorHint (line 69) | function errorHint (response: JsResponse): boolean { method init (line 79) | init (): Map { method getComponentParam (line 120) | getComponentParam (key:EComponentName): any { method setComponentParam (line 123) | setComponentParam (key:EComponentName, value:any) { method loadComponent (line 126) | loadComponent (name:string, param:any):string { method unloadComponent (line 129) | unloadComponent (name:string) :string { method isComponentLoaded (line 132) | isComponentLoaded (module:string): boolean { method setWorkspaceId (line 135) | setWorkspaceId (uuid:string):string { method setPlatformMessage (line 138) | setPlatformMessage (platformName:string, title:string, desc:string): boo... method getRemoteControllerSN (line 141) | getRemoteControllerSN () :string { method getAircraftSN (line 144) | getAircraftSN ():string { method stopwebview (line 147) | stopwebview ():string { method setLogEncryptKey (line 150) | setLogEncryptKey (key:string):string { method clearLogEncryptKey (line 153) | clearLogEncryptKey ():string { method getLogPath (line 156) | getLogPath ():string { method platformVerifyLicense (line 159) | platformVerifyLicense (appId:string, appKey:string, appLicense:string): ... method isPlatformVerifySuccess (line 162) | isPlatformVerifySuccess (): boolean { method isAppInstalled (line 165) | isAppInstalled (pkgName: string): boolean { method getVersion (line 168) | getVersion (): string { method thingGetConnectState (line 173) | thingGetConnectState (): boolean { method thingGetConfigs (line 177) | thingGetConfigs (): ThingParam { method getToken (line 183) | getToken () : string { method setToken (line 186) | setToken (token:string):string { method getHost (line 189) | getHost (): string { method setVideoPublishType (line 201) | setVideoPublishType (type:string): boolean { method getLiveshareConfig (line 210) | getLiveshareConfig (): string { method setLiveshareConfig (line 214) | setLiveshareConfig (type:number, params:string):string { method setLiveshareStatusCallback (line 218) | setLiveshareStatusCallback (callbackFunc:string) :string { method getLiveshareStatus (line 221) | getLiveshareStatus (): LiveStreamStatus { method startLiveshare (line 224) | startLiveshare (): boolean { method stopLiveshare (line 227) | stopLiveshare (): boolean { method wsGetConnectState (line 231) | wsGetConnectState (): boolean { method wsConnect (line 234) | wsConnect (host: string, token: string, callback: string): string { method wsDisconnect (line 237) | wsDisconnect (): string { method wsSend (line 240) | wsSend (message: string): string { method setAutoUploadPhoto (line 244) | setAutoUploadPhoto (auto:boolean):string { method getAutoUploadPhoto (line 247) | getAutoUploadPhoto (): boolean { method setUploadPhotoType (line 250) | setUploadPhotoType (type:number):string { method getUploadPhotoType (line 253) | getUploadPhotoType (): number { method setAutoUploadVideo (line 256) | setAutoUploadVideo (auto:boolean):string { method getAutoUploadVideo (line 259) | getAutoUploadVideo (): boolean { method setDownloadOwner (line 262) | setDownloadOwner (rcIndex:number):string { method getDownloadOwner (line 265) | getDownloadOwner (): number { method onBackClickReg (line 268) | onBackClickReg () { method onStopPlatform (line 278) | onStopPlatform () { FILE: src/api/wayline.ts constant HTTP_PREFIX (line 6) | const HTTP_PREFIX = '/wayline/api/v1' type CreatePlan (line 39) | interface CreatePlan { type Task (line 60) | interface Task { type DeleteTaskParams (line 92) | interface DeleteTaskParams { function deleteTask (line 97) | async function deleteTask (workspaceId: string, params: DeleteTaskParams... type UpdateTaskStatus (line 105) | enum UpdateTaskStatus { type UpdateTaskStatusBody (line 109) | interface UpdateTaskStatusBody { function updateTaskStatus (line 115) | async function updateTaskStatus (workspaceId: string, body: UpdateTaskSt... FILE: src/components/devices/device-log/use-device-log-upload-detail.ts function useDeviceLogUploadDetail (line 8) | function useDeviceLogUploadDetail () { FILE: src/components/devices/device-log/use-device-log-upload-progress-event.ts function useDeviceLogUploadProgressEvent (line 5) | function useDeviceLogUploadProgressEvent (onDeviceLogUploadWs: (data: De... FILE: src/components/devices/device-upgrade/use-device-upgrade-event.ts function useDeviceUpgradeEvent (line 5) | function useDeviceUpgradeEvent (onDeviceUpgradeWs: (payload: DeviceCmdEx... FILE: src/components/devices/device-upgrade/use-device-upgrade.ts function useDeviceFirmwareUpgrade (line 5) | function useDeviceFirmwareUpgrade (workspaceId: string) { FILE: src/components/flight-area/use-flight-area-drone-location-event.ts function useFlightAreaDroneLocationEvent (line 6) | function useFlightAreaDroneLocationEvent (onFlightAreaDroneLocationWs: (... FILE: src/components/flight-area/use-flight-area-sync-progress-event.ts function useFlightAreaSyncProgressEvent (line 5) | function useFlightAreaSyncProgressEvent (onFlightAreaSyncProgressWs: (da... FILE: src/components/flight-area/use-flight-area-update.ts function doNothing (line 6) | function doNothing (data: FlightAreaUpdate) { function useFlightAreaUpdateEvent (line 8) | function useFlightAreaUpdateEvent (addFunc = doNothing, deleteFunc = doN... FILE: src/components/flight-area/use-flight-area.ts function useFlightArea (line 17) | function useFlightArea () { FILE: src/components/g-map/use-connect-mqtt.ts type StatusOptions (line 14) | type StatusOptions = { function useConnectMqtt (line 24) | function useConnectMqtt () { FILE: src/components/g-map/use-device-setting.ts function useDeviceSetting (line 5) | function useDeviceSetting () { FILE: src/components/g-map/use-dock-control.ts function useDockControl (line 6) | function useDockControl () { FILE: src/components/g-map/use-drone-control-mqtt-event.ts function useDroneControlMqttEvent (line 11) | function useDroneControlMqttEvent (sn: string) { FILE: src/components/g-map/use-drone-control-ws-event.ts type UseDroneControlWsEventParams (line 8) | interface UseDroneControlWsEventParams { function useDroneControlWsEvent (line 11) | function useDroneControlWsEvent (sn: string, payloadSn: string, funcs?: ... FILE: src/components/g-map/use-drone-control.ts function useDroneControl (line 5) | function useDroneControl () { FILE: src/components/g-map/use-manual-control.ts type KeyCode (line 19) | enum KeyCode { function useManualControl (line 30) | function useManualControl (deviceTopicInfo: DeviceTopicInfo, isCurrentFl... FILE: src/components/g-map/use-mqtt.ts type DeviceTopicInfo (line 18) | interface DeviceTopicInfo{ type MessageMqtt (line 24) | type MessageMqtt = (topic: string, payload: Buffer, packet: IPublishPack... function useMqtt (line 26) | function useMqtt (deviceTopicInfo: DeviceTopicInfo) { FILE: src/components/g-map/use-payload-control.ts function usePayloadControl (line 13) | function usePayloadControl () { FILE: src/components/task/use-format-task.ts function useFormatTask (line 6) | function useFormatTask () { FILE: src/components/task/use-task-ws-event.ts type UseTaskWsEventParams (line 6) | interface UseTaskWsEventParams { function useTaskWsEvent (line 12) | function useTaskWsEvent (funcs: UseTaskWsEventParams): void { FILE: src/constants/map.ts type MapElementColor (line 2) | enum MapElementColor { type MapDoodleColor (line 12) | enum MapDoodleColor { type MapElementEnum (line 18) | enum MapElementEnum { type MapDoodleType (line 23) | type MapDoodleType = 'pin' | 'polyline' | 'polygon' | 'off' | 'circle' FILE: src/directives/drag-window.ts function useDragWindowDirective (line 3) | function useDragWindowDirective (app: App): void { FILE: src/directives/index.ts function useDirectives (line 4) | function useDirectives (app: App): void { FILE: src/env.d.ts type ImportMetaEnv (line 4) | interface ImportMetaEnv { FILE: src/event-bus/index.ts type Events (line 3) | type Events = { FILE: src/hooks/use-connect-websocket.ts function useConnectWebSocket (line 10) | function useConnectWebSocket (messageHandler: MessageHandler) { FILE: src/hooks/use-g-map-cover.ts function useGMapCover (line 12) | function useGMapCover () { FILE: src/hooks/use-g-map-tsa.ts function deviceTsaUpdate (line 10) | function deviceTsaUpdate () { FILE: src/hooks/use-g-map.ts function useGMapManage (line 5) | function useGMapManage () { FILE: src/hooks/use-map-tool.ts function useMapTool (line 4) | function useMapTool () { FILE: src/hooks/use-mouse-tool.ts function useMouseTool (line 9) | function useMouseTool () { FILE: src/mqtt/config.ts constant OPTIONS (line 6) | const OPTIONS: IClientOptions = { FILE: src/mqtt/index.ts class UranusMqtt (line 15) | class UranusMqtt extends EventEmitter { method constructor (line 21) | constructor (url?: string, options?: IClientOptions) { FILE: src/plugins/svgBuilder.ts function svgFind (line 10) | function svgFind(e) { method transformIndexHtml (line 43) | transformIndexHtml (dom: String) { FILE: src/root.ts type ComponentCustomProperties (line 3) | interface ComponentCustomProperties { function createInstance (line 12) | function createInstance (App: any): VueApp { function getRoot (line 18) | function getRoot (): ComponentCustomProperties { function getApp (line 22) | function getApp (): VueApp { FILE: src/store/index.ts type RootStateType (line 98) | type RootStateType = ReturnType method SET_LAYER_INFO (line 103) | SET_LAYER_INFO (state, info) { method SET_DEVICE_INFO (line 106) | SET_DEVICE_INFO (state, info) { method SET_GATEWAY_INFO (line 111) | SET_GATEWAY_INFO (state, info) { method SET_DOCK_INFO (line 116) | SET_DOCK_INFO (state, info) { method SET_DRAW_VISIBLE_INFO (line 138) | SET_DRAW_VISIBLE_INFO (state, bool) { method SET_LIVESTREAM_OTHERS_VISIBLE (line 141) | SET_LIVESTREAM_OTHERS_VISIBLE (state, bool) { method SET_LIVESTREAM_AGORA_VISIBLE (line 144) | SET_LIVESTREAM_AGORA_VISIBLE (state, bool) { method SET_MAP_ELEMENT_CREATE (line 147) | SET_MAP_ELEMENT_CREATE (state, info) { method SET_MAP_ELEMENT_UPDATE (line 150) | SET_MAP_ELEMENT_UPDATE (state, info) { method SET_MAP_ELEMENT_DELETE (line 153) | SET_MAP_ELEMENT_DELETE (state, info) { method SET_DEVICE_ONLINE (line 156) | SET_DEVICE_ONLINE (state, info) { method SET_DEVICE_OFFLINE (line 159) | SET_DEVICE_OFFLINE (state, info) { method SET_OSD_VISIBLE_INFO (line 168) | SET_OSD_VISIBLE_INFO (state, info) { method SET_SELECT_WAYLINE_INFO (line 171) | SET_SELECT_WAYLINE_INFO (state, info) { method SET_SELECT_DOCK_INFO (line 174) | SET_SELECT_DOCK_INFO (state, info) { method SET_DEVICE_HMS_INFO (line 177) | SET_DEVICE_HMS_INFO (state, info) { method SET_DEVICES_CMD_EXECUTE_INFO (line 181) | SET_DEVICES_CMD_EXECUTE_INFO (state, info) { // 保存设备指令ws消息推送 method SET_MQTT_STATE (line 200) | SET_MQTT_STATE (state, mqttState) { method SET_CLIENT_ID (line 203) | SET_CLIENT_ID (state, clientId) { method getAllElement (line 209) | async getAllElement ({ commit }) { method updateElement (line 217) | updateElement ({ state }, content: {type: 'is_check' | 'is_select', id: ... method setLayerInfo (line 226) | setLayerInfo ({ state }, layers) { method getLayerInfo (line 243) | getLayerInfo ({ state }, id:string) { type AllStateStoreTypes (line 261) | type AllStateStoreTypes = RootStateType & { function useMyStore (line 265) | function useMyStore () { FILE: src/types/airport-tsa.ts type AirportStorage (line 2) | interface AirportStorage { type CoverStateEnum (line 8) | enum CoverStateEnum { type PutterStateEnum (line 16) | enum PutterStateEnum { type ChargeStateEnum (line 24) | enum ChargeStateEnum { type DroneChargeState (line 29) | interface DroneChargeState { type SupplementLightStateEnum (line 35) | enum SupplementLightStateEnum { type AlarmModeEnum (line 41) | enum AlarmModeEnum { type BatteryStoreModeEnum (line 47) | enum BatteryStoreModeEnum { type DroneBatteryStateEnum (line 53) | enum DroneBatteryStateEnum { type DroneBatteryModeEnum (line 59) | enum DroneBatteryModeEnum { type FourGLinkStateEnum (line 65) | enum FourGLinkStateEnum { type SdrLinkStateEnum (line 71) | enum SdrLinkStateEnum { type LinkWorkModeEnum (line 77) | enum LinkWorkModeEnum { FILE: src/types/device-cmd.ts type DeviceCmd (line 3) | enum DeviceCmd { type DeviceCmdItemAction (line 30) | type DeviceCmdItemAction = AlarmModeEnum | BatteryStoreModeEnum | DroneB... type DeviceCmdItem (line 32) | interface DeviceCmdItem{ type DeviceCmdStatusText (line 176) | enum DeviceCmdStatusText { type DeviceCmdExecuteStatus (line 275) | enum DeviceCmdExecuteStatus { type DeviceCmdExecuteInfo (line 284) | interface DeviceCmdExecuteInfo { type DevicesCmdExecuteInfo (line 304) | interface DevicesCmdExecuteInfo { FILE: src/types/device-firmware.ts type Firmware (line 1) | interface Firmware { type FirmwareStatusEnum (line 13) | enum FirmwareStatusEnum { type FirmwareQueryParam (line 19) | interface FirmwareQueryParam { type FirmwareUploadParam (line 25) | interface FirmwareUploadParam { type DeviceNameEnum (line 31) | enum DeviceNameEnum { FILE: src/types/device-log.ts type DeviceLogUploadStatusEnum (line 5) | enum DeviceLogUploadStatusEnum { type DeviceLogUploadStatus (line 27) | enum DeviceLogUploadStatus { type DeviceLogUploadInfo (line 38) | interface DeviceLogUploadInfo { FILE: src/types/device-setting.ts type NightLightsStateEnum (line 2) | enum NightLightsStateEnum { type DistanceLimitStatusEnum (line 8) | enum DistanceLimitStatusEnum { type DistanceLimitStatus (line 13) | interface DistanceLimitStatus { type ObstacleAvoidanceStatusEnum (line 19) | enum ObstacleAvoidanceStatusEnum { type ObstacleAvoidance (line 24) | interface ObstacleAvoidance { type DeviceSettingKeyEnum (line 31) | enum DeviceSettingKeyEnum { type DeviceSettingType (line 40) | type DeviceSettingType = Record type DeviceSettingFormModel (line 148) | type DeviceSettingFormModel = typeof initDeviceSettingFormModel FILE: src/types/device.ts type DeviceValue (line 6) | interface DeviceValue { type DOMAIN (line 14) | enum DOMAIN { type DRONE_TYPE (line 22) | enum DRONE_TYPE { type PAYLOAD_TYPE (line 31) | enum PAYLOAD_TYPE { type RC_TYPE (line 53) | enum RC_TYPE { type DOCK_TYPE (line 60) | enum DOCK_TYPE { type DEVICE_SUB_TYPE (line 66) | enum DEVICE_SUB_TYPE { constant DEVICE_MODEL_KEY (line 74) | const DEVICE_MODEL_KEY = { constant DEVICE_NAME (line 114) | const DEVICE_NAME = { type ControlSource (line 155) | enum ControlSource { type PayloadInfo (line 160) | interface PayloadInfo { type OnlineDevice (line 170) | interface OnlineDevice { type DeviceFirmwareTypeEnum (line 185) | enum DeviceFirmwareTypeEnum { type DeviceFirmwareStatusEnum (line 191) | enum DeviceFirmwareStatusEnum { type Device (line 212) | interface Device { type DeviceStatus (line 228) | interface DeviceStatus { type OSDVisible (line 240) | interface OSDVisible { type GatewayOsd (line 251) | interface GatewayOsd { type OsdCameraLiveview (line 258) | interface OsdCameraLiveview { type DeviceOsdCamera (line 264) | interface DeviceOsdCamera { type DeviceOsd (line 275) | interface DeviceOsd { type NetworkStateTypeEnum (line 305) | enum NetworkStateTypeEnum { type NetworkStateQualityEnum (line 310) | enum NetworkStateQualityEnum { type RainfallEnum (line 319) | enum RainfallEnum { type DroneInDockEnum (line 326) | enum DroneInDockEnum { type DockBasicOsd (line 330) | interface DockBasicOsd { type DrcStateEnum (line 388) | enum DrcStateEnum { type DockLinkOsd (line 393) | interface DockLinkOsd { type MaintainStatus (line 419) | interface MaintainStatus { type DockWorkOsd (line 426) | interface DockWorkOsd { type DockOsd (line 447) | interface DockOsd { type EModeCode (line 453) | enum EModeCode { type EGear (line 471) | enum EGear { type EDockModeCode (line 484) | enum EDockModeCode { type DeviceHms (line 493) | interface DeviceHms { type DeviceInfoType (line 510) | interface DeviceInfoType { FILE: src/types/drc.ts type DRC_METHOD (line 1) | enum DRC_METHOD { type DroneControlProtocol (line 11) | interface DroneControlProtocol { type DRCOsdInfo (line 20) | interface DRCOsdInfo { type DRCHsiInfo (line 34) | interface DRCHsiInfo { type LiveViewDelayItem (line 56) | interface LiveViewDelayItem { type DRCDelayTimeInfo (line 62) | interface DRCDelayTimeInfo { type DrcResponseInfo (line 67) | interface DrcResponseInfo { FILE: src/types/drone-control.ts type ControlSourceChangeType (line 4) | enum ControlSourceChangeType { type ControlSourceChangeInfo (line 10) | interface ControlSourceChangeInfo { type FlyToPointMessage (line 17) | interface FlyToPointMessage { type TakeoffToPointMessage (line 24) | interface TakeoffToPointMessage { type DrcModeExitNotifyMessage (line 31) | interface DrcModeExitNotifyMessage { type DrcStatusNotifyMessage (line 38) | interface DrcStatusNotifyMessage { type GimbalResetMode (line 71) | enum GimbalResetMode { FILE: src/types/enums.ts type ERouterName (line 1) | enum ERouterName { type EStorageKey (line 27) | enum EStorageKey { type EStatusValue (line 33) | enum EStatusValue { type ELiveStatusValue (line 39) | enum ELiveStatusValue { type EComponentName (line 45) | enum EComponentName { type ELocalStorageKey (line 56) | enum ELocalStorageKey { type EPhotoType (line 69) | enum EPhotoType { type EDownloadOwner (line 75) | enum EDownloadOwner { type EUserType (line 81) | enum EUserType { type EBizCode (line 86) | enum EBizCode { type EDeviceTypeName (line 134) | enum EDeviceTypeName { type EHmsLevel (line 140) | enum EHmsLevel { FILE: src/types/flight-area.ts type EFlightAreaType (line 3) | enum EFlightAreaType { type EGeometryType (line 8) | enum EGeometryType { type EFlightAreaUpdate (line 13) | enum EFlightAreaUpdate { type ESyncStatus (line 19) | enum ESyncStatus { type GeojsonCircle (line 27) | interface GeojsonCircle { type DroneLocation (line 40) | interface DroneLocation { type FlightAreasDroneLocation (line 46) | interface FlightAreasDroneLocation { type FlightAreaContent (line 50) | type FlightAreaContent = GeojsonCircle | GeojsonPolygon type FlightAreaUpdate (line 52) | interface FlightAreaUpdate { type FlightAreaSyncProgress (line 64) | interface FlightAreaSyncProgress { FILE: src/types/live-stream.ts type LiveStreamStatus (line 2) | interface LiveStreamStatus { type GB28181Param (line 14) | interface GB28181Param { type RTSPParam (line 24) | interface RTSPParam { type LiveConfigParam (line 30) | interface LiveConfigParam { type EVideoPublishType (line 35) | enum EVideoPublishType { type ELiveTypeValue (line 41) | enum ELiveTypeValue { type ELiveTypeName (line 49) | enum ELiveTypeName { type CameraMode (line 57) | enum CameraMode { type VideoType (line 63) | enum VideoType { type CameraType (line 71) | enum CameraType { type VideoListItem (line 88) | interface VideoListItem { type CameraListItem (line 94) | interface CameraListItem { type DeviceListItem (line 107) | interface DeviceListItem { FILE: src/types/map-enum.ts type MapDoodleEnum (line 1) | enum MapDoodleEnum { FILE: src/types/map.d.ts type MapGeographicPosition (line 2) | interface MapGeographicPosition { type LayerType (line 7) | enum LayerType { type pinAMapPosition (line 12) | interface pinAMapPosition { type ResourceStatus (line 19) | enum ResourceStatus { type GeojsonCoordinate (line 23) | type GeojsonCoordinate = [number, number, number?] type GeojsonLine (line 25) | interface GeojsonLine { type GeojsonPolygon (line 37) | interface GeojsonPolygon { type GeojsonPoint (line 48) | interface GeojsonPoint { type GeojsonFeature (line 59) | type GeojsonFeature = GeojsonLine | GeojsonPolygon | GeojsonPoint type ResourceObjectBasic (line 61) | interface ResourceObjectBasic { type PinResource (line 67) | interface PinResource extends ResourceObjectBasic { type ResourceObject (line 72) | type ResourceObject = PinResource type LayerElevationLoadStatus (line 73) | enum LayerElevationLoadStatus { type LayerResource (line 78) | interface LayerResource { type Layer (line 88) | interface Layer { FILE: src/types/mapLayer.ts type mapLayerStyle (line 3) | interface mapLayerStyle { type mapLayerChildren (line 7) | interface mapLayerChildren { type mapLayerChildrenObj (line 13) | interface mapLayerChildrenObj { type DropEvent (line 21) | interface DropEvent { type mapLayer (line 33) | interface mapLayer { type elementGroupsReq (line 41) | interface elementGroupsReq{ type PostElementsBody (line 45) | interface PostElementsBody { type Color (line 65) | interface Color { type GeoType (line 72) | enum GeoType { type ResourceStatus (line 77) | enum ResourceStatus { type LayerElevationLoadStatus (line 82) | enum LayerElevationLoadStatus { type PutElementsBody (line 86) | interface PutElementsBody { type LayerType (line 93) | enum LayerType { FILE: src/types/task.ts type TaskType (line 4) | enum TaskType { type OutOfControlAction (line 23) | enum OutOfControlAction { type TaskStatus (line 42) | enum TaskStatus { type TaskProgressStatus (line 71) | enum TaskProgressStatus { type TaskProgressInfo (line 83) | interface TaskProgressInfo { type MediaStatus (line 112) | enum MediaStatus { // 媒体上传进度 type MediaStatusProgressInfo (line 134) | interface MediaStatusProgressInfo { type TaskMediaHighestPriorityProgressInfo (line 141) | interface TaskMediaHighestPriorityProgressInfo { FILE: src/types/wayline.ts type WaylineType (line 2) | enum WaylineType { type WaylineFile (line 7) | interface WaylineFile { FILE: src/use-common-components.ts method install (line 8) | install (app: App): void { FILE: src/utils/bytes.ts function bytesToSize (line 10) | function bytesToSize (bytes: number, holder = DEFAULT_PLACEHOLDER, fix =... function getBytesObject (line 27) | function getBytesObject (bytes: number, holder = DEFAULT_PLACEHOLDER, fi... function bytesToSizeWithMinUnit (line 63) | function bytesToSizeWithMinUnit (bytes: number, minUnit = 'B', fix = 1):... FILE: src/utils/common.ts function downloadFile (line 6) | function downloadFile (data: Blob, fileName: string) { FILE: src/utils/constants.ts constant DEFAULT_PLACEHOLDER (line 2) | const DEFAULT_PLACEHOLDER = '--' // 默认占位符 constant DATE_FORMAT (line 5) | const DATE_FORMAT = 'YYYY-MM-DD HH:mm:ss' constant DATE_FORMAT_MINUTE (line 6) | const DATE_FORMAT_MINUTE = 'YYYY-MM-DD HH:mm' constant DATE_FORMAT_DAY (line 7) | const DATE_FORMAT_DAY = 'YYYY-MM-DD' constant TIME_FORMAT (line 8) | const TIME_FORMAT = 'HH:mm:ss' constant TIME_FORMAT_MINUTE (line 9) | const TIME_FORMAT_MINUTE = 'HH:mm' constant DATE_FORMAT_MM (line 10) | const DATE_FORMAT_MM = 'MM-DD HH:mm' constant SIZES (line 12) | const SIZES = ['B', 'K', 'M', 'G', 'T', 'P', 'E', 'Z', 'Y'] constant BYTE_SIZES (line 13) | const BYTE_SIZES = ['B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'] constant PAGE_SIZE_OPTIONS (line 14) | const PAGE_SIZE_OPTIONS = ['20', '50', '100'] constant PAGE_SIZE (line 15) | const PAGE_SIZE = 50 FILE: src/utils/data-process.ts function formatPhoneNum (line 1) | function formatPhoneNum (phoneNum: string | number) { FILE: src/utils/device-cmd.ts function updateDeviceCmdInfoByOsd (line 14) | function updateDeviceCmdInfoByOsd (cmdList: DeviceCmdItem[], deviceInfo:... function getDroneState (line 52) | function getDroneState (cmdItem: DeviceCmdItem, droneProperties: any) { function getCoverState (line 69) | function getCoverState (cmdItem: DeviceCmdItem, airportProperties: any) { function getPutterState (line 88) | function getPutterState (cmdItem: DeviceCmdItem, airportProperties: any) { function getChargeState (line 106) | function getChargeState (cmdItem: DeviceCmdItem, airportProperties: any) { function deviceFormat (line 126) | function deviceFormat (cmdItem: DeviceCmdItem, airportProperties: any) { function droneFormat (line 133) | function droneFormat (cmdItem: DeviceCmdItem, droneProperties: any) { function getAirportStorage (line 144) | function getAirportStorage (storage: AirportStorage) { function getBytes (line 156) | function getBytes (bytes: number, index: number, fixed = 1) { function getSupplementLightState (line 161) | function getSupplementLightState (cmdItem: DeviceCmdItem, airportPropert... function getAlarmState (line 179) | function getAlarmState (cmdItem: DeviceCmdItem, airportProperties: any) { function getBatteryStoreMode (line 193) | function getBatteryStoreMode (cmdItem: DeviceCmdItem, airportProperties:... function getDroneBatteryMode (line 207) | function getDroneBatteryMode (cmdItem: DeviceCmdItem, airportProperties:... function getSdrWorkNode (line 228) | function getSdrWorkNode (cmdItem: DeviceCmdItem, airportProperties: any) { function exchangeDeviceCmd (line 245) | function exchangeDeviceCmd (cmdItem: DeviceCmdItem) { function updateDeviceCmdInfoByExecuteInfo (line 276) | function updateDeviceCmdInfoByExecuteInfo (cmdList: DeviceCmdItem[], dev... function isExecuteFailed (line 521) | function isExecuteFailed (status: DeviceCmdExecuteStatus) { FILE: src/utils/device-setting.ts function updateDeviceSettingInfoByOsd (line 14) | function updateDeviceSettingInfoByOsd (deviceSetting: DeviceSettingType,... function updateDeviceSettingFormModelByOsd (line 138) | function updateDeviceSettingFormModelByOsd (deviceSettingFormModelFromOs... FILE: src/utils/download.ts function urlToImage (line 6) | function urlToImage (url: string) { type CompressImageData (line 15) | interface CompressImageData { function compressImage (line 19) | function compressImage (imgToCompress: HTMLImageElement, targetWidth: nu... function download (line 71) | function download (url: string, fileName = ''): void { FILE: src/utils/error-code/index.ts type ErrorCode (line 1) | interface ErrorCode { function getErrorMessage (line 12) | function getErrorMessage (code: number, errorMsg?: string): string { constant ERROR_CODE (line 18) | const ERROR_CODE = [ FILE: src/utils/genjson.ts type GeojsonCoordinate (line 5) | type GeojsonCoordinate = [number, number, number?] type GeojsonLine (line 7) | interface GeojsonLine { type GeojsonPolygon (line 19) | interface GeojsonPolygon { type GeojsonPoint (line 30) | interface GeojsonPoint { type GeojsonCircle (line 42) | interface GeojsonCircle { type GeojsonFeature (line 55) | type GeojsonFeature = GeojsonLine | GeojsonPolygon | GeojsonPoint | Geoj... function geographic2Coordinate (line 57) | function geographic2Coordinate (position: MapGeographicPosition): Geojso... function generateLine (line 63) | function generateLine (coordinates: MapGeographicPosition[], properties:... function generatePolygon (line 74) | function generatePolygon (coordinates: MapGeographicPosition[], properti... function generatePoint (line 85) | function generatePoint (position: MapGeographicPosition, properties: Geo... function generateCircle (line 96) | function generateCircle (position: MapGeographicPosition, properties: Ge... FILE: src/utils/layer-tree.ts type LayerTreeType (line 2) | type LayerTreeType = (typeof layerTreeTypes)[number] function getLayerTreeKey (line 5) | function getLayerTreeKey (type: LayerTreeType, id: number | string) { function isLayerTreeKey (line 9) | function isLayerTreeKey (key: string, type?: LayerTreeType) { function getIdFromLayerTreeKey (line 17) | function getIdFromLayerTreeKey (key: string) { FILE: src/utils/logger.ts function consoleLog (line 6) | function consoleLog (...args: Parameters) { function consoleWarn (line 12) | function consoleWarn (...args: Parameters) { function consoleError (line 18) | function consoleError (...args: Parameters) { function testEnvLog (line 24) | function testEnvLog (...args: Parameters) { FILE: src/utils/map-layer-utils.ts function getPinPosition (line 4) | function getPinPosition (pinAMapPosition: pinAMapPosition):MapGeographic... function generatePointContent (line 8) | function generatePointContent (pinAMapPosition: pinAMapPosition) { function getLieOrPolyPosition (line 18) | function getLieOrPolyPosition (mapPosition: pinAMapPosition[]):MapGeogra... function generateLineContent (line 25) | function generateLineContent (mapPosition: pinAMapPosition[]) { function generatePolyContent (line 36) | function generatePolyContent (mapPosition: pinAMapPosition[]) { function generateCircleContent (line 46) | function generateCircleContent (pinAMapPosition: pinAMapPosition, radius... FILE: src/utils/storage.ts function getStorageData (line 6) | function getStorageData (key: EStorageKey, parse?: boolean): any { function clearStorageData (line 21) | function clearStorageData (key: EStorageKey | EStorageKey[]) { method save (line 34) | save (key: EStorageKey, value: string) { FILE: src/utils/time.ts function formatDateTime (line 8) | function formatDateTime (time: string | number, format = DATE_FORMAT) { function formatUnixTime (line 13) | function formatUnixTime (time: number, format = DATE_FORMAT): string { FILE: src/utils/uuid.ts function uuidv4 (line 1) | function uuidv4 () { FILE: src/vendors/coordtransform.js function wgs84togcj02 (line 16) | function wgs84togcj02(lng, lat) { function gcj02towgs84 (line 41) | function gcj02towgs84(lng, lat) { function transformlat (line 61) | function transformlat(lng, lat) { function transformlng (line 69) | function transformlng(lng, lat) { function out_of_china (line 83) | function out_of_china(lng, lat) { FILE: src/vendors/srs.sdk.js function SrsError (line 10) | function SrsError(name, message) { function SrsRtcPublisherAsync (line 20) | function SrsRtcPublisherAsync() { function SrsRtcPlayerAsync (line 275) | function SrsRtcPlayerAsync() { function SrsRtcWhipWhepAsync (line 515) | function SrsRtcWhipWhepAsync() { function SrsRtcFormatSenders (line 653) | function SrsRtcFormatSenders(senders, kind) { FILE: src/websocket/index.ts type WebSocketOptions (line 5) | interface WebSocketOptions { type MessageHandler (line 11) | interface MessageHandler { type CommonHostWs (line 15) | interface CommonHostWs { class ConnectWebSocket (line 24) | class ConnectWebSocket { method constructor (line 30) | constructor (url: string) { method initSocket (line 37) | initSocket () { method _onOpen (line 60) | _onOpen () { method _onClose (line 64) | _onClose () { method _onError (line 68) | _onError () { method registerMessageHandler (line 72) | registerMessageHandler (messageHandler: MessageHandler) { method _onMessage (line 76) | _onMessage (msg: MessageEvent) { method close (line 86) | close () { FILE: src/websocket/util/config.ts function getWebsocketUrl (line 4) | function getWebsocketUrl () {