WO2021056343A1 - 显示界面控制方法、通信控制方法、系统及控制终端 - Google Patents

显示界面控制方法、通信控制方法、系统及控制终端 Download PDF

Info

Publication number
WO2021056343A1
WO2021056343A1 PCT/CN2019/108220 CN2019108220W WO2021056343A1 WO 2021056343 A1 WO2021056343 A1 WO 2021056343A1 CN 2019108220 W CN2019108220 W CN 2019108220W WO 2021056343 A1 WO2021056343 A1 WO 2021056343A1
Authority
WO
WIPO (PCT)
Prior art keywords
control
control component
component
component container
view
Prior art date
Application number
PCT/CN2019/108220
Other languages
English (en)
French (fr)
Inventor
刘微
盛欣哲
萧澄毅
邹成
陈童
吴洪强
Original Assignee
深圳市大疆创新科技有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 深圳市大疆创新科技有限公司 filed Critical 深圳市大疆创新科技有限公司
Priority to CN201980033696.9A priority Critical patent/CN112219188A/zh
Priority to PCT/CN2019/108220 priority patent/WO2021056343A1/zh
Publication of WO2021056343A1 publication Critical patent/WO2021056343A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Definitions

  • This application relates to the field of control technology, and in particular to a display interface control method, communication control method, system, and control terminal.
  • GUI software is mostly implemented using the MVVM (Model View ViewModel) framework.
  • the MVVM framework divides a software module into View, ViewModel, and Model. Among them, the View layer is responsible for the display of the user interface, and the ViewModel layer Responsible for converting raw data into data that can be used by the View layer, and the Model layer is responsible for saving the original data.
  • the mobile platform control software is also implemented using the MVVM framework, but the mobile platform control software often has many software modules at the same time. When the mobile platform control software is started, all software modules need to be loaded, which takes a long time to load, and the user experience is not good. .
  • the present application provides a display interface control method, communication control method, system, and control terminal, which aim to increase the loading speed of the display interface and improve user experience.
  • this application provides a display interface control method, including:
  • control component container configuration data includes configuration data of at least one control component container, and the control component container configuration data For controlling the display interface to load and display the control components in the control component container;
  • control component configuration data corresponding to each control component container, where the control component configuration data includes configuration data of at least one control component, and the control component configuration data can be determined by the control component container configuration data.
  • this application provides a communication control method, including:
  • a communication instruction between view components and determine multiple view components to be communicated according to the communication instruction, where the view component is one of a control window, a control component container, and a control component, and the communication instruction Used to control communication between multiple view components to be communicated;
  • a communication forwarding component is determined, wherein the communication forwarding component is one of a control window and a control component container, and the communication forwarding component is used to forward communication between multiple view components.
  • the present application also provides a control terminal, the control terminal including a memory, a processor, and a display device;
  • the memory is used to store a computer program
  • the processor is configured to execute the computer program and, when executing the computer program, implement the following steps:
  • control component container configuration data includes configuration data of at least one control component container, and the control component container configuration data Used for loading and displaying the control components in the control component container through the display device controlling the display interface;
  • control component configuration data corresponding to each control component container, where the control component configuration data includes configuration data of at least one control component, and the control component configuration data can be determined by the control component container configuration data.
  • the present application also provides a control terminal, the control terminal including a memory, a processor, and a display device;
  • the memory is used to store a computer program
  • the processor is configured to execute the computer program and, when executing the computer program, implement the following steps:
  • a communication instruction between view components and determine multiple view components to be communicated according to the communication instruction, where the view component is one of a control window, a control component container, and a control component, and the communication instruction Used to control communication between multiple view components to be communicated;
  • a communication forwarding component is determined, wherein the communication forwarding component is one of a control window and a control component container, and the communication forwarding component is used to forward communication between multiple view components.
  • the present application provides a display interface control system, the display interface control system includes a processor, and the processor is configured to implement the display interface control method as described above.
  • the present application provides a communication control system, the communication control system includes a processor, and the processor is configured to implement the communication control method described above.
  • the present application also provides a computer-readable storage medium, the computer-readable storage medium stores a computer program, and when the computer program is executed by a processor, the processor realizes the display interface as described above. Control method, or implement the communication control method as described above.
  • the embodiment of the application provides a display interface control method, communication control method, system and control terminal.
  • the control window to which the control component container belongs, the configuration data of the control component container, and the configuration data of the control component can be loaded and displayed for controlling the
  • the display interface of the mobile platform does not need to load all the control windows, control component containers and control components, which greatly reduces the loading time and improves the user experience.
  • FIG. 1 is a schematic structural diagram of a control terminal that implements a display interface control method provided by an embodiment of the present application.
  • FIG. 2 is a schematic flowchart of steps of a display interface control method provided by an embodiment of the present application
  • FIG. 3 is a schematic flowchart of steps of another display interface control method provided by an embodiment of the present application.
  • FIG. 4 is a schematic flow chart of the steps of yet another display interface control method provided by an embodiment of the present application.
  • FIG. 5 is a schematic flowchart of steps of a communication control method provided by an embodiment of the present application.
  • FIG. 6 is a schematic flowchart of the steps of another communication control method provided by an embodiment of the present application.
  • FIG. 7 is a schematic block diagram of the structure of a control terminal according to an embodiment of the present application.
  • FIG. 8 is a schematic block diagram of the structure of a display interface control system provided by an embodiment of the present application.
  • Fig. 9 is a schematic block diagram of a communication control system provided by an embodiment of the present application.
  • FIG. 1 is a schematic structural diagram of a control terminal that implements a display interface control method provided by an embodiment of the present application.
  • the control terminal 100 includes a display device 101, which is used for loading and The display interface of the display control terminal 100 is displayed.
  • the display device 101 may be a liquid crystal display or a touch display.
  • the control terminal 100 includes a remote control, a ground control platform, a mobile phone, a tablet computer, a notebook computer, a PC computer, and the like.
  • Movable platforms include unmanned aerial vehicles, handheld pan-tilts, pan-tilt carts, etc.
  • the UAV can be a rotary-wing UAV, such as a quadrotor UAV, a six-rotor UAV, an eight-rotor UAV, a fixed-wing UAV, or a rotary-wing UAV and a fixed-wing UAV. The combination of is not limited here.
  • FIG. 2 is a schematic flowchart of steps of a method for controlling a display interface according to an embodiment of the present application.
  • the display interface control method can be applied to a control terminal to control the display interface in the control terminal.
  • the display interface control method includes step S101 to step S103.
  • the model identifier of the movable platform is used to uniquely identify the model of the movable platform.
  • the display interface of the control terminal includes a control window, a control component container, and a control component.
  • the control window is a first-person perspective control window
  • the control component container is a first-person
  • the perspective control component container, the control component is a first-person perspective control component.
  • First-person viewing angle control window Control terminal first-person viewing angle interface, covering the full-screen transparent window, and arranged according to the pre-designed hierarchy, used as the container of the "first-person viewing angle control component container" and providing layering.
  • First-person perspective control component container The container used to place the “first-person perspective control component” on the “first-person perspective control window” to realize the interface layout, loading and destruction of the “first-person perspective control component”, as well as to realize different models
  • the mobile platform loads different "first-person view control components" functions.
  • First-person view control component The smallest, independently-running, user-visible control component, loaded on the "first-person view control component container".
  • the control terminal obtains the model identifier of the movable platform, and obtains the control component container configuration data corresponding to the model identifier, wherein the control component container configuration data includes configuration data of at least one control component container, and the control component container configuration data is used to control the display
  • the interface loads and displays the control components in the control component container.
  • the control terminal obtains a pre-stored mapping relationship table between the model identifier and the control component container configuration data, and obtains the control component container configuration data corresponding to the model identifier according to the mapping relationship table and the model identifier, that is, Query the mapping table to obtain the control component container configuration data corresponding to the model identifier of the movable platform.
  • the mapping relationship table between the above-mentioned pre-stored model identifier and the control component container configuration data can be set based on actual conditions, which is not specifically limited in this application.
  • the mapping relationship table between the model identifier and the control component container configuration data can facilitate the control terminal to quickly obtain the corresponding control component container configuration data.
  • control terminal it is detected whether the control terminal and the movable platform have established a communication connection. If the control terminal has established a communication connection with the movable platform, the control terminal obtains the model identifier of the movable platform on which the communication connection has been established; If a communication connection between the terminal and the mobile platform is not established, the control terminal obtains a list of historical communication connections, where the historical communication connection list includes a plurality of model identifiers of the mobile platforms that have been previously connected to each other; and each of the historical communication connection lists is obtained.
  • the communication connection time point of each movable platform determines the movable platform to be connected to the communication connection, and obtain the model identification of the movable platform to be connected to the communication connection list from the historical communication connection list symbol.
  • the model identifier of the mobile platform can be obtained according to the historical communication connection in the past, so that the control terminal can load the corresponding display interface in time to improve user experience.
  • control terminal obtains the control component container configuration data corresponding to the model identifier from the local disk.
  • the control terminal can obtain the configuration data of the control component container even without a network, which facilitates subsequent loading of the corresponding display interface.
  • obtaining the control component container configuration data corresponding to the model identifier from the cloud server is specifically: the control terminal generates a data acquisition request carrying the model identifier, and sends the data acquisition request to the cloud server, The cloud server obtains the corresponding control component container configuration data based on the model identifier in the data acquisition request, and returns the control component container configuration data to the control terminal, and the control terminal receives the control component container configuration data returned by the cloud server .
  • the control terminal After obtaining the control component container configuration data, the control terminal obtains the control component configuration data corresponding to each control component container, that is, obtains the container identifier corresponding to each control component container from the control component container configuration data, and according to each The container identifier corresponding to the control component container obtains the control component configuration data corresponding to each control component container.
  • the control component configuration data includes configuration data of at least one control component, and the control component configuration data can be determined by the control component container configuration data, and is used to adjust the display of the control component on the display interface.
  • the control terminal obtains the control component configuration data corresponding to each control component container from the local disk, or obtains the control component configuration data corresponding to each control component container from the cloud server.
  • the control terminal can obtain the configuration data of the control component even without a network, which is convenient for subsequent loading of the corresponding display interface.
  • the configuration data of the control component is the latest configuration data of the control component, which realizes the timely update of the display interface and improves the user experience.
  • S103 Determine the control window to which each control component container belongs, and load and display the display according to the control window to which each control component container belongs, the control component container configuration data, and the control component configuration data. interface.
  • the control terminal determines the control window to which each control component container belongs, that is, determines the control window used to load the control component container; according to the control window to which each control component container belongs, the control component container configuration data, and the control component configuration data, load and display Corresponding display interface.
  • the display interface for controlling the movable platform can be loaded and displayed through the control window to which the control component container belongs, the configuration data of the control component container, and the configuration data of the control component.
  • the control terminal obtains the control component container identifier corresponding to each control component container from the control component container configuration data, wherein the control component container identifier is used to uniquely identify the control component container; and the preset The control component container identifier set corresponding to each control window, wherein the control component container identifier set includes multiple control component container identifiers; according to the control component container identifier corresponding to each control component container and each control window Each corresponding control component container identifier set determines the control window to which each control component container belongs. Through the control component container identifier and the control component container identifier set, the control window to which the control component container belongs can be accurately and quickly determined.
  • control terminal compares the control component container identifier of the control component container with the control component container identifier corresponding to each control window and each control component container identifier in the set of control component container identifiers, and obtains the control component container identifier through the comparison result.
  • the control component container identifier set of the control component container identifier of the control component container, and the control window corresponding to the acquired control component container identifier set is used as the control window to which the control component container belongs.
  • the control terminal creates a control component container corresponding to the configuration data of each control component container according to the configuration data of each control component container in the control component container configuration data; generates the created control component container according to the control component configuration data
  • Each control component container corresponds to multiple control components; according to each control component that has been generated, each control component container that has been created, and the control window to which each control component container belongs, the corresponding display interface is loaded and displayed, That is, load and display the control window to which each control component container belongs in the blank display interface, and load and display the created corresponding control component container in each control window that has been displayed.
  • the component container loads and displays the generated corresponding control component, thereby loading and displaying the corresponding display interface.
  • the display interface control method provided by the above embodiments can load and display the display interface for controlling the movable platform by controlling the control window to which the component container belongs, the configuration data of the control component container, and the configuration data of the control component, without loading all
  • the control window, control component container and control component greatly reduce loading time and improve user experience.
  • FIG. 3 is a schematic flowchart of steps of another display interface control method provided by an embodiment of the present application.
  • the display interface control method includes steps S201 to S206.
  • the control terminal obtains the model identifier of the movable platform, and obtains the control component container configuration data corresponding to the model identifier, wherein the control component container configuration data includes configuration data of at least one control component container, and the control component container configuration data is used to control the display
  • the interface loads and displays the control components in the control component container.
  • the control terminal After obtaining the control component container configuration data, the control terminal obtains the control component configuration data corresponding to each control component container, that is, obtains the container identifier corresponding to each control component container from the control component container configuration data, and according to each The container identifier corresponding to the control component container obtains the control component configuration data corresponding to each control component container.
  • the control component configuration data includes configuration data of at least one control component, and the control component configuration data can be determined by the control component container configuration data, and is used to adjust the display of the control component on the display interface.
  • the control terminal determines the control window to which each control component container belongs, that is, determines the control window used to load the control component container, specifically: the control terminal obtains the control component container corresponding to each control component container from the control component container configuration data Identifier, where the control component container identifier is used to uniquely identify the control component container; the preset control component container identifier set corresponding to each control window is acquired, wherein the control component container identifier set includes multiple control component containers Identifier: According to the control component container identifier corresponding to each control component container and the control component container identifier set corresponding to each control window, determine the control window to which each control component container belongs.
  • S203 Load and display the display interface according to the control window to which each control component container belongs, the control component container configuration data, and the control component configuration data.
  • the control terminal determines the control window to which each control component container belongs, that is, determines the control window used to load the control component container; according to the control window to which each control component container belongs, the control component container configuration data, and the control component configuration data, load and display Corresponding display interface.
  • the display interface for controlling the movable platform can be loaded and displayed through the control window to which the control component container belongs, the configuration data of the control component container, and the configuration data of the control component.
  • the control terminal acquires the user's touch operation on the display interface, determines the layout operation of the display interface according to the acquired user's touch operation on the display interface, and generates the corresponding layout operation in response to the layout operation acquired by the display interface event.
  • the layout operation is used to adjust the layout of each control component container in the display interface.
  • the control terminal obtains the touch control of the touch operation, and obtains the control identifier of the touch control.
  • the control identifier is used to uniquely identify the control; it is determined whether the control identifier of the touch control is located in the preset state.
  • the control identifier set includes at least one control identifier; if the control identifier of the touch control is in the preset control identifier set, the layout operation corresponding to the control identifier is obtained. It should be noted that the aforementioned preset control identifier set can be set based on actual conditions, which is not specifically limited in this application.
  • the control terminal After the control terminal generates the layout operation event, it determines the target control component container according to the layout operation event. Specifically, it obtains the event identifier of the layout operation event, and traverses each control component container in the display interface to obtain the The control component container associated with the event identifier, and the control component container associated with the event identifier is used as the target control component container.
  • the target control component container is the control component container for which the layout operation is to be performed
  • the event identifier is used to uniquely identify the layout operation event.
  • the event identifier of the layout operation event can accurately determine the control component container for the layout operation to be executed.
  • S206 Determine the target control window to which the target control component container belongs, and process the layout operation through the target control window.
  • the control terminal determines the control window to which the target control component container belongs, and processes the layout operation through the control window to which the target control component container belongs, that is, through the control window to which the target control component container belongs, based on the layout operation, The layout of the target control component container is adjusted.
  • the target control window is a control window used to process layout operations.
  • the control terminal adjusts the value of the status flag of the target control component container. Among them, the status flag is used to indicate the state of the control component container, and the status flags with different values indicate different states.
  • the control terminal obtains the control component container identifier of the target control component container, and determines the control component container identifier set to which the control component container identifier belongs; the control window corresponding to the control component container identifier set is used as The target control window to which the target control component container belongs. There is a corresponding relationship between the control component container identifier set and the control window, and the control window to which the control component container belongs can be determined through the control component container identifier set.
  • the control terminal merges the layout operations of multiple target control component containers through the target control window, and processes the layout operations of the merged multiple target control component containers to adjust the control components in the display interface
  • the layout of the container is all the same layout operations.
  • the display interface control method provided by the above embodiments can load and display the display interface for controlling the movable platform by controlling the control window to which the component container belongs, the configuration data of the control component container, and the configuration data of the control component, without loading all
  • the control window, control component container and control component of the control component greatly reduce the loading time.
  • the target control window to which the control component container corresponding to the layout operation event belongs can be used to control the layout operation event.
  • the layout adjustment of the control component container can quickly adjust the layout of the display interface and improve the user experience.
  • FIG. 4 is a schematic flowchart of the steps of yet another display interface control method provided by an embodiment of the present application.
  • the display interface control method includes steps S301 to S305.
  • S301 Obtain a model identifier of the movable platform, and acquire control component container configuration data corresponding to the model identifier.
  • the control terminal obtains the model identifier of the movable platform, and obtains the control component container configuration data corresponding to the model identifier, wherein the control component container configuration data includes configuration data of at least one control component container, and the control component container configuration data is used to control the display
  • the interface loads and displays the control components in the control component container.
  • the control terminal After obtaining the control component container configuration data, the control terminal obtains the control component configuration data corresponding to each control component container, that is, obtains the container identifier corresponding to each control component container from the control component container configuration data, and according to each The container identifier corresponding to the control component container obtains the control component configuration data corresponding to each control component container.
  • the control component configuration data includes configuration data of at least one control component, and the control component configuration data can be determined by the control component container configuration data, and is used to adjust the display of the control component on the display interface.
  • the control terminal determines the control window to which each control component container belongs, that is, determines the control window used to load the control component container, specifically: the control terminal obtains the control component container corresponding to each control component container from the control component container configuration data Identifier; obtain the preset control component container identifier set corresponding to each control window; according to the control component container identifier corresponding to each control component container and the control component container identifier set corresponding to each control window, Determine the control window to which each control component container belongs.
  • the control terminal determines the control window to which each control component container belongs, that is, determines the control window used to load the control component container; according to the control window to which each control component container belongs, the control component container configuration data, and the control component configuration data, load and display Corresponding display interface.
  • the display interface for controlling the movable platform can be loaded and displayed through the control window to which the control component container belongs, the configuration data of the control component container, and the configuration data of the control component.
  • the control terminal When the view components in the display interface of the control terminal need to communicate, the control terminal generates corresponding communication instructions based on the multiple view components to be communicated, so as to obtain the communication instructions between the view components.
  • the view component is one of a control window, a control component container, and a control component, and the communication instruction is used to control a plurality of view components to be communicated to communicate.
  • communication between view components includes communication between view components of the same type, for example, communication between at least two control windows, communication between at least two control component containers, and at least two control components
  • the communication between also includes the communication between different types of view components, for example, the communication between the control window and the control component container, the communication between the control window and the control component, and the communication between the control component container and the control component .
  • the control terminal obtains the first view component identifier from the communication instruction, and obtains the second view component identifier associated with the first view component identifier; and the view component corresponding to the first view component identifier and The view component corresponding to each second view component identifier is used as the view component to be communicated.
  • the view component identifier is used to uniquely identify the view component. It should be noted that the association relationship between the first view component identifier and the second view component identifier can be set based on actual conditions, which is not specifically limited in this application. Through the view component identifier in the communication instruction, multiple view components to be communicated can be quickly determined.
  • the control terminal After determining the multiple view components, the control terminal determines the communication forwarding component according to the multiple view components to be communicated.
  • the communication forwarding component is one of a control window and a control component container, and the communication forwarding component is used to forward communication data between multiple view components to be communicated.
  • the control terminal obtains the level information of the pre-stored view component tree, and obtains the level identifier of each view component of the multiple view components to be communicated; according to the level information and each view of the multiple view components to be communicated The level identifier of the component. Select a view component from the view component tree as the communication forwarding component.
  • the view component tree includes each view component in the display interface
  • the level information includes the level identifier of each view component in the view component tree
  • the level identifier is used to uniquely identify the view component in the view component tree.
  • Level Through the hierarchical identifier of each view component among the multiple view components to be communicated and the pre-stored hierarchical information of the view component tree, the communication forwarding component can be determined accurately and quickly.
  • the method for the control terminal to select a view component from the view component tree as the communication forwarding component according to the level information and the level identifier of each view component among the multiple view components to be communicated is specifically as follows:
  • the hierarchical identifier of each view component in multiple view components determine the view component of the upper layer corresponding to each view component of the multiple view components, and determine whether each view component corresponds to the view component of the upper layer Same, if each view component corresponds to the upper layer view component is the same, then the upper layer view component corresponding to each view component is used as the communication forwarding component; if each view component corresponds to the upper layer view component If there is at least one view component corresponding to the upper level of the view component is different, the view component tree is traversed until the view component to which the multiple view components to be communicated is obtained, and the obtained view component is used as Communication forwarding component.
  • the level of the parent control window is higher than that of the other control windows
  • the level of the control window is higher than the level of the control component container
  • the level of the control component container is higher than the level of the control component
  • the view component of the upper level of the control component is the control The component container
  • the upper level view component of the control component container is the control window
  • the upper level view component of the control window is the parent control window
  • the parent control window is the root node of the view component tree.
  • the control component container to which the two control components belong is used as the communication forwarding component ;
  • the control window to which the two control components belong is used as the communication forwarding component;
  • the root node of the view component tree, that is, the parent control window is used as the communication forwarding component;
  • one of the two view components is the control component, and the other is the control component container.
  • the control window to which the control component container belongs is used as the communication forwarding component;
  • the root node of the view component tree, that is, the parent control window As a communication forwarding component;
  • the root node of the view component tree, that is, the parent control window is used as the communication forwarding component.
  • S306 Based on the communication forwarding component, forward the communication data between the multiple view components according to the communication instruction.
  • the control terminal After determining the communication forwarding component, the control terminal forwards the communication data between the multiple view components based on the communication forwarding component according to the communication instruction.
  • the view components to be communicated are view component A and view component B
  • the communication forwarding component is view component C
  • view component C receives communication data sent by view component A and forwards the communication data to view component B
  • view component C receives the communication data sent by view component B, and forwards the communication data to view component A.
  • the display interface control method provided by the above embodiments can load and display the display interface for controlling the movable platform by controlling the control window to which the component container belongs, the configuration data of the control component container, and the configuration data of the control component, without loading all
  • the control window, control component container and control component greatly reduce the loading time.
  • the communication data between multiple view components is forwarded through the communication forwarding component, so that each view component can be decoupled, effectively reducing complexity, It is easy to maintain and greatly improves user experience.
  • FIG. 5 is a schematic flowchart of steps of a communication control method provided by an embodiment of the present application.
  • the display interface control method includes steps S401 to S403.
  • S401 Acquire a communication instruction between view components, and determine multiple view components to be communicated according to the communication instruction.
  • the control terminal When the view components in the display interface of the control terminal need to communicate, the control terminal generates corresponding communication instructions based on the multiple view components to be communicated, so as to obtain the communication instructions between the view components.
  • the view component is one of a control window, a control component container, and a control component, and the communication instruction is used to control a plurality of view components to be communicated to communicate.
  • communication between view components includes communication between view components of the same type, for example, communication between at least two control windows, communication between at least two control component containers, and at least two control components
  • the communication between also includes the communication between different types of view components, for example, the communication between the control window and the control component container, the communication between the control window and the control component, and the communication between the control component container and the control component .
  • the control terminal obtains the first view component identifier from the communication instruction, and obtains the second view component identifier associated with the first view component identifier; and the view component corresponding to the first view component identifier and The view component corresponding to each second view component identifier is used as the view component to be communicated.
  • the view component identifier is used to uniquely identify the view component. It should be noted that the association relationship between the first view component identifier and the second view component identifier can be set based on actual conditions, which is not specifically limited in this application. Through the view component identifier in the communication instruction, multiple view components to be communicated can be quickly determined.
  • S402 Determine a communication forwarding component according to the multiple view components to be communicated.
  • the control terminal After determining the multiple view components, the control terminal determines the communication forwarding component according to the multiple view components to be communicated.
  • the communication forwarding component is one of a control window and a control component container, and the communication forwarding component is used to forward communication data between multiple view components to be communicated.
  • the control terminal obtains the level information of the pre-stored view component tree, and obtains the level identifier of each view component of the multiple view components to be communicated; according to the level information and each view of the multiple view components to be communicated The level identifier of the component. Select a view component from the view component tree as the communication forwarding component.
  • the view component tree includes each view component in the display interface
  • the level information includes the level identifier of each view component in the view component tree
  • the level identifier is used to uniquely identify the view component in the view component tree.
  • Level Through the hierarchical identifier of the parent view component to which each view component belongs and the pre-stored hierarchical information of the view component tree, the communication forwarding component can be determined accurately and quickly.
  • the level of the parent control window is higher than that of the other control windows
  • the level of the control window is higher than the level of the control component container
  • the level of the control component container is higher than the level of the control component
  • the view component of the upper level of the control component is the control The component container
  • the upper level view component of the control component container is the control window
  • the upper level view component of the control window is the parent control window
  • the parent control window is the root node of the view component tree.
  • the method of selecting a view component from the view component tree as the communication forwarding component is specifically: according to the multiple view components to be communicated
  • the hierarchical identifier of each view component in the view component determine the view component of the upper layer corresponding to each view component of the multiple view components, and determine whether the view component of the upper layer corresponding to each view component is the same, If each view component corresponds to the same upper-level view component, then the upper-level view component corresponding to each view component is used as the communication forwarding component; if each view component corresponds to the upper-level view component If there is at least one view component corresponding to the upper level of the view component is different, the view component tree is traversed until the view component to which the multiple view components to be communicated is obtained, and the obtained view component is forwarded as the communication Components.
  • the control component container to which the two control components belong is used as the communication forwarding component ;
  • the control window to which the two control components belong is used as the communication forwarding component;
  • the root node of the view component tree, that is, the parent control window is used as the communication forwarding component;
  • one of the two view components is the control component, and the other is the control component container.
  • the control window to which the control component container belongs is used as the communication forwarding component;
  • the root node of the view component tree, that is, the parent control window As a communication forwarding component;
  • the root node of the view component tree, that is, the parent control window is used as the communication forwarding component.
  • S403 Based on the communication forwarding component, forward the communication data between the multiple view components according to the communication instruction.
  • the control terminal After determining the communication forwarding component, the control terminal forwards the communication data between the multiple view components based on the communication forwarding component according to the communication instruction.
  • the view components to be communicated are view component A and view component B
  • the communication forwarding component is view component C
  • view component C receives communication data sent by view component A and forwards the communication data to view component B
  • view component C receives the communication data sent by view component B, and forwards the communication data to view component A.
  • the communication control method provided by the foregoing embodiment forwards communication data between multiple view components through a communication forwarding component, so that each view component can be decoupled, effectively reducing complexity, facilitating maintenance, and greatly improving user experience.
  • FIG. 6 is a schematic flowchart of the steps of another communication control method according to an embodiment of the present application.
  • the display interface control method includes step S501 to step S503.
  • the control terminal acquires the user's touch operation on the display interface, determines the layout operation of the display interface according to the acquired user's touch operation on the display interface, and generates the corresponding layout operation in response to the layout operation acquired by the display interface event.
  • the layout operation is used to adjust the layout of each control component container in the display interface.
  • the control terminal obtains the touch control of the touch operation, and obtains the control identifier of the touch control.
  • the control identifier is used to uniquely identify the control; it is determined whether the control identifier of the touch control is located in the preset
  • the control identifier set includes at least one control identifier; if the control identifier of the touch control is in the preset control identifier set, the layout operation corresponding to the control identifier is obtained. It should be noted that the aforementioned preset control identifier set can be set based on actual conditions, which is not specifically limited in this application.
  • the control terminal After the control terminal generates the layout operation event, it determines the target control component container according to the layout operation event. Specifically, it obtains the event identifier of the layout operation event, and traverses each control component container in the display interface to obtain the The control component container associated with the event identifier, and the control component container associated with the event identifier is used as the target control component container.
  • the target control component container is the control component container for which the layout operation is to be performed
  • the event identifier is used to uniquely identify the layout operation event.
  • the event identifier of the layout operation event can accurately determine the control component container for the layout operation to be executed.
  • S503 Determine the target control window to which the target control component container belongs, and process the layout operation through the target control window.
  • the control terminal determines the control window to which the target control component container belongs, and processes the layout operation through the control window to which the target control component container belongs, that is, through the control window to which the target control component container belongs, based on the layout operation, The layout of the target control component container is adjusted.
  • the target control window is a control window used to process the layout operation.
  • the control terminal adjusts the value of the status flag of the target control component container. Among them, the status flag is used to indicate the state of the control component container, and the status flags with different values indicate different states.
  • the control terminal obtains the control component container identifier of the target control component container, and determines the control component container identifier set to which the control component container identifier belongs; the control window corresponding to the control component container identifier set is used as The target control window to which the target control component container belongs. There is a corresponding relationship between the control component container identifier set and the control window, and the control window to which the control component container belongs can be determined through the control component container identifier set.
  • the control terminal merges the layout operations of multiple target control component containers through the target control window, and processes the layout operations of the merged multiple target control component containers to adjust the control components in the display interface
  • the layout of the container is all the same layout operations.
  • the target control window to which the control component container corresponding to the layout operation event belongs can be used to adjust the layout of the control component container corresponding to the layout operation event, which can quickly adjust the display.
  • the layout of the interface improves user experience.
  • FIG. 7 is a schematic block diagram of a control terminal according to an embodiment of the present application.
  • the control terminal 600 includes, but is not limited to, a remote control, a ground control platform, a mobile phone, a tablet computer, a notebook computer, a PC computer, and the like.
  • the control terminal 600 includes a processor 601, a memory 602, and a display device 603.
  • the processor 601, the memory 602, and the display device 603 are connected by a bus 604, which is, for example, an I2C (Inter-integrated Circuit) bus.
  • I2C Inter-integrated Circuit
  • the processor 601 may be a micro-controller unit (MCU), a central processing unit (CPU), a digital signal processor (Digital Signal Processor, DSP), or the like.
  • MCU micro-controller unit
  • CPU central processing unit
  • DSP Digital Signal Processor
  • the memory 602 may be a Flash chip, a read-only memory (ROM, Read-Only Memory) disk, an optical disk, a U disk, or a mobile hard disk.
  • the display device 603 may be a touch display screen or a liquid crystal display screen.
  • the processor 601 is configured to run a computer program stored in the memory 602, and implement the above-mentioned display interface control method or communication control method when the computer program is executed.
  • FIG. 8 is a schematic block diagram of a display interface control system provided by an embodiment of the present application.
  • the display interface control system 700 is applied to a control terminal, and the control terminal includes a remote control, a ground control platform, a mobile phone, a tablet computer, a notebook computer, a PC computer, and the like.
  • the display interface control system 700 includes a processor 701 and a memory 702, and the processor 701 and the memory 702 are connected by a bus 703, which is, for example, an I2C (Inter-integrated Circuit) bus.
  • I2C Inter-integrated Circuit
  • the processor 701 may be a micro-controller unit (Micro-controller Unit, MCU), a central processing unit (Central Processing Unit, CPU), a digital signal processor (Digital Signal Processor, DSP), or the like.
  • MCU Micro-controller Unit
  • CPU Central Processing Unit
  • DSP Digital Signal Processor
  • the memory 702 may be a Flash chip, a read-only memory (ROM, Read-Only Memory) disk, an optical disk, a U disk, or a mobile hard disk.
  • the processor 701 is configured to run a computer program stored in the memory 702, and implement the above-mentioned display interface control method when the computer program is executed.
  • FIG. 9 is a schematic block diagram of a communication control system provided by an embodiment of the present application.
  • the communication control system is applied to a control terminal, and the control terminal includes a remote control, a ground control platform, a mobile phone, a tablet computer, a notebook computer, a PC computer, and the like.
  • the communication control system 800 includes a processor 801 and a memory 802, and the processor 801 and the memory 802 are connected by a bus 803.
  • the bus 803 is, for example, an I2C (Inter-integrated Circuit) bus.
  • the processor 801 may be a micro-controller unit (MCU), a central processing unit (CPU), a digital signal processor (Digital Signal Processor, DSP), or the like.
  • MCU micro-controller unit
  • CPU central processing unit
  • DSP Digital Signal Processor
  • the memory 802 may be a Flash chip, a read-only memory (ROM, Read-Only Memory) disk, an optical disk, a U disk, or a mobile hard disk.
  • the processor 801 is configured to run a computer program stored in the memory 802, and implement the communication control method as described above when the computer program is executed.
  • the embodiments of the present application also provide a computer-readable storage medium, the computer-readable storage medium stores a computer program, the computer program includes program instructions, and the processor executes the program instructions to implement the foregoing implementation
  • the example provides the steps of the display interface control method or the communication control method.
  • the computer-readable storage medium may be the internal storage unit of the control terminal or unmanned aerial vehicle described in any of the foregoing embodiments, such as the hard disk or memory of the control terminal.
  • the computer-readable storage medium may also be an external storage device of the control terminal, such as a plug-in hard disk equipped on the control terminal, a smart memory card (SmartMedia Card, SMC), and a Secure Digital (SD) Card, Flash Card, etc.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

一种显示界面控制方法、通信控制方法、系统及控制终端,其中该方法包括:获取可移动平台的型号标识符,并获取所述型号标识符对应的控制组件容器配置数据;获取每个所述控制组件容器对应的控制组件配置数据;确定每个所述控制组件容器所属的控制窗口,并根据每个所述控制组件容器所属的控制窗口、所述控制组件容器配置数据和所述控制组件配置数据,加载并显示所述显示界面。极大的降低了加载时间,提高用户体验。

Description

显示界面控制方法、通信控制方法、系统及控制终端 技术领域
本申请涉及控制技术领域,尤其涉及一种显示界面控制方法、通信控制方法、系统及控制终端。
背景技术
图形用户界面(Graphical User Interface,GUI)软件大多采用MVVM(Model View ViewModel)框架实现,MVVM框架是将一个软件模块按照View、ViewModel和Model来进行划分,其中,View层负责用户界面显示,ViewModel层负责将原始数据转换成可供View层使用的数据,Model层负责保存原始数据。可移动平台控制软件也使用MVVM框架实现,但可移动平台控制软件往往同时存在较多的软件模块,可移动平台控制软件启动时,需要加载所有的软件模块,加载时间较长,用户体验不好。
发明内容
基于此,本申请提供了一种显示界面控制方法、通信控制方法、系统及控制终端,旨在提高显示界面的加载速度,提高用户体验。
第一方面,本申请提供了一种显示界面控制方法,包括:
获取可移动平台的型号标识符,并获取所述型号标识符对应的控制组件容器配置数据,其中,所述控制组件容器配置数据包括至少一个控制组件容器的配置数据,所述控制组件容器配置数据用于控制显示界面加载并显示所述控制组件容器中的控制组件;
获取每个所述控制组件容器对应的控制组件配置数据,其中,所述控制组件配置数据包括至少一个控制组件的配置数据,所述控制组件配置数据能够由所述控制组件容器配置数据确定,用于调整所述控制组件在所述显示界面的显示;
确定每个所述控制组件容器所属的控制窗口,并根据每个所述控制组件容器所属的控制窗口、所述控制组件容器配置数据和所述控制组件配置数据,加载并显示所述显示界面。
第二方面,本申请提供了一种通信控制方法,包括:
获取视图组件之间的通信指令,并根据所述通信指令,确定待通信的多个视图组件,其中,所述视图组件为控制窗口、控制组件容器和控制组件中的一种,所述通信指令用于控制待通信的多个视图组件进行通信;
根据待通信的多个视图组件,确定通信转发组件,其中,所述通信转发组件为控制窗口和控制组件容器中的一种,所述通信转发组件用于转发多个所述视图组件之间的通信数据;
基于所述通信转发组件,根据所述通信指令转发多个所述视图组件之间的通信数据。
第三方面,本申请还提供了一种控制终端,所述控制终端包括存储器、处理器和显示装置;
所述存储器用于存储计算机程序;
所述处理器,用于执行所述计算机程序并在执行所述计算机程序时,实现如下步骤:
获取可移动平台的型号标识符,并获取所述型号标识符对应的控制组件容器配置数据,其中,所述控制组件容器配置数据包括至少一个控制组件容器的配置数据,所述控制组件容器配置数据用于通过所述显示装置控制显示界面加载并显示所述控制组件容器中的控制组件;
获取每个所述控制组件容器对应的控制组件配置数据,其中,所述控制组件配置数据包括至少一个控制组件的配置数据,所述控制组件配置数据能够由所述控制组件容器配置数据确定,用于调整所述控制组件在所述显示界面的显示;
确定每个所述控制组件容器所属的控制窗口,并根据每个所述控制组件容器所属的控制窗口、所述控制组件容器配置数据和所述控制组件配置数据,控制所述显示装置加载并显示所述显示界面。
第四方面,本申请还提供了一种控制终端,所述控制终端包括存储器、处理器和显示装置;
所述存储器用于存储计算机程序;
所述处理器,用于执行所述计算机程序并在执行所述计算机程序时,实现如下步骤:
获取视图组件之间的通信指令,并根据所述通信指令,确定待通信的多个视图组件,其中,所述视图组件为控制窗口、控制组件容器和控制组件中的一种,所述通信指令用于控制待通信的多个视图组件进行通信;
根据待通信的多个视图组件,确定通信转发组件,其中,所述通信转发组件为控制窗口和控制组件容器中的一种,所述通信转发组件用于转发多个所述视图组件之间的通信数据;
基于所述通信转发组件,根据所述通信指令转发多个所述视图组件之间的通信数据。
第五方面,本申请提供了一种显示界面控制系统,所述显示界面控制系统包括处理器,所述处理器用于实现如上所述的显示界面控制方法。
第六方面,本申请提供了一种通信控制系统,所述通信控制系统包括处理器,所述处理器用于实现如上所述的通信控制方法。
第七方面,本申请还提供了一种计算机可读存储介质,所述计算机可读存储介质存储有计算机程序,所述计算机程序被处理器执行时使所述处理器实现如上所述的显示界面控制方法,或者实现如上所述的通信控制方法。
本申请实施例提供了一种显示界面控制方法、通信控制方法、系统及控制终端,通过控制组件容器所属的控制窗口、控制组件容器配置数据和控制组件配置数据即可加载并显示用于控制该可移动平台的显示界面,而不需要加载所有的控制窗口、控制组件容器和控制组件,极大的降低了加载时间,提高用户体验。
应当理解的是,以上的一般描述和后文的细节描述仅是示例性和解释性的,并不能限制本申请。
附图说明
为了更清楚地说明本申请实施例技术方案,下面将对实施例描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。
图1是实施本申请一实施例提供的显示界面控制方法的控制终端的结构示意图。
图2是本申请一实施例提供的一种显示界面控制方法的步骤示意流程图;
图3是本申请一实施例提供的另一种显示界面控制方法的步骤示意流程图;
图4是本申请一实施例提供的又一种显示界面控制方法的步骤示意流程图;
图5是本申请一实施例提供的一种通信控制方法的步骤示意流程图;
图6是本申请一实施例提供的又一种通信控制方法的步骤示意流程图;
图7是本申请一实施例提供的一种控制终端的结构示意性框图;
图8是本申请一实施例提供的一种显示界面控制系统的结构示意性框图;
图9是本申请一实施例提供的一种通信控制系统的示意性框图。
具体实施方式
下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本申请一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本申请保护的范围。
附图中所示的流程图仅是示例说明,不是必须包括所有的内容和操作/步骤,也不是必须按所描述的顺序执行。例如,有的操作/步骤还可以分解、组合或部分合并,因此实际执行的顺序有可能根据实际情况改变。
下面结合附图,对本申请的一些实施方式作详细说明。在不冲突的情况下,下述的实施例及实施例中的特征可以相互组合。
本申请一实施例提供一种显示界面控制方法,该显示界面控制方法可以应用于控制终端,用于在控制终端中对显示界面进行控制,该显示界面用于控制可移动平台。请参阅图1,图1是实施本申请一实施例提供的显示界面控制方法的控制终端的结构示意图,如图1所示,该控制终端100包括显示装置101,该显示装置101用于加载并显示控制终端100的显示界面,该显示装置101可以为液晶显示屏和触摸显示屏。
其中控制终端100包括遥控器、地面控制平台、手机、平板电脑、笔记本电脑和PC电脑等。可移动平台包括无人机、手持云台、云台车等。无人机可以是旋翼型无人机,例如四旋翼无人机、六旋翼无人机、八旋翼无人机,也可以是固定翼无人机,还可以是旋翼型与固定翼无人机的组合,在此不作限定。
请参阅图2,图2是本申请一实施例提供的一种显示界面控制方法的步骤示意流程图。该显示界面控制方法可以应用在控制终端,用于在控制终端中对显示界面进行控制。
具体地,如图2所示,该显示界面控制方法包括步骤S101至步骤S103。
S101、获取可移动平台的型号标识符,并获取所述型号标识符对应的控制组件容器配置数据。
其中,可移动平台的型号标识符用于唯一标识可移动平台的型号,控制终端的显示界面包括控制窗口、控制组件容器和控制组件,控制窗口为第一人称 视角控制窗口,控制组件容器为第一人称视角控制组件容器,控制组件为第一人称视角控制组件。第一人称视角控制窗口:控制终端第一人称视角界面,覆盖全屏的透明窗口,并按事先设计的层级进行排列,用于作为“第一人称视角控制组件容器”的容器,且提供分层。第一人称视角控制组件容器:“第一人称视角控制窗口”上用来放置”第一人称视角控制组件“的容器,实现“第一人称视角控制组件”的界面布局、加载和销毁,以及实现不同型号的可移动平台加载不同的“第一人称视角控制组件”的功能。第一人称视角控制组件:最小的、可独立运行的、用户可以看到的控制组件,加载在“第一人称视角控制组件容器”上。
控制终端获取可移动平台的型号标识符,并获取型号标识符对应的控制组件容器配置数据,其中,控制组件容器配置数据包括至少一个控制组件容器的配置数据,控制组件容器配置数据用于控制显示界面加载并显示控制组件容器中的控制组件。
在一实施例中,控制终端获取预存的型号标识符与控制组件容器配置数据之间的映射关系表,并根据映射关系表和型号标识符,获取型号标识符对应的控制组件容器配置数据,即查询该映射关系表,获取可移动平台的型号标识符对应的控制组件容器配置数据。需要说明的是,上述预存的型号标识符与控制组件容器配置数据之间的映射关系表可基于实际情况进行设置,本申请对此不作具体限定。通过型号标识符与控制组件容器配置数据之间的映射关系表,可以便于控制终端快速的获取到对应的控制组件容器配置数据。
在一实施例中,检测控制终端与可移动平台是否已建立通信连接,若控制终端与可移动平台已建立通信连接,则控制终端获取已建立通信连接的可移动平台的型号标识符;若控制终端与可移动平台未建立通信连接,则控制终端获取历史通信连接列表,其中,历史通信连接列表包括多个之前已通信连接过的可移动平台的型号标识符;获取该历史通信连接列表中每个可移动平台的通信连接时刻点,并根据每个可移动平台的通信连接时刻点,确定待通信连接的可移动平台,并从历史通信连接列表中获取待通信连接的可移动平台的型号标识符。在控制终端与可移动平台未建立通信连接时,可以按照以往的历史通信连接情况,获取可移动平台的型号标识符,使得控制终端可以及时加载对应的显示界面,提高用户体验。
在一实施例中,控制终端从本地磁盘中获取型号标识符对应的控制组件容器配置数据。通过在本地存储控制组件容器配置数据,使得控制终端在没有网络的情况下也可以获取控制组件容器配置数据,便于后续加载对应的显示界面。
在一实施例中,从云端服务器中获取型号标识符对应的控制组件容器配置数据,具体为:控制终端生成携带有该型号标识符的数据获取请求,并将该数据获取请求发送至云端服务器,由云端服务器基于该数据获取请求中的型号标识符获取对应的控制组件容器配置数据,并将该控制组件容器配置数据回传给控制终端,而控制终端接收云端服务器回传的控制组件容器配置数据。通过从云端服务器中获取控制组件容器配置数据,可以保证获取到的控制组件容器配置数据是最新的控制组件容器配置数据,实现显示界面的及时更新,提高用户体验。
S102、获取每个所述控制组件容器对应的控制组件配置数据。
在获取到控制组件容器配置数据之后,控制终端获取每个控制组件容器对应的控制组件配置数据,即从该控制组件容器配置数据中获取每个控制组件容器对应的容器标识符,并根据每个控制组件容器对应的容器标识符获取每个控制组件容器对应的控制组件配置数据。其中,该控制组件配置数据包括至少一个控制组件的配置数据,该控制组件配置数据能够由控制组件容器配置数据确定,用于调整控制组件在显示界面的显示。
在一实施例中,控制终端从本地磁盘获取每个控制组件容器对应的控制组件配置数据,或者从云端服务器中获取每个控制组件容器对应的控制组件配置数据。通过在本地存储控制组件配置数据,使得控制终端在没有网络的情况下也可以获取控制组件配置数据,便于后续加载对应的显示界面,而通过从云端服务器中获取控制组件配置数据,可以保证获取到的控制组件配置数据是最新的控制组件配置数据,实现显示界面的及时更新,提高用户体验。
S103、确定每个所述控制组件容器所属的控制窗口,并根据每个所述控制组件容器所属的控制窗口、所述控制组件容器配置数据和所述控制组件配置数据,加载并显示所述显示界面。
控制终端确定每个控制组件容器所属的控制窗口,即确定用于加载控制组件容器的控制窗口;根据每个控制组件容器所属的控制窗口、控制组件容器配置数据和控制组件配置数据,加载并显示对应的显示界面。通过控制组件容器所属的控制窗口、控制组件容器配置数据和控制组件配置数据即可加载并显示用于控制该可移动平台的显示界面。
在一实施例中,控制终端从该控制组件容器配置数据中获取每个控制组件容器各自对应的控制组件容器标识符,其中,控制组件容器标识符用于唯一标识控制组件容器;获取预设的每个控制窗口各自对应的控制组件容器标识符集, 其中,控制组件容器标识符集包括多个控制组件容器标识符;根据每个控制组件容器各自对应的控制组件容器标识符和每个控制窗口各自对应的控制组件容器标识符集,确定每个控制组件容器所属的控制窗口。通过控制组件容器标识符和控制组件容器标识符集可以准确且快速的确定控制组件容器所属的控制窗口。
在一实施例中,控制终端将控制组件容器的控制组件容器标识符与每个控制窗口各自对应的控制组件容器标识符集中的每个控制组件容器标识符进行比对,通过对比结果,获取包含该控制组件容器的控制组件容器标识符的控制组件容器标识符集,并将获取到的控制组件容器标识符集对应的控制窗口作为控制组件容器所属的控制窗口。
在一实施例中,控制终端根据该控制组件容器配置数据中每个控制组件容器的配置数据,创建每个控制组件容器的配置数据对应的控制组件容器;根据该控制组件配置数据,生成已创建的每个控制组件容器各自对应的多个控制组件;根据已生成的每个控制组件、已创建的每个控制组件容器和每个控制组件容器所属的控制窗口,加载并显示对应的显示界面,即在空白的显示界面中加载并显示每个控制组件容器所属的控制窗口,并在已显示的每个控制窗口中加载并显示已创建的对应的控制组件容器,且在已显示的每个控制组件容器中加载并显示已生成的对应的控制组件,从而加载并显示对应的显示界面。
上述实施例提供的显示界面控制方法,通过控制组件容器所属的控制窗口、控制组件容器配置数据和控制组件配置数据即可加载并显示用于控制该可移动平台的显示界面,而不需要加载所有的控制窗口、控制组件容器和控制组件,极大的降低了加载时间,提高用户体验。
请参阅图3,图3是本申请一实施例提供的另一种显示界面控制方法的步骤示意流程图。
具体地,如图3所示,该显示界面控制方法包括步骤S201至S206。
S201、获取可移动平台的型号标识符,并获取所述型号标识符对应的控制组件容器配置数据。
控制终端获取可移动平台的型号标识符,并获取型号标识符对应的控制组件容器配置数据,其中,控制组件容器配置数据包括至少一个控制组件容器的配置数据,控制组件容器配置数据用于控制显示界面加载并显示控制组件容器中的控制组件。
S202、获取每个所述控制组件容器对应的控制组件配置数据,并确定每个 所述控制组件容器所属的控制窗口。
在获取到控制组件容器配置数据之后,控制终端获取每个控制组件容器对应的控制组件配置数据,即从该控制组件容器配置数据中获取每个控制组件容器对应的容器标识符,并根据每个控制组件容器对应的容器标识符获取每个控制组件容器对应的控制组件配置数据。其中,该控制组件配置数据包括至少一个控制组件的配置数据,该控制组件配置数据能够由控制组件容器配置数据确定,用于调整控制组件在显示界面的显示。
控制终端确定每个控制组件容器所属的控制窗口,即确定用于加载控制组件容器的控制窗口,具体为:控制终端从该控制组件容器配置数据中获取每个控制组件容器各自对应的控制组件容器标识符,其中,控制组件容器标识符用于唯一标识控制组件容器;获取预设的每个控制窗口各自对应的控制组件容器标识符集,其中,控制组件容器标识符集包括多个控制组件容器标识符;根据每个控制组件容器各自对应的控制组件容器标识符和每个控制窗口各自对应的控制组件容器标识符集,确定每个控制组件容器所属的控制窗口。
S203、根据每个所述控制组件容器所属的控制窗口、所述控制组件容器配置数据和所述控制组件配置数据,加载并显示所述显示界面。
控制终端确定每个控制组件容器所属的控制窗口,即确定用于加载控制组件容器的控制窗口;根据每个控制组件容器所属的控制窗口、控制组件容器配置数据和控制组件配置数据,加载并显示对应的显示界面。通过控制组件容器所属的控制窗口、控制组件容器配置数据和控制组件配置数据即可加载并显示用于控制该可移动平台的显示界面。
S204、响应于所述显示界面获取到的布局操作,生成对应的布局操作事件。
控制终端获取用户对显示界面的触控操作,并根据获取到的用户对显示界面的触控操作,确定显示界面的布局操作,并响应于显示界面获取到的该布局操作,生成对应的布局操作事件。其中,布局操作用于调整显示界面中各控制组件容器的布局。
在一实施例中,控制终端获取该触控操作的触控控件,并获取该触控控件的控件标识符,控件标识符用于唯一标识控件;确定该触控控件的控件标识符是否位于预设的控件标识符集,其中,控件标识符集包括至少一个控件标识符;如果该触控控件的控件标识符位于预设的控件标识符集,则获取该控件标识符对应的布局操作。需要说明的是,上述预设的控件标识符集可基于实际情况进行设置,本申请对此不作具体限定。
S205、根据所述布局操作事件,确定目标控制组件容器,其中,所述目标控制组件容器为待执行布局操作的控制组件容器。
控制终端生成布局操作事件之后,根据该布局操作事件,确定目标控制组件容器,具体为,获取该布局操作事件的事件标识符,并遍历该显示界面中的每个控制组件容器,以获取与该事件标识符关联的控制组件容器,并将与该事件标识符关联的控制组件容器作为目标控制组件容器。其中,该目标控制组件容器为待执行布局操作的控制组件容器,该事件标识符用于唯一标识布局操作事件。通过布局操作事件的事件标识符可以准确的确定待执行布局操作的控制组件容器。
S206、确定所述目标控制组件容器所属的目标控制窗口,并通过所述目标控制窗口,对所述布局操作进行处理。
控制终端确定该目标控制组件容器所属的控制窗口,并通过该目标控制组件容器所属的控制窗口,对布局操作进行处理,即通过该目标控制组件容器所属的控制窗口,基于该布局操作,对该目标控制组件容器的布局进行调整。其中,该目标控制窗口为用于处理布局操作的控制窗口。在布局操作处理完成后,控制终端调整目标控制组件容器的状态标识位的数值。其中,状态标识位用于表示控制组件容器的状态,不同数值的状态标识位表示的状态不同。
在一实施例中,控制终端获取该目标控制组件容器的控制组件容器标识符,并确定控制组件容器标识符所属的控制组件容器标识符集;将该控制组件容器标识符集对应的控制窗口作为目标控制组件容器所属的目标控制窗口。其中,控制组件容器标识符集与控制窗口存在对应关系,通过控制组件容器标识符集可以确定控制组件容器所属的控制窗口。
在一实施例中,控制终端通过目标控制窗口,对多个目标控制组件容器的布局操作进行合并,并对合并后的多个目标控制组件容器的布局操作进行处理,以调整显示界面中控制组件容器的布局。其中,多个目标控制组件容器的布局操作均为相同的布局操作。通过合并相同的布局操作,并对合并后的布局操作进行处理,可以提高布局操作的处理速度,减少调整布局的等待时间,提高用户体验。
上述实施例提供的显示界面控制方法,通过控制组件容器所属的控制窗口、控制组件容器配置数据和控制组件配置数据即可加载并显示用于控制该可移动平台的显示界面,而不需要加载所有的控制窗口、控制组件容器和控制组件,极大的降低了加载时间,此外,在生成布局操作事件之后,可以通过布局操作 事件对应的控制组件容器所属的目标控制窗口,对布局操作事件对应的控制组件容器进行布局调整,可以快速的调整显示界面的布局,提高用户体验。
请参阅图4,图4是本申请一实施例提供的又一种显示界面控制方法的步骤示意流程图。
具体地,如图4所示,该显示界面控制方法包括步骤S301至步骤S305。
S301、获取可移动平台的型号标识符,并获取所述型号标识符对应的控制组件容器配置数据。
控制终端获取可移动平台的型号标识符,并获取型号标识符对应的控制组件容器配置数据,其中,控制组件容器配置数据包括至少一个控制组件容器的配置数据,控制组件容器配置数据用于控制显示界面加载并显示控制组件容器中的控制组件。
S302、获取每个所述控制组件容器对应的控制组件配置数据,并确定每个所述控制组件容器所属的控制窗口。
在获取到控制组件容器配置数据之后,控制终端获取每个控制组件容器对应的控制组件配置数据,即从该控制组件容器配置数据中获取每个控制组件容器对应的容器标识符,并根据每个控制组件容器对应的容器标识符获取每个控制组件容器对应的控制组件配置数据。其中,该控制组件配置数据包括至少一个控制组件的配置数据,该控制组件配置数据能够由控制组件容器配置数据确定,用于调整控制组件在显示界面的显示。
控制终端确定每个控制组件容器所属的控制窗口,即确定用于加载控制组件容器的控制窗口,具体为:控制终端从该控制组件容器配置数据中获取每个控制组件容器各自对应的控制组件容器标识符;获取预设的每个控制窗口各自对应的控制组件容器标识符集;根据每个控制组件容器各自对应的控制组件容器标识符和每个控制窗口各自对应的控制组件容器标识符集,确定每个控制组件容器所属的控制窗口。
S303、根据每个所述控制组件容器所属的控制窗口、所述控制组件容器配置数据和所述控制组件配置数据,加载并显示所述显示界面。
控制终端确定每个控制组件容器所属的控制窗口,即确定用于加载控制组件容器的控制窗口;根据每个控制组件容器所属的控制窗口、控制组件容器配置数据和控制组件配置数据,加载并显示对应的显示界面。通过控制组件容器所属的控制窗口、控制组件容器配置数据和控制组件配置数据即可加载并显示用于控制该可移动平台的显示界面。
S304、获取视图组件之间的通信指令,并根据所述通信指令,确定待通信的多个视图组件。
当控制终端的显示界面中的各视图组件之间需要通信时,控制终端基于待通信的多个视图组件,生成对应的通信指令,从而获取到视图组件之间的通信指令。其中,该视图组件为控制窗口、控制组件容器和控制组件中的一种,该通信指令用于控制待通信的多个视图组件进行通信。
需要说明的是,视图组件之间的通信包括相同类型的视图组件之间的通信,例如,至少两个控制窗口之间的通信、至少两个控制组件容器之间的通信和至少两个控制组件之间的通信;还包括不同类型的视图组件之间的通信,例如,控制窗口与控制组件容器之间的通信、控制窗口与控制组件之间的通信和控制组件容器与控制组件之间的通信。
在一实施例中,控制终端从通信指令中获取第一视图组件标识符,并获取与第一视图组件标识符关联的第二视图组件标识符;将第一视图组件标识符对应的视图组件和每个第二视图组件标识符对应的视图组件均作为待通信的视图组件。其中,视图组件标识符用于唯一标识视图组件。需要说明的是,第一视图组件标识符与第二视图组件标识符之间的关联关系可基于实际情况进行设置,本申请对此不作具体限定。通过通信指令中的视图组件标识符,可以快速的确定待通信的多个视图组件。
S305、根据待通信的多个视图组件,确定通信转发组件。
在确定多个视图组件之后,控制终端根据待通信的多个视图组件,确定通信转发组件。其中,通信转发组件为控制窗口和控制组件容器中的一种,通信转发组件用于转发待通信的多个视图组件之间的通信数据。
在一实施例中,控制终端获取预存的视图组件树的层级信息,并获取待通信的多个视图组件中各视图组件的层级标识符;根据层级信息和待通信的多个视图组件中各视图组件的层级标识符,从视图组件树中选择一个视图组件作为通信转发组件。其中,该视图组件树包括显示界面中的每个视图组件,该层级信息包括视图组件树中的每个视图组件的层级标识符,该层级标识符用于唯一标识视图组件在视图组件树中的层级。通过待通信的多个视图组件中各视图组件的层级标识符和预存的视图组件树的层级信息,可以准确且快速的确定通信转发组件。
在一实施例中,控制终端根据层级信息和待通信的多个视图组件中各视图组件的层级标识符,从视图组件树中选择一个视图组件作为通信转发组件的方 式具体为:根据待通信的多个视图组件中各视图组件的层级标识符,确定多个视图组件中的每个视图组件各自对应的上一层的视图组件,并确定每个视图组件各自对应的上一层的视图组件是否相同,如果每个视图组件各自对应的上一层的视图组件相同,则将每个视图组件各自对应的上一层的视图组件作为通信转发组件;如果每个视图组件各自对应的上一层的视图组件中存在至少一个视图组件对应的上一层的视图组件不同,则对该视图组件树进行遍历,直到获取到待通信的多个视图组件所属的视图组件,并将获取到的视图组件作为通信转发组件。其中,父控制窗口的层级高于其余控制窗口的层级,控制窗口的层级高于控制组件容器的层级,控制组件容器的层级高于控制组件的层级,控制组件的上一层级的视图组件为控制组件容器,控制组件容器的上一层级的视图组件为控制窗口,控制窗口的上一层级的视图组件为父控制窗口,父控制窗口为该视图组件树的根节点。
示例性的,待通信的视图组件为两个,这两个视图组件均为控制组件,且两个控制组件所属的控制组件容器相同,则将两个控制组件所属的控制组件容器作为通信转发组件;当两个控制组件所属的控制组件容器不同,而两个控制组件所属的控制窗口相同,则将两个控制组件所属的控制窗口作为通信转发组件;当两个控制组件所属的控制窗口不同,则将视图组件树的根节点,即父控制窗口作为通信转发组件;当两个视图组件均为控制组件容器,且两个控制组件容器所属的控制窗口相同时,将两个控制组件容器所属的控制窗口作为通信转发组件;当两个控制组件容器所属的控制窗口不同时,将视图组件树的根节点,即父控制窗口作为通信转发组件;当两个视图组件均为控制窗口时,将视图组件树的根节点,即父控制窗口作为通信转发组件。
示例性的,待通信的视图组件为两个,这两个视图组件中的一个视图组件为控制组件,一个视图组件为控制组件容器,当控制组件容器所属的控制窗口与控制组件所属的控制窗口相同时,将控制组件容器所属的控制窗口作为通信转发组件;这两个视图组件中的一个视图组件为控制组件,一个视图组件为控制窗口时,将视图组件树的根节点,即父控制窗口作为通信转发组件;这两个视图组件中的一个视图组件为控制组件容器,一个视图组件为控制窗口时,将视图组件树的根节点,即父控制窗口作为通信转发组件。
S306、基于所述通信转发组件,根据所述通信指令转发多个所述视图组件之间的通信数据。
在确定通信转发组件之后,控制终端基于该通信转发组件,根据通信指令 转发多个视图组件之间的通信数据。示例性的,待通信的视图组件为视图组件A和视图组件B,且通信转发组件为视图组件C,视图组件C接收视图组件A发送的通信数据,并将该通信数据转发给视图组件B,或者视图组件C接收视图组件B发送的通信数据,并将该通信数据转发给视图组件A。
上述实施例提供的显示界面控制方法,通过控制组件容器所属的控制窗口、控制组件容器配置数据和控制组件配置数据即可加载并显示用于控制该可移动平台的显示界面,而不需要加载所有的控制窗口、控制组件容器和控制组件,极大的降低了加载时间,此外,通过通信转发组件转发多个视图组件之间的通信数据,使得各视图组件可以解耦,有效的减少复杂度,便于维护,极大的提高用户体验。
请参阅图5,图5是本申请一实施例提供的一种通信控制方法的步骤示意流程图。
具体地,如图5所示,该显示界面控制方法包括步骤S401至步骤S403。
S401、获取视图组件之间的通信指令,并根据所述通信指令,确定待通信的多个视图组件。
当控制终端的显示界面中的各视图组件之间需要通信时,控制终端基于待通信的多个视图组件,生成对应的通信指令,从而获取到视图组件之间的通信指令。其中,该视图组件为控制窗口、控制组件容器和控制组件中的一种,该通信指令用于控制待通信的多个视图组件进行通信。
需要说明的是,视图组件之间的通信包括相同类型的视图组件之间的通信,例如,至少两个控制窗口之间的通信、至少两个控制组件容器之间的通信和至少两个控制组件之间的通信;还包括不同类型的视图组件之间的通信,例如,控制窗口与控制组件容器之间的通信、控制窗口与控制组件之间的通信和控制组件容器与控制组件之间的通信。
在一实施例中,控制终端从通信指令中获取第一视图组件标识符,并获取与第一视图组件标识符关联的第二视图组件标识符;将第一视图组件标识符对应的视图组件和每个第二视图组件标识符对应的视图组件均作为待通信的视图组件。其中,视图组件标识符用于唯一标识视图组件。需要说明的是,第一视图组件标识符与第二视图组件标识符之间的关联关系可基于实际情况进行设置,本申请对此不作具体限定。通过通信指令中的视图组件标识符,可以快速的确定待通信的多个视图组件。
S402、根据待通信的多个视图组件,确定通信转发组件。
在确定多个视图组件之后,控制终端根据待通信的多个视图组件,确定通信转发组件。其中,通信转发组件为控制窗口和控制组件容器中的一种,通信转发组件用于转发待通信的多个视图组件之间的通信数据。
在一实施例中,控制终端获取预存的视图组件树的层级信息,并获取待通信的多个视图组件中各视图组件的层级标识符;根据层级信息和待通信的多个视图组件中各视图组件的层级标识符,从视图组件树中选择一个视图组件作为通信转发组件。其中,该视图组件树包括显示界面中的每个视图组件,该层级信息包括视图组件树中的每个视图组件的层级标识符,该层级标识符用于唯一标识视图组件在视图组件树中的层级。通过每个视图组件所属的父视图组件的层级标识符和预存的视图组件树的层级信息,可以准确且快速的确定通信转发组件。
其中,父控制窗口的层级高于其余控制窗口的层级,控制窗口的层级高于控制组件容器的层级,控制组件容器的层级高于控制组件的层级,控制组件的上一层级的视图组件为控制组件容器,控制组件容器的上一层级的视图组件为控制窗口,控制窗口的上一层级的视图组件为父控制窗口,父控制窗口为该视图组件树的根节点。
在一实施例中,根据层级信息和待通信的多个视图组件中各视图组件的层级标识符,从视图组件树中选择一个视图组件作为通信转发组件的方式具体为:根据待通信的多个视图组件中各视图组件的层级标识符,确定多个视图组件中的每个视图组件各自对应的上一层的视图组件,并确定每个视图组件各自对应的上一层的视图组件是否相同,如果每个视图组件各自对应的上一层的视图组件相同,则将每个视图组件各自对应的上一层的视图组件作为通信转发组件;如果每个视图组件各自对应的上一层的视图组件中存在至少一个视图组件对应的上一层的视图组件不同,则对该视图组件树进行遍历,直到获取到待通信的多个视图组件所属的视图组件,并将获取到的视图组件作为通信转发组件。
示例性的,待通信的视图组件为两个,这两个视图组件均为控制组件,且两个控制组件所属的控制组件容器相同,则将两个控制组件所属的控制组件容器作为通信转发组件;当两个控制组件所属的控制组件容器不同,而两个控制组件所属的控制窗口相同,则将两个控制组件所属的控制窗口作为通信转发组件;当两个控制组件所属的控制窗口不同,则将视图组件树的根节点,即父控制窗口作为通信转发组件;当两个视图组件均为控制组件容器,且两个控制组件容器所属的控制窗口相同时,将两个控制组件容器所属的控制窗口作为通信 转发组件;当两个控制组件容器所属的控制窗口不同时,将视图组件树的根节点,即父控制窗口作为通信转发组件;当两个视图组件均为控制窗口时,将视图组件树的根节点,即父控制窗口作为通信转发组件。
示例性的,待通信的视图组件为两个,这两个视图组件中的一个视图组件为控制组件,一个视图组件为控制组件容器,当控制组件容器所属的控制窗口与控制组件所属的控制窗口相同时,将控制组件容器所属的控制窗口作为通信转发组件;这两个视图组件中的一个视图组件为控制组件,一个视图组件为控制窗口时,将视图组件树的根节点,即父控制窗口作为通信转发组件;这两个视图组件中的一个视图组件为控制组件容器,一个视图组件为控制窗口时,将视图组件树的根节点,即父控制窗口作为通信转发组件。
S403、基于所述通信转发组件,根据所述通信指令转发多个所述视图组件之间的通信数据。
在确定通信转发组件之后,控制终端基于该通信转发组件,根据通信指令转发多个视图组件之间的通信数据。示例性的,待通信的视图组件为视图组件A和视图组件B,且通信转发组件为视图组件C,视图组件C接收视图组件A发送的通信数据,并将该通信数据转发给视图组件B,或者视图组件C接收视图组件B发送的通信数据,并将该通信数据转发给视图组件A。
上述实施例提供的通信控制方法,通过通信转发组件转发多个视图组件之间的通信数据,使得各视图组件可以解耦,有效的减少复杂度,便于维护,极大的提高用户体验。
请参阅图6,图6是本申请一实施例提供的又一种通信控制方法的步骤示意流程图。
具体地,如图6所示,该显示界面控制方法包括步骤S501至步骤S503。
S501、响应于所述显示界面获取到的布局操作,生成对应的布局操作事件。
控制终端获取用户对显示界面的触控操作,并根据获取到的用户对显示界面的触控操作,确定显示界面的布局操作,并响应于显示界面获取到的该布局操作,生成对应的布局操作事件。其中,布局操作用于调整显示界面中各控制组件容器的布局。
在一实施例中,控制终端获取该触控操作的触控控件,并获取该触控控件的控件标识符,控件标识符用于唯一标识控件;确定该触控控件的控件标识符是否位于预设的控件标识符集,其中,控件标识符集包括至少一个控件标识符;如果该触控控件的控件标识符位于预设的控件标识符集,则获取该控件标识符 对应的布局操作。需要说明的是,上述预设的控件标识符集可基于实际情况进行设置,本申请对此不作具体限定。
S502、根据所述布局操作事件,确定目标控制组件容器,其中,所述目标控制组件容器为待执行布局操作的控制组件容器。
控制终端生成布局操作事件之后,根据该布局操作事件,确定目标控制组件容器,具体为,获取该布局操作事件的事件标识符,并遍历该显示界面中的每个控制组件容器,以获取与该事件标识符关联的控制组件容器,并将与该事件标识符关联的控制组件容器作为目标控制组件容器。其中,该目标控制组件容器为待执行布局操作的控制组件容器,该事件标识符用于唯一标识布局操作事件。通过布局操作事件的事件标识符可以准确的确定待执行布局操作的控制组件容器。
S503、确定所述目标控制组件容器所属的目标控制窗口,并通过所述目标控制窗口,对所述布局操作进行处理。
控制终端确定该目标控制组件容器所属的控制窗口,并通过该目标控制组件容器所属的控制窗口,对布局操作进行处理,即通过该目标控制组件容器所属的控制窗口,基于该布局操作,对该目标控制组件容器的布局进行调整。其中,该目标控制窗口为用于处理所述布局操作的控制窗口。在布局操作处理完成后,控制终端调整目标控制组件容器的状态标识位的数值。其中,状态标识位用于表示控制组件容器的状态,不同数值的状态标识位表示的状态不同。
在一实施例中,控制终端获取该目标控制组件容器的控制组件容器标识符,并确定控制组件容器标识符所属的控制组件容器标识符集;将该控制组件容器标识符集对应的控制窗口作为目标控制组件容器所属的目标控制窗口。其中,控制组件容器标识符集与控制窗口存在对应关系,通过控制组件容器标识符集可以确定控制组件容器所属的控制窗口。
在一实施例中,控制终端通过目标控制窗口,对多个目标控制组件容器的布局操作进行合并,并对合并后的多个目标控制组件容器的布局操作进行处理,以调整显示界面中控制组件容器的布局。其中,多个目标控制组件容器的布局操作均为相同的布局操作。通过合并相同的布局操作,并对合并后的布局操作进行处理,可以提高布局操作的处理速度,减少调整布局的等待时间,提高用户体验。
上述实施例提供的通信控制方法,在生成布局操作事件之后,可以通过布局操作事件对应的控制组件容器所属的目标控制窗口,对布局操作事件对应的 控制组件容器进行布局调整,可以快速的调整显示界面的布局,提高用户体验。
请参阅图7,图7是本申请一实施例提供的控制终端的示意性框图。在一种实施方式中,该控制终端600包括但不限于遥控器、地面控制平台、手机、平板电脑、笔记本电脑和PC电脑等。进一步地,该控制终端600包括处理器601、存储器602和显示装置603,处理器601、存储器602和显示装置603通过总线604连接,该总线604比如为I2C(Inter-integrated Circuit)总线。
具体地,处理器601可以是微控制单元(Micro-controllerUnit,MCU)、中央处理单元(Central Processing Unit,CPU)或数字信号处理器(Digital Signal Processor,DSP)等。
具体地,存储器602可以是Flash芯片、只读存储器(ROM,Read-Only Memory)磁盘、光盘、U盘或移动硬盘等。显示装置603可以是触摸显示屏,还可以是液晶显示屏。
其中,所述处理器601用于运行存储在存储器602中的计算机程序,并在执行所述计算机程序时实现如上所述的显示界面控制方法或者通信控制方法。
需要说明的是,所属领域的技术人员可以清楚地了解到,为了描述的方便和简洁,上述描述的控制终端的具体工作过程,可以参考前述显示界面控制方法实施例中的对应过程,在此不再赘述。
请参阅图8,图8是本申请一实施例提供的显示界面控制系统的示意性框图。该显示界面控制系统700应用于控制终端,该控制终端包括遥控器、地面控制平台、手机、平板电脑、笔记本电脑和PC电脑等。该显示界面控制系统700包括处理器701和存储器702,处理器701和存储器702通过总线703连接,该总线703比如为I2C(Inter-integrated Circuit)总线。
具体地,处理器701可以是微控制单元(Micro-controllerUnit,MCU)、中央处理单元(Central Processing Unit,CPU)或数字信号处理器(Digital Signal Processor,DSP)等。
具体地,存储器702可以是Flash芯片、只读存储器(ROM,Read-Only Memory)磁盘、光盘、U盘或移动硬盘等。
其中,所述处理器701用于运行存储在存储器702中的计算机程序,并在执行所述计算机程序时实现如上所述的显示界面控制方法。
需要说明的是,所属领域的技术人员可以清楚地了解到,为了描述的方便和简洁,上述描述的显示界面控制系统的具体工作过程,可以参考前述显示界面控制方法实施例中的对应过程,在此不再赘述。
请参阅图9,图9是本申请一实施例提供的通信控制系统的示意性框图。在一实施例中,该通信控制系统应用于控制终端,该控制终端包括遥控器、地面控制平台、手机、平板电脑、笔记本电脑和PC电脑等。
该通信控制系统800包括处理器801和存储器802,处理器801和存储器802通过总线803连接,该总线803比如为I2C(Inter-integrated Circuit)总线。
具体地,处理器801可以是微控制单元(Micro-controllerUnit,MCU)、中央处理单元(Central Processing Unit,CPU)或数字信号处理器(Digital Signal Processor,DSP)等。
具体地,存储器802可以是Flash芯片、只读存储器(ROM,Read-Only Memory)磁盘、光盘、U盘或移动硬盘等。
其中,所述处理器801用于运行存储在存储器802中的计算机程序,并在执行所述计算机程序时实现如上所述的通信控制方法。
需要说明的是,所属领域的技术人员可以清楚地了解到,为了描述的方便和简洁,上述描述的通信控制系统的具体工作过程,可以参考前述通信控制方法实施例中的对应过程,在此不再赘述。
本申请的实施例中还提供一种计算机可读存储介质,所述计算机可读存储介质存储有计算机程序,所述计算机程序中包括程序指令,所述处理器执行所述程序指令,实现上述实施例提供的显示界面控制方法或通信控制方法的步骤。
其中,所述计算机可读存储介质可以是前述任一实施例所述的控制终端或无人飞行器的内部存储单元,例如所述控制终端的硬盘或内存。所述计算机可读存储介质也可以是所述控制终端的外部存储设备,例如所述控制终端上配备的插接式硬盘,智能存储卡(SmartMedia Card,SMC),安全数字(Secure Digital,SD)卡,闪存卡(Flash Card)等。
应当理解,在此本申请说明书中所使用的术语仅仅是出于描述特定实施例的目的而并不意在限制本申请。如在本申请说明书和所附权利要求书中所使用的那样,除非上下文清楚地指明其它情况,否则单数形式的“一”、“一个”及“该”意在包括复数形式。
还应当理解,在本申请说明书和所附权利要求书中使用的术语“和/或”是指相关联列出的项中的一个或多个的任何组合以及所有可能组合,并且包括这些组合。
以上所述,仅为本申请的具体实施方式,但本申请的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本申请揭露的技术范围内,可轻易想到 各种等效的修改或替换,这些修改或替换都应涵盖在本申请的保护范围之内。因此,本申请的保护范围应以权利要求的保护范围为准。

Claims (39)

  1. 一种显示界面控制方法,其特征在于,包括:
    获取可移动平台的型号标识符,并获取所述型号标识符对应的控制组件容器配置数据,其中,所述控制组件容器配置数据包括至少一个控制组件容器的配置数据,所述控制组件容器配置数据用于控制显示界面加载并显示所述控制组件容器中的控制组件;
    获取每个所述控制组件容器对应的控制组件配置数据,其中,所述控制组件配置数据包括至少一个控制组件的配置数据,所述控制组件配置数据能够由所述控制组件容器配置数据确定,用于调整所述控制组件在所述显示界面的显示;
    确定每个所述控制组件容器所属的控制窗口,并根据每个所述控制组件容器所属的控制窗口、所述控制组件容器配置数据和所述控制组件配置数据,加载并显示所述显示界面。
  2. 根据权利要求1所述的显示界面控制方法,其特征在于,所述获取所述型号标识符对应的控制组件容器配置数据,包括:
    获取预存的型号标识符与控制组件容器配置数据之间的映射关系表;
    根据所述映射关系表和所述型号标识符,获取所述型号标识符对应的控制组件容器配置数据。
  3. 根据权利要求1所述的显示界面控制方法,其特征在于,所述确定每个所述控制组件容器所属的控制窗口,包括:
    从所述控制组件容器配置数据中获取每个控制组件容器各自对应的控制组件容器标识符,其中,所述控制组件容器标识符用于唯一标识控制组件容器;
    获取预设的每个控制窗口各自对应的控制组件容器标识符集,其中,所述控制组件容器标识符集包括多个控制组件容器标识符;
    根据每个所述控制组件容器各自对应的控制组件容器标识符和每个所述控制窗口各自对应的控制组件容器标识符集,确定每个所述控制组件容器所属的控制窗口。
  4. 根据权利要求1所述的显示界面控制方法,其特征在于,所述根据每个所述控制组件容器所属的控制窗口、所述控制组件容器配置数据和所述控制组件配置数据,加载并显示所述显示界面,包括:
    根据所述控制组件容器配置数据中每个控制组件容器的配置数据,创建每个控制组件容器的配置数据对应的控制组件容器;
    根据所述控制组件配置数据,生成已创建的每个控制组件容器各自对应的多个控制组件;
    根据已生成的每个所述控制组件、已创建的每个所述控制组件容器和每个所述控制组件容器所属的控制窗口,加载并显示所述显示界面。
  5. 根据权利要求1至4中任一项所述的显示界面控制方法,其特征在于,所述根据每个所述控制组件容器所属的控制窗口、所述控制组件容器配置数据和所述控制组件配置数据,加载并显示所述显示界面之后,还包括:
    响应于所述显示界面获取到的布局操作,生成对应的布局操作事件,其中,所述布局操作用于调整所述显示界面中各控制组件容器的布局;
    根据所述布局操作事件,确定目标控制组件容器,其中,所述目标控制组件容器为待执行布局操作的控制组件容器;
    确定所述目标控制组件容器所属的目标控制窗口,并通过所述目标控制窗口,对所述布局操作进行处理,其中,所述目标控制窗口为用于处理所述布局操作的控制窗口。
  6. 根据权利要求5所述的显示界面控制方法,其特征在于,所述通过所述目标控制窗口,对所述布局操作进行处理之后,还包括:
    在所述布局操作处理完成后,调整所述目标控制组件容器的状态标识位的数值。
  7. 根据权利要求5所述的显示界面控制方法,其特征在于,所述确定所述目标控制组件容器所属的目标控制窗口,包括:
    获取所述目标控制组件容器的控制组件容器标识符,并确定所述控制组件容器标识符所属的控制组件容器标识符集;
    将所述控制组件容器标识符集对应的控制窗口作为所述目标控制组件容器所属的目标控制窗口。
  8. 根据权利要求5所述的显示界面控制方法,其特征在于,所述通过所述目标控制窗口,对所述布局操作进行处理,包括:
    通过所述目标控制窗口,对多个所述目标控制组件容器的布局操作进行合并,并对合并后的多个所述目标控制组件容器的布局操作进行处理。
  9. 根据权利要求1至4中任一项所述的显示界面控制方法,其特征在于,所述根据每个所述控制组件容器所属的控制窗口、所述控制组件容器配置数据 和所述控制组件配置数据,加载并显示所述显示界面之后,还包括:
    获取视图组件之间的通信指令,并根据所述通信指令,确定待通信的多个视图组件,其中,所述视图组件为控制窗口、控制组件容器和控制组件中的一种,所述通信指令用于控制待通信的多个视图组件进行通信;
    根据待通信的多个视图组件,确定通信转发组件,其中,所述通信转发组件为控制窗口和控制组件容器中的一种,所述通信转发组件用于转发待通信的多个所述视图组件之间的通信数据;
    基于所述通信转发组件,根据所述通信指令转发多个所述视图组件之间的通信数据。
  10. 根据权利要求9所述的显示界面控制方法,其特征在于,所述根据所述通信指令,确定待通信的多个视图组件,包括:
    从所述通信指令中获取第一视图组件标识符,并获取与所述第一视图组件标识符关联的第二视图组件标识符;
    将所述第一视图组件标识符对应的视图组件和每个所述第二视图组件标识符对应的视图组件均作为待通信的视图组件。
  11. 根据权利要求9所述的显示界面控制方法,其特征在于,所述根据待通信的多个视图组件,确定通信转发组件,包括:
    获取预存的视图组件树的层级信息,并获取待通信的多个视图组件中各视图组件的层级标识符,其中,所述层级信息包括所述视图组件树中的每个视图组件的层级标识符;
    根据所述层级信息和待通信的多个视图组件中各视图组件的层级标识符,从所述视图组件树中选择一个视图组件作为通信转发组件。
  12. 一种通信控制方法,其特征在于,应用于控制终端,包括:
    获取视图组件之间的通信指令,并根据所述通信指令,确定待通信的多个视图组件,其中,所述视图组件为控制窗口、控制组件容器和控制组件中的一种,所述通信指令用于控制待通信的多个视图组件进行通信;
    根据待通信的多个视图组件,确定通信转发组件,其中,所述通信转发组件为控制窗口和控制组件容器中的一种,所述通信转发组件用于转发多个所述视图组件之间的通信数据;
    基于所述通信转发组件,根据所述通信指令转发多个所述视图组件之间的通信数据。
  13. 根据权利要求12所述的通信控制方法,其特征在于,所述根据所述通 信指令,确定待通信的多个视图组件,包括:
    从所述通信指令中获取第一视图组件标识符,并获取与所述第一视图组件标识符关联的第二视图组件标识符;
    将所述第一视图组件标识符对应的视图组件和每个所述第二视图组件标识符对应的视图组件均作为待通信的视图组件。
  14. 根据权利要求12所述的通信控制方法,其特征在于,所述根据待通信的多个视图组件,确定通信转发组件,包括:
    获取预存的视图组件树的层级信息,并获取待通信的多个视图组件中各视图组件的层级标识符,其中,所述层级信息包括所述视图组件树中的每个视图组件的层级标识符;
    根据所述层级信息和待通信的多个视图组件中各视图组件的层级标识符,从所述视图组件树中选择一个视图组件作为通信转发组件。
  15. 根据权利要求12至14中任一项所述的通信控制方法,其特征在于,所述控制终端包括显示界面,所述通信控制方法,还包括:
    响应于所述显示界面获取到的布局操作,生成对应的布局操作事件,其中,所述布局操作用于调整所述显示界面中各控制组件容器的布局;
    根据所述布局操作事件,确定目标控制组件容器,其中,所述目标控制组件容器为待执行布局操作的控制组件容器;
    确定所述目标控制组件容器所属的目标控制窗口,并通过所述目标控制窗口,对所述布局操作进行处理,其中,所述目标控制窗口为用于处理所述布局操作的控制窗口。
  16. 根据权利要求15所述的通信控制方法,其特征在于,所述通过所述目标控制窗口,对所述布局操作进行处理之后,还包括:
    在所述布局操作处理完成后,调整所述目标控制组件容器的状态标识位的数值。
  17. 根据权利要求15所述的通信控制方法,其特征在于,所述确定所述目标控制组件容器所属的目标控制窗口,包括:
    获取所述目标控制组件容器的控制组件容器标识符,并确定所述控制组件容器标识符所属的控制组件容器标识符集;
    将所述控制组件容器标识符集对应的控制窗口作为所述目标控制组件容器所属的目标控制窗口。
  18. 根据权利要求15所述的通信控制方法,其特征在于,所述通过所述目 标控制窗口,对所述布局操作进行处理,包括:
    通过所述目标控制窗口,对多个所述目标控制组件容器的布局操作进行合并,并对合并后的多个所述目标控制组件容器的布局操作进行处理。
  19. 一种控制终端,其特征在于,所述控制终端包括存储器、处理器和显示装置;
    所述存储器用于存储计算机程序;
    所述处理器,用于执行所述计算机程序并在执行所述计算机程序时,实现如下步骤:
    获取可移动平台的型号标识符,并获取所述型号标识符对应的控制组件容器配置数据,其中,所述控制组件容器配置数据包括至少一个控制组件容器的配置数据,所述控制组件容器配置数据用于通过所述显示装置控制显示界面加载并显示所述控制组件容器中的控制组件;
    获取每个所述控制组件容器对应的控制组件配置数据,其中,所述控制组件配置数据包括至少一个控制组件的配置数据,所述控制组件配置数据能够由所述控制组件容器配置数据确定,用于调整所述控制组件在所述显示界面的显示;
    确定每个所述控制组件容器所属的控制窗口,并根据每个所述控制组件容器所属的控制窗口、所述控制组件容器配置数据和所述控制组件配置数据,控制所述显示装置加载并显示所述显示界面。
  20. 根据权利要求19所述的控制终端,其特征在于,所述处理器实现获取所述型号标识符对应的控制组件容器配置数据时,用于实现:
    获取预存的型号标识符与控制组件容器配置数据之间的映射关系表;
    根据所述映射关系表和所述型号标识符,获取所述型号标识符对应的控制组件容器配置数据。
  21. 根据权利要求19所述的控制终端,其特征在于,所述处理器实现确定每个所述控制组件容器所属的控制窗口时,用于实现:
    从所述控制组件容器配置数据中获取每个控制组件容器各自对应的控制组件容器标识符,其中,所述控制组件容器标识符用于唯一标识控制组件容器;
    获取预设的每个控制窗口各自对应的控制组件容器标识符集,其中,所述控制组件容器标识符集包括多个控制组件容器标识符;
    根据每个所述控制组件容器各自对应的控制组件容器标识符和每个所述控制窗口各自对应的控制组件容器标识符集,确定每个所述控制组件容器所属的 控制窗口。
  22. 根据权利要求19所述的控制终端,其特征在于,所述处理器实现根据每个所述控制组件容器所属的控制窗口、所述控制组件容器配置数据和所述控制组件配置数据,控制所述显示装置加载并显示所述显示界面时,用于实现:
    根据所述控制组件容器配置数据中每个控制组件容器的配置数据,创建每个控制组件容器的配置数据对应的控制组件容器;
    根据所述控制组件配置数据,生成已创建的每个控制组件容器各自对应的多个控制组件;
    根据已生成的每个所述控制组件、已创建的每个所述控制组件容器和每个所述控制组件容器所属的控制窗口,控制所述显示装置加载并显示所述显示界面。
  23. 根据权利要求19至22中任一项所述的控制终端,其特征在于,所述处理器实现根据每个所述控制组件容器所属的控制窗口、所述控制组件容器配置数据和所述控制组件配置数据,控制所述显示装置加载并显示所述显示界面之后,还用于实现:
    响应于所述显示界面获取到的布局操作,生成对应的布局操作事件,其中,所述布局操作用于调整所述显示界面中各控制组件容器的布局;
    根据所述布局操作事件,确定目标控制组件容器,其中,所述目标控制组件容器为待执行布局操作的控制组件容器;
    确定所述目标控制组件容器所属的目标控制窗口,并通过所述目标控制窗口,对所述布局操作进行处理,其中,所述目标控制窗口为用于处理所述布局操作的控制窗口。
  24. 根据权利要求23所述的控制终端,其特征在于,所述处理器实现通过所述目标控制窗口,对所述布局操作进行处理之后,还用于实现:
    在所述布局操作处理完成后,调整所述目标控制组件容器的状态标识位的数值。
  25. 根据权利要求23所述的控制终端,其特征在于,所述处理器实现确定所述目标控制组件容器所属的目标控制窗口时,用于实现:
    获取所述目标控制组件容器的控制组件容器标识符,并确定所述控制组件容器标识符所属的控制组件容器标识符集;
    将所述控制组件容器标识符集对应的控制窗口作为所述目标控制组件容器所属的目标控制窗口。
  26. 根据权利要求23所述的控制终端,其特征在于,所述处理器实现通过所述目标控制窗口,对所述布局操作进行处理时,用于实现:
    通过所述目标控制窗口,对多个所述目标控制组件容器的布局操作进行合并,并对合并后的多个所述目标控制组件容器的布局操作进行处理。
  27. 根据权利要求19至22中任一项所述的控制终端,其特征在于,所述处理器实现根据每个所述控制组件容器所属的控制窗口、所述控制组件容器配置数据和所述控制组件配置数据,控制所述显示装置加载并显示所述显示界面之后,还用于实现:
    获取视图组件之间的通信指令,并根据所述通信指令,确定待通信的多个视图组件,其中,所述视图组件为控制窗口、控制组件容器和控制组件中的一种,所述通信指令用于控制待通信的多个视图组件进行通信;
    根据待通信的多个视图组件,确定通信转发组件,其中,所述通信转发组件为控制窗口和控制组件容器中的一种,所述通信转发组件用于转发待通信的多个所述视图组件之间的通信数据;
    基于所述通信转发组件,根据所述通信指令转发多个所述视图组件之间的通信数据。
  28. 根据权利要求27所述的控制终端,其特征在于,所述处理器实现根据所述通信指令,确定待通信的多个视图组件时,用于实现:
    从所述通信指令中获取第一视图组件标识符,并获取与所述第一视图组件标识符关联的第二视图组件标识符;
    将所述第一视图组件标识符对应的视图组件和每个所述第二视图组件标识符对应的视图组件均作为待通信的视图组件。
  29. 根据权利要求27所述的控制终端,其特征在于,所述处理器实现根据待通信的多个视图组件,确定通信转发组件时,用于实现:
    获取预存的视图组件树的层级信息,并获取待通信的多个视图组件中各视图组件的层级标识符,其中,所述层级信息包括所述视图组件树中的每个视图组件的层级标识符;
    根据所述层级信息和待通信的多个视图组件中各视图组件的层级标识符,从所述视图组件树中选择一个视图组件作为通信转发组件。
  30. 一种控制终端,其特征在于,所述控制终端包括存储器、处理器和显示装置;
    所述存储器用于存储计算机程序;
    所述处理器,用于执行所述计算机程序并在执行所述计算机程序时,实现如下步骤:
    获取视图组件之间的通信指令,并根据所述通信指令,确定待通信的多个视图组件,其中,所述视图组件为控制窗口、控制组件容器和控制组件中的一种,所述通信指令用于控制待通信的多个视图组件进行通信;
    根据待通信的多个视图组件,确定通信转发组件,其中,所述通信转发组件为控制窗口和控制组件容器中的一种,所述通信转发组件用于转发多个所述视图组件之间的通信数据;
    基于所述通信转发组件,根据所述通信指令转发多个所述视图组件之间的通信数据。
  31. 根据权利要求30所述的控制终端,其特征在于,所述处理器实现根据所述通信指令,确定待通信的多个视图组件时,用于实现:
    从所述通信指令中获取第一视图组件标识符,并获取与所述第一视图组件标识符关联的第二视图组件标识符;
    将所述第一视图组件标识符对应的视图组件和每个所述第二视图组件标识符对应的视图组件均作为待通信的视图组件。
  32. 根据权利要求30所述的控制终端,其特征在于,所述处理器实现根据待通信的多个视图组件,确定通信转发组件时,用于实现:
    获取预存的视图组件树的层级信息,并获取待通信的多个视图组件中各视图组件的层级标识符,其中,所述层级信息包括所述视图组件树中的每个视图组件的层级标识符;
    根据所述层级信息和待通信的多个视图组件中各视图组件的层级标识符,从所述视图组件树中选择一个视图组件作为通信转发组件。
  33. 根据权利要求30至32中任一项所述的控制终端,其特征在于,所述控制终端包括显示界面,所述处理器还用于实现如下步骤:
    响应于所述显示装置显示的所述显示界面获取到的布局操作,生成对应的布局操作事件,其中,所述布局操作用于调整所述显示界面中各控制组件容器的布局;
    根据所述布局操作事件,确定目标控制组件容器,其中,所述目标控制组件容器为待执行布局操作的控制组件容器;
    确定所述目标控制组件容器所属的目标控制窗口,并通过所述目标控制窗口,对所述布局操作进行处理,其中,所述目标控制窗口为用于处理所述布局 操作的控制窗口。
  34. 根据权利要求33所述的控制终端,其特征在于,所述处理器实现通过所述目标控制窗口,对所述布局操作进行处理之后,还用于实现:
    在所述布局操作处理完成后,调整所述目标控制组件容器的状态标识位的数值。
  35. 根据权利要求33所述的控制终端,其特征在于,所述处理器实现确定所述目标控制组件容器所属的目标控制窗口时,用于实现:
    获取所述目标控制组件容器的控制组件容器标识符,并确定所述控制组件容器标识符所属的控制组件容器标识符集;
    将所述控制组件容器标识符集对应的控制窗口作为所述目标控制组件容器所属的目标控制窗口。
  36. 根据权利要求33所述的控制终端,其特征在于,所述处理器实现通过所述目标控制窗口,对所述布局操作进行处理时,用于实现:
    通过所述目标控制窗口,对多个所述目标控制组件容器的布局操作进行合并,并对合并后的多个所述目标控制组件容器的布局操作进行处理。
  37. 一种显示界面控制系统,其特征在于,所述显示界面控制系统包括处理器和存储器;
    所述存储器用于存储计算机程序;
    所述处理器,用于执行所述计算机程序并在执行所述计算机程序时,实现权利要求1至11中任一项所述的显示界面控制方法。
  38. 一种通信控制系统,其特征在于,所述通信控制系统包括处理器和存储器;
    所述存储器用于存储计算机程序;
    所述处理器,用于执行所述计算机程序并在执行所述计算机程序时,实现权利要求12至18中任一项所述的通信控制方法。
  39. 一种计算机可读存储介质,其特征在于,所述计算机可读存储介质存储有计算机程序,所述计算机程序被处理器执行时使所述处理器实现如权利要求1至11中任一项所述的显示界面控制方法,或者实现权利要求12至18中任一项所述的通信控制方法。
PCT/CN2019/108220 2019-09-26 2019-09-26 显示界面控制方法、通信控制方法、系统及控制终端 WO2021056343A1 (zh)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201980033696.9A CN112219188A (zh) 2019-09-26 2019-09-26 显示界面控制方法、通信控制方法、系统及控制终端
PCT/CN2019/108220 WO2021056343A1 (zh) 2019-09-26 2019-09-26 显示界面控制方法、通信控制方法、系统及控制终端

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2019/108220 WO2021056343A1 (zh) 2019-09-26 2019-09-26 显示界面控制方法、通信控制方法、系统及控制终端

Publications (1)

Publication Number Publication Date
WO2021056343A1 true WO2021056343A1 (zh) 2021-04-01

Family

ID=74058751

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/108220 WO2021056343A1 (zh) 2019-09-26 2019-09-26 显示界面控制方法、通信控制方法、系统及控制终端

Country Status (2)

Country Link
CN (1) CN112219188A (zh)
WO (1) WO2021056343A1 (zh)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102193795A (zh) * 2010-03-12 2011-09-21 国际商业机器公司 布局变换装置、布局变换程序以及布局变换方法
CN104239037A (zh) * 2014-08-25 2014-12-24 中国电子科技集团公司第二十九研究所 一种业务功能可重构的软件框架
US20150081781A1 (en) * 2005-06-07 2015-03-19 Rockwell Automation Technologies, Inc. Method and system for interface configuration via device-side scripting
CN104598322A (zh) * 2014-12-31 2015-05-06 北京奇虎科技有限公司 多窗口组件间通信的方法及装置
CN106126284A (zh) * 2016-06-21 2016-11-16 东软集团股份有限公司 用于应用程序ui显示的方法及装置
CN108614739A (zh) * 2016-12-12 2018-10-02 阿里巴巴集团控股有限公司 一种传递消息的方法及装置
CN109840122A (zh) * 2019-02-20 2019-06-04 深圳市技达信息技术有限公司 控制设备的方法

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9317490B2 (en) * 2012-09-19 2016-04-19 TagMan Inc. Systems and methods for 3-tier tag container architecture
CN103605516B (zh) * 2013-11-12 2016-08-17 国家电网公司 柔性Web展现框架模型架构设计方法
CN105404524B (zh) * 2014-09-15 2019-01-15 阿里巴巴集团控股有限公司 Java应用中的类加载隔离方法及装置
US10783477B2 (en) * 2015-02-03 2020-09-22 International Business Machines Corporation Template containers for business process management
US10503623B2 (en) * 2016-04-29 2019-12-10 Ca, Inc. Monitoring containerized applications
CN106569856B (zh) * 2016-11-02 2019-11-22 腾讯音乐娱乐(深圳)有限公司 一种应用视图资源文件的加载方法和装置
CN107315580B (zh) * 2017-04-17 2020-06-02 阿里巴巴集团控股有限公司 用户界面的组件处理方法、装置及设备、可读介质
CN109254801A (zh) * 2017-07-12 2019-01-22 阿里巴巴集团控股有限公司 启动、配置方法,装置,设备,介质和操作系统

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150081781A1 (en) * 2005-06-07 2015-03-19 Rockwell Automation Technologies, Inc. Method and system for interface configuration via device-side scripting
CN102193795A (zh) * 2010-03-12 2011-09-21 国际商业机器公司 布局变换装置、布局变换程序以及布局变换方法
CN104239037A (zh) * 2014-08-25 2014-12-24 中国电子科技集团公司第二十九研究所 一种业务功能可重构的软件框架
CN104598322A (zh) * 2014-12-31 2015-05-06 北京奇虎科技有限公司 多窗口组件间通信的方法及装置
CN106126284A (zh) * 2016-06-21 2016-11-16 东软集团股份有限公司 用于应用程序ui显示的方法及装置
CN108614739A (zh) * 2016-12-12 2018-10-02 阿里巴巴集团控股有限公司 一种传递消息的方法及装置
CN109840122A (zh) * 2019-02-20 2019-06-04 深圳市技达信息技术有限公司 控制设备的方法

Also Published As

Publication number Publication date
CN112219188A (zh) 2021-01-12

Similar Documents

Publication Publication Date Title
US11743219B2 (en) Dynamic configuration of application component tiles
WO2019237586A1 (zh) 定时任务管理方法、装置、计算机设备及存储介质
US9946535B2 (en) Application building blocks for on demand and on premise usage
US8554864B2 (en) System and method to synchronously display 3D object information on plural screens of plural computers
EP2835727A1 (en) Method for performing batch management on desktop icon and digital mobile device
CN107451272B (zh) 信息展示方法、介质、装置和计算设备
US20090175561A1 (en) Method and system for retrieving and displaying images of devices connected to a computing device
CN112102417B (zh) 确定世界坐标的方法和装置
US11650830B2 (en) Techniques for modifying a compute instance
WO2019242298A1 (zh) 用于图纸设计的数据处理方法、plm插件及计算设备
US11748334B2 (en) Techniques for data asset discovery
KR102582318B1 (ko) 전자지도 표시 방법, 장치, 기기 및 판독 가능 저장 매체
WO2021056343A1 (zh) 显示界面控制方法、通信控制方法、系统及控制终端
WO2021072763A1 (zh) 无人机激活方法、无人机解绑方法、设备及存储介质
CN113986493B (zh) 业务使用请求处理方法、相关装置及计算机程序产品
US20230216750A1 (en) Techniques for allocating capacity in cloud-computing environments
US11956270B2 (en) Parallel network-based vulnerability scanning
CN114979045B (zh) 一种群聊机器人通信方法、装置、设备及介质
CN112150257B (zh) 订单处理方法、云端系统、电子设备及存储介质
CN114090158B (zh) 显示方法、装置、电子设备和介质
CN113129457B (zh) 纹理生成方法、装置、设备和介质
US20240187501A1 (en) Techniques for distributed interface component generation
CN117093607A (zh) 一种针对大数据场景下数据统计查询的优化方法
CN116578791A (zh) 导航栏加载方法、装置、设备及存储介质
CN118069565A (zh) 一种多触摸屏映射方法、装置、设备及存储介质

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 19947341

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19947341

Country of ref document: EP

Kind code of ref document: A1