WO1993006561A1 - Software for executing plural independent application programs - Google Patents

Software for executing plural independent application programs Download PDF

Info

Publication number
WO1993006561A1
WO1993006561A1 PCT/US1991/007019 US9107019W WO9306561A1 WO 1993006561 A1 WO1993006561 A1 WO 1993006561A1 US 9107019 W US9107019 W US 9107019W WO 9306561 A1 WO9306561 A1 WO 9306561A1
Authority
WO
WIPO (PCT)
Prior art keywords
display
program
backplane
application program
application programs
Prior art date
Application number
PCT/US1991/007019
Other languages
French (fr)
Inventor
Brent L. Rickenbach
Thomas E. Rosenthal
Original Assignee
Ceridian Corporation
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 Ceridian Corporation filed Critical Ceridian Corporation
Priority to JP3516089A priority Critical patent/JPH06510868A/en
Priority to AU86281/91A priority patent/AU664538B2/en
Publication of WO1993006561A1 publication Critical patent/WO1993006561A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/03Arrangements for converting the position or the displacement of a member into a coded form
    • G06F3/033Pointing devices displaced or positioned by the user, e.g. mice, trackballs, pens or joysticks; Accessories therefor
    • G06F3/038Control and interface arrangements therefor, e.g. drivers or device-embedded control circuitry
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G5/00Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators
    • G09G5/14Display of multiple viewports

Definitions

  • This invention relates to a software system by which a plurality of independent application program modules may be integrated for federated execution and display, and particularly to a software system which fuses the display outputs of a plurality of independent application programs into a single overlayed screen display.
  • the invention is also useful in connection with a windowing management system to overlay displays generated by a plurality of independent application programs within a single window or display area.
  • the display screen can generate displays in any given display area from the display generation routines of a single program. This is accomplished by executing the draw or display function at screen coordinates specified by the application program.
  • Graphical displays are generated using a graphics program, which may include a plurality of subroutines representing graphical representations, such as icons.
  • Other programs include camera models, two-dimensional coordinate subroutines, and three-dimensional coordinate programs for generation of displays based on input data. Overlay subroutines of some programs permit overlaying the displays in a "graphics-on-graphics" format.
  • the display generation routines for the graphics program include pre-draw (get ready) and draw routines to generate graphical images on the display screen in accordance with the program commands.
  • the plurality of templates and subroutines are imbedded in the individual graphics program. As the nature, number and complexity of the subroutines increase, so does the complexity of the graphics generation subroutines.
  • a typical windowing treatment employs a windowing management system, which is a computer program designed to control the size, shape and position of each of the plurality of windows on the individual display screen.
  • the windowing management system assigns a single program to each window, each program having its own user interfaces and display generation routines to effectuate input and processing of data, in manners specified by the program, and to generate displays of outputs in the individual window.
  • the windowing management system ensures each display is maintained within the bounds of the assigned window.
  • each window In the use of a typical windowing system, the user selects the size and position of each window, including occluding the windows themselves, and, through access of each of the individual programs, manipulates the data display for each individual window. More particularly, the processor, operating under control of program 1, permits the input of data, execution of specific desired operations using that data, and display of the results in a desired manner in window A on the display screen. To effectuate displays in window B, the processor executes under control of program 2 to input and process data and effectuate a desired display in window B on the display screen.
  • Each window may be employed for textual display, graphical display, or a combination thereof, depending on the capabilities of the program employed.
  • a hand-held "mouse” control or other pointing device, is often employed to effectuate operations in a given window, usually in conjunction with a series of displayed commands appearing at an edge of the window ("menu") .
  • a mouse is often used to define the position and size of the window, as well as to define graphs and tables, generate lines, and move displayed images within a window.
  • Windowing software while permitting graphical display from several programs, did not display outputs from several programs in a registered overlayed fashion. Instead, the several displays had to be juxtaposed for comparison by the user, or were pre-registered by a memory device for display under control of a single program. Windows permitted independent application programs for each window. Consequently, there is a need for a program technique by which diverse input devices provide input for complex execution to generate complex displays, yet which permits additions and changes to the program by persons unfamiliar with other parts thereof, without adversely affecting the program. However, this need has not been met using a single program under the control of a single processor to drive the single window.
  • windowing management systems such as X-Windows
  • X-Windows permitted users to generate displays of outputs from two independent application programs anywhere on the display screen. While such windowing systems would seemingly not preclude two or more programs from drawing in a single window, such windowing systems did not provide support to do so.
  • windowing systems provided no ability for the displays of two or more programs to independently share windows or to coordinate displays. Nor have windows systems solved problems associated with input commands adversely affecting the several programs, or the difficulties with redraw commands to the several programs, among other problems.
  • a software system fuses the display outputs of each of a plurality of independent application programs into a single overlayed display.
  • the backplane software architecture provides an interrupt of the draw subroutine calling sequences for each independent application program, and redirects those sequences to the backplane software so that backplane integration/interlock routines are called instead.
  • a redraw subroutine is subsequently called by the independent application program
  • a redraw command issued by the backplane software to the application program operates the display generation routines to cause a display. Since all of the independent application programs have draw sequences under control of the backplane software, the application programs remain independent, of each other, yet the components of the display are in registration to provide a composite display.
  • One feature of the present invention resides in the provision of a coordinates database which manages the coordinate data for each display.
  • the display coordinates supplied by each application program for individual display generation are offset by the coordinate data from the database. Consequently, the separate displays generated by the separate programs are merged into an overlay display by the coordinate database to create a fused display of several components generated by the separate programs.
  • Another feature of the present invention resides in the use of orientation data to orient the attitude of the display generated by each application program in a uniform manner.
  • Another feature of the invention resides in the backplane software multiplexing the input devices to each subscribing independent application program integrated into the architecture.
  • Each application program executes the input interface code as developed by the original developer and executes input commands as if it were a stand-alone, un-integrated application program.
  • Another feature of the present invention resides in the fact that the individual programs are individually processed and need not be compatible with each other, either in code or language.
  • the individual programs may, if desired, be processed on separate processors for display in a single window.
  • the invention is adaptable to parallel processor systems.
  • Another feature of the invention resides in the use of a windowing management system in which plural windows may be employed, with some or all of the windows selectively operating under the control of the backplane software.
  • the displays generated by plural programs may be overlayed in selected windows, while other windows remain under control of distinct, single programs as in the prior art.
  • the windows with overlayed and non- overlayed displays may be occluded, juxtaposed, or positioned in any other configuration under control of the windowing management system, as is well known in the art.
  • Figure 1 is a diagram illustrating the concept of a typical computer display windowing system of the prior art.
  • Figure 2 is a diagram illustrating the concept of a computer display windowing system incorporating an open systems backplane software architecture in accordance with the present invention.
  • Figure 3 is a diagram illustrating the concept of an open systems backplane architecture in accordance with the present invention.
  • FIGS 4-6 are flow diagrams of the backplane software and application program subroutines in accordance with the presently preferred embodiment of the present invention comprising the open systems backplane architecture in accordance with the present invention.
  • Figure 7 is a view of a display screen window menu for the software and subroutines of Figures 4-6.
  • Figures 8A-8C are plan view of a display screen illustrating the effect of stacking and fusing displays generated by separate application programs.
  • BEST MODE FOR CARRYING OUT THE INVENTION The present invention is carried out employing backplane software written as a modification to a windowing software, such as the Sun NeWS Network Extendible Windowing System available from Sun Microsystems, Inc. as modified by Silicon Graphics Computer Systems Inc. , with the addition of subroutines inserted into independent application programs.
  • the software operates on a CYBER 1 " 910 computer available from Control Data Corporation of Minneapolis, Minnesota, configured with a Unix operating system.
  • the present invention is directed to a backplane software architecture to permit execution of a plurality of independent application programs for the plural independent display of outputs from each independent application program to generate a single, federated display. While the invention is useful as a display tool, independent of windowing systems, the invention will be described in conjunction with the windowing system, such as above-described modified Sun NeWS windowing system.
  • Figure 1 illustrates a conceptual layout of a typical windowing system where a display screen
  • windowing management system 14 software under the management of a windowing management system 14 (software) , such as the Sun NeWS software.
  • Application programs 16 and 18 each has a graphics generation routine 19, 20 (software) which operates graphics driver 13 to generate an output display in the respective window. The respective output display is generated based on the computational output of the program execution unit 21, 22.
  • User interfaces (software) 23, 24 for each program 16, 18 provides interface to the user input devices 25, 26 for each application program.
  • User input devices 25, 26 are suitable input devices such as keyboards, mouse controls (pointing devices) , tape and disc drives, sensors, and other input hardware for inputting data and commands to the respective application program 16, 18.
  • Windowing management system 14 assigns a single window to each application, program 16 and 18.
  • Each program has its own user interface and graphics generator to effectuate input and processing of data in a manner specified by the application program and to display outputs in the individual window.
  • Windowing management system 14 assigns a program to the window and controls the size and position of each window and assures that the displays generated by graphics generators 19 and 20 are confined to the bounds of their respective windows 10 and 12.
  • Windowing management system 14 further permits the user to switch into, out of and between application programs 16 and 18 so that input devices such as the keyboards and mouse controls may be operated with each application program successively.
  • the windowing management system 14 also permits the user to operate controls to permit changing the size and position of the respective windows, occluding the windows, and other functions well known in the art.
  • the windowing management system 14 of the prior art was not capable of effectively operating plural independent programs in a single window. More particularly, users of prior windowing management systems were not able to simultaneously display outputs from plural independent application programs in a single window in an overlayed, registered fashion. While sophisticated overlays were possible employing templates and other features of a single application program, these programs were necessarily limited in design and versatility to the single program provided by the software developer. As the complexity of graphics programs increased, and particularly as the displays became more complex due to overlaying of displays, it became increasingly difficult to change or modify the application program or to customize the application program for a given user's requirements.
  • Figure 2 illustrates a conceptual layout of a windowing system in accordance with the present invention. While Figure 2 illustrates a single window, it is understood that plural windows may be employed on a single display screen in a manner well known in the art.
  • the system of Figure 2 employs a windowing management system 30, such as the Sun NeWS windowing management system of the prior art.
  • Backplane software 32 in accordance with the present invention is provided as a manager for the displays in an individual window 34, which is a window formed on the computer display screen.
  • a plurality of independent application programs 36, 36a, 36b each includes independent user interfaces 38, 38a, 38b, program execution routines 42, 42a, 42b, and graphics generator routines 44, 44a, 44b.
  • Each user interface 38, 38a, 38b is connected through multiplexing switch 39 to receive data and commands from input devices 40, 40a, 40b, 40c to operate execute a program execution routine 42, 42a, 42b.
  • the respective graphics generator routines 44, 44a, 44b operate graphics drivers 46 of display terminal 58 to generate displays to write (or draw) on window 34.
  • Backplane control routines 48, 48a, 48b for each program 36, 36a, 36b operates with backplane software 32 to control and direct displays generated by the individual programs so that the several displays fuse in the display window in an overlapped, registered fashion, with each individual program display providing a layer in a stack of overlapped displays in a manner to be described herein.
  • an image is displayed as a background display, the image data writing into substantially all pixels in the display window.
  • the overlayed (foreground) displays are transparent graphics displays which overwrite onto selected pixels in the display window. Each pixel not overwritten by an overlay transparency continues to display the background image.
  • the windowing software concept illustrated in Figure 2 permits each of a plurality of independent application programs 36 to execute on input data and commands from its respective user input devices to generate a display layer in window 34 which is independent of the display layers generated by each of the other independent application programs 36.
  • Each application program obtains data and commands, executes program functions, and generates display commands without interface with the other application programs. Consequently, the several independent application programs 36 do not need to be written in the same language (provided the display generation routines are compatible to the display apparatus) , and do not need to reside or execute on the same processor.
  • Window 34 displays a stack of independent overlapped displays, each layer being supplied by an independent program 36.
  • Some of the layers of the stack may be images, others may be depictions of user database contents, others may be textual, others graphical depictions which are the result of camera, 3-dimensional or 2-dimensional input from various sources.
  • the order of layering of the stack of displays affects the manner of redrawing displays, as well as the manner of input of data and commands to each individual program.
  • one of the layers is designated a background layer, whereas the other layers are foreground layers. The order of layering amongst the foreground layers may be altered as will be explained hereinafter.
  • FIG. 3 illustrates a layout of the backplane software architecture in accordance with the presently preferred embodiment of the present invention.
  • the backplane software 50 includes a window manager 52 which receives inputs from one or more user input devices such as keyboard 54, mouse 56, or any other suitable data or command input device. Input device events from input devices 54, 56 are forwarded through the window manager 52 through top application switch or software switch 62 to a selected one of interface routines 64a, 64b, ... 64n associated with a respective independent application program 66a, 66b, ... 66n.
  • Each independent application program includes a user interface for receiving input data and commands from input devices 54,56, program execution units for executing on the data and commands in a manner prescribed by the program, and a graphics generation routine for effectuating the generation of a display on the display screen through the graphics drivers associated with display terminal 58.
  • the backplane software includes a dynamic table 68 containing common coordinate data and orientation data, the coordinate data representing coordinates of displays within the window, and the orientation data representing an orientation or attitude of the display. This data is provided to each of the interface routines 64a, 64b, ... 64n associated with each independent application program.
  • Window manager 52 provides drawing and clipping commands to the display device or terminal 58 via bus 60.
  • Window manager 52 is also connected to provide redraw commands to each of the independent application programs via bus 61.
  • the application program displays are redrawn in succession, so that upon completion of the redraw command in one program a redraw done command is returned to window manager 52, whereupon the window manager commands the next independent application program to perform a redraw function.
  • the concept of successive redraw commands is illustrated in Figure 3 as cascading through the independent application programs, with the redraw done command returning from the last independent application program 66n, but it is understood that redraw commands are actually issued by window manager 52 for each successive application program in a manner to be explained.
  • Each independent application program 66 generates a display output through its respective display generation routines to command a display at selected coordinates of display screen 58.
  • interface routines 64a, 64b, 64n modify the respective application program 66 so that redraw process calls of the application program are interrupted and exchanged for calls to the interface subroutines 64.
  • an application program draw or redraw requirement flag is set, as at step 70, the flag is interrupted by interface routine 64 associated with the independent application program, and a redraw stack call command is sent to window manager 52 of the backplane software
  • window manager 52 returns a redraw token (via bus 61) to the bottom or lowest program of the stack of the independent application programs (which is usually the background image layer) . This has the effect of placing a redraw command token into the event loop of the independent application program to permit execution of the redraw routine by the independent application program (step 76) .
  • the process performed at step 76 is described in greater detail in connection with Figure 5, and includes execution of displays at screen coordinates based on offset coordinates supplied by coordinate table 68 ( Figure 3) .
  • Step 76 also includes obtaining orientation data from table 68 to. align the orientation for all displays.
  • independent application program 66 executes the clearing and redrawing of information in its display window in accordance with the instructions of the application program in its own code.
  • the backplane architecture permits independent execution of the display generation routines of each independent application program 66, but transformed so as to merge with outputs of other independent application programs in the integrated window controlled by the backplane software.
  • window manager 52 of the backplane software operates to effectuate a draw or redraw function by each independent application program for each successive higher window layer in the stack.
  • Each layer above the image layer is a transparent display which overwrites on selected pixels in the window, thereby permitting the image background display to remain visible on the undisturbed pixels.
  • window manager 52 determines, at step 80, whether or not there is a higher level independent application program. If no program has a higher window layer, the stack redraw is halted and the process ends at step 81. If an application program has. a higher window layer, window manager 52 issues a redraw token (step 82) to the application program having the next higher layer in the stack, thus paralleling the function at step 74. That application program executes its redraw through its display generation routines as previously described, and the process continues through the loop illustrated in Figure 4 until redraw functions are completed in all higher application programs and the process exits at step 81.
  • step 76 in Figure 4 The execution of the independent application program (step 76 in Figure 4) is illustrated in greater detail in Figure 5.
  • a redraw token is received from step 74 in Figure 4, placed in the queue of the independent application program and recognized for processing (step 90) , redraw is initiated at step 92 by the independent application program.
  • Several options are available, depending upon the functional nature of the application program and its need for particular information to intelligently fuse its output information within the window display 34 ( Figure 2) . If application program 66 requires three dimensional camera modeling information to support transformation of three- dimensional graphics output information, information is obtained at step 96 from the backplane software, and particularly from the common coordinates table 68 ( Figure 3) , to extract information from the backplane software for the reference image that is currently baselining camera model for the display window.
  • three-dimensional data may be accessed from table 68 and at step 102 two- dimensional information may be obtained from table 68.
  • the data obtained from table 68 includes coordinate data and orientation data.
  • Each program includes coordinate data indicating the position of the program's display on the display screen (if not under control of the management system of the present invention) ,. and includes orientation data representative of the orientation (attitude) of the display.
  • the program coordinate data is the data representing the screen coordinates where the program will draw the representation of an object if the program is not under control of a windowing management system.
  • the program orientation data is the data representing the orientation of the object to be drawn (i.e., the direction from which the object will be viewed) in absence of a windowing management system according to the present invention.
  • the data from table 68 provides reference coordinate offset information to permit the displays to be drawn in the proper position, and includes orientation information to permit the displays to all appear at the same orientation. Consequently, the backplane software controls the displays from the collection of independent application program outputs so that the graphics and text outputs are fused within window 34 under control of the backplane software.
  • Each application program display is layered (as opposed to merged) into the window by the backplane software as an independent display layer of the window.
  • the plural display layers are interlocked in a federated manner so that the several independent display layers appear fully registered to each other.
  • Each program is executed in its own code at step 104 until completed at step 106 whereupon a redraw done call is performed by the application program through the interface routine 64 to the backplane software, and particularly to step 78 of Figure 4.
  • the redraw operation continues through the independent application programs having window layers successively higher in the stack order until termination of the redraw activity, as previously described.
  • the application programs available for drawing may be selectively* switched in and out (on and off) of the display stack.
  • the user may selectively switch display layers into and out of the stack. On redraw, only those layers which are switched into the display are redrawn. More particularly, in issuing the redraw token at step 82 ( Figure 4) , the software issues that token only if the program to receive the token is on or active in the window. Additionally, several background display (image) programs may be alternately switched onto the display stack. Only one background display is generated at a given time because the background displays write onto substantially all the pixels. As the user turns on a given background display, the software switches off the existing background display.
  • Figure 6 is a flow diagram illustrating the management of the interface to the user input devices.
  • the window layers generated by independent application programs 66 are arranged in a stack.
  • User input devices such as keyboard 54 and mouse
  • FIG. 3 illustrates the manner by which any selected independent application program, other than that program which generates the background layer, is promoted to the top of the stack so that it may respond to user input commands. Promoting an independent application program to the top of the stack is accomplished with an input device, such as a mouse control.
  • step 120 if the mouse is operated when its cursor screen coordinates are in tab function 139, window stack control menu 140 turns on whereupon when the mouse control is again operated when its cursor screen coordinates are in the window stack control menu 140 of a selected independent application program, operation of the mouse control will "pop" the associated application program to the top of the backplane stack, at step 122, moving all other application programs previously ahead of the "popped" program down one step in the stack.
  • step 124 the mouse cursor screen coordinates are in display output region 142, then mouse control and other keyboard input commands are routed by software switch 62 ( Figure 3) to the application program at the top of the stack (step 126) .
  • That application program executes in response to the input device event as defined by the application program code. If, at step 130, the mouse cursor screen coordinates are in the stack control region 144, operation of the mouse control (step 132) will display the window stack menu 146 for selection by the user of the various window controls. Operation of the mouse control when the mouse cursor screen control is outside window stack region 140, display output region 142 and backplane window control region 144 indicates that the mouse coordinates are in a region outside window 34 ( Figure 2) , thereby ending the input control program (step 134) .
  • the screen display illustrated at Figure 7 depicts the stack menu 146 identifying the various window controls which can be accomplished on the stack.
  • the controls identified in Figure 7 are, of course, merely examples of the controls which might be incorporated into the window control. Operation of the mouse control when its cursor screen coordinates are in menu 146 will select that function to operate on the entire fused display of the entire stack. For example, if a Zoom command is selected to alter the zoom resolution of the display, all layers of the display in the window " are correspondingly altered. This is accomplished by initiating a redraw function with changed offset coordinates from table 68 ( Figure 3) to the application program whose display is at the bottom of the stack, and redrawing each layer higher as previously described.
  • window stack control includes a "Blink" command which permits a copied version of the window to be alternately displayed with the current contents on a regular timed basis, so that the displays alternate in prominence; a "Copy” command which saves a copy of the stack display; a "Show All” command which restores a window from a previous zoom command to display the entire unzoomed window; a "Paint” command which initiates a redraw function; a "Push” command which occludes the display windows; a "Move” command which moves a window; and “Resize” command which changes the size of the window; a “Stow” command which iconifies the window and moves it to another screen location; and a "Quit All” command which performs a quit command to the entire window.
  • the regions identified at reference numeral which permits a copied version of the window to be alternately displayed with the current contents on a regular timed basis, so that the displays alternate in prominence
  • a "Copy” command which save
  • a stack identification number is displayed at indicator 152 to identify the stack in the window, and the zoom factor is displayed at indicator 154.
  • Items 156 and 158 provide a "Swap" and "Quit" commands.
  • the Swap function is similar to the Blink function previously described except that the Swap function permits manual alternating the foreground position of two or more foreground application programs, whereas the Blink function cause the alternating to occur automatically and at regular timed intervals.
  • the Quit function is identical to the Quit All function of stack menu 146, but can be accessed without accessing the stack menu.
  • One feature of the present invention resides in the common control of the display generated by the independent application programs. Since the coordinates of the displays generated by each independent application program are offset by the coordinates from coordinate table 68, the several displays can be manipulated in unison under control of the backplane window control. More particularly, by adjusting the offset coordinates, all overlapping displays may be controlled to occur at a common position on the display screen and displays not intended to overlay are segregated. Also, since orientation data for the displays are provided by table 68, all component display layers are oriented at the correct orientation. Each program uses the offset coordinate and orientation data from table 68 to create a display matrix to generate a display layer of proper orientation, size and position on the screen. Moreover, the orientation for all of the layers of the display may be changed merely by changing the orientation data in table 68 for all layers. For example, a composite display may be rotated to alter the orientation of the composite display merely by changing the orientation data in table 68.
  • Pixel 160 ( Figure 7) is the pixel element at the upper left corner of the display generated by the application program having the lowest level display in the window. Pixel 160 defines the upper left corner of display output region 142 of the display screen.
  • the screen coordinates of pixel 160 are inputted into table 68 ( Figure 3) to provide a reference for the coordinate offset for the higher layer displays provided by the other application programs. Should it become necessary or desirable to move the display, and hence the coordinates of pixel 160, new coordinates are inputted into table 68.
  • the application program defining the window coordinate and pixel 160 is the background display, the other application programs generate foreground displays.
  • each program includes orientation data defining the orientation of the intended display.
  • the orientation data is used to create a display matrix for displaying the object.
  • the orientation data from the background program is inputted into table 68 so that each higher level display assumes the same orientation as the background display.
  • the user may change the orientation of the display by using the mouse control or by substituting the orientation data of another program, thereby changing the orientation data in table 68 and hence the orientation of the composite display.
  • the user may change the location of the display by changing the pixel information previously associated with pixel 160.
  • a window according to the present invention and the attachment of an independent application program to an existing window each occur as a subprocess to the normal procedure of calling an application program which is part of an existing window.
  • a "Script" routine to calls up a selected application program.
  • the "Script" routine may include a pre- assigned stack identification number, or no number at all. In either case, the application program calls the backplane software to create a window stack. If a stack identification number is present, a stack number flag is set. In addition a "Special Window” flag is set to indicate that the window opened in not a standard NeWS window.
  • the setting of the "Special Window” flag calls the standard window routine in the standard graphics library, which in turn calls the windowing management software to look for the "Special Window” flag and branch to the backplane software window opening routines. If the stack number flag is set, the backplane software attaches to an existing stack with the assigned stack identification number (if such a stack exists) or creates a new stack with the assigned stack identification number (if no stack with that number exists) . If the stack number flag is not set, the backplane software generates a special icon to permit the user several options to integrate the application program into a window.
  • the user may create a new window stack by operating the control in a non-windowed area of the screen.
  • the user may attach the application program to an existing window stack by operating the mouse control when the special icon is in the window boundary of the stack to which the user wishes to attach the application program.
  • the initiation routines create a stack window in which application programs displays are integrated with the display generated by that program initiating the window. Each application program subsequently added to the stack assumes a place and status within the stack of greater priority and status that any previous programs integrated within the window.
  • the application program opening the window generates the initial background display layer and sets the position of pixel 160, thereby setting offset coordinate data in table 68 for the offsetting the coordinates for the subsequent programs. It also establishes the orientation data for orienting the displays for the other layers generated by other programs.
  • Figure 8A illustrates a video display 170 of a camera model of a region depicting buildings 172, roads 174, fields 176, automobiles 178, etc.
  • the computer display of Figure 8A is generated by a camera model program well-known in the art from data inputted from a photograph from a camera.
  • Figure 8B illustrates a video display 180 of a three-dimensional model depicting projected building configurations 182.
  • the computer display of Figure 8B is generated by a three- dimensional model program well-known in the art from data obtained from appropriate sensors.
  • displays 170 and 180 were compared by switching the display screen to alternately display outputs from the separate programs generating the displays,, or by configuring separate windows to generate displays 170 and 180 in a juxtaposed relation. Since the two displays were not generated by the same program, they could not by overlayed to form a composite display.
  • the present invention permits overlaying the separate displays to form an overlayed composite display, as shown in Figure 8C.
  • Figure 8C is a composite of displays 170 and 180 shown in Figures 8A and 8B, and is generated as heretofore described, with display 170 ( Figure 8A) forming the background layer.
  • Pixel 160 is the upper left pixel of background display 170.
  • the screen coordinates of pixel 160 are entered into coordinate table 68 ( Figure 3) and are used to determine the offset for display 180 and other foreground displays, as heretofore described.
  • the several layers of the composite display are fused by the common offset coordinates from table 68. Should it become desired to rotate or skew the composite display, rotation or skewing may be accomplished about a common reference point or axis by altering the orientation data in table 68 as heretofore described, thereby effectuating a federated rotation or skew of all the display layers in unison.
  • the backplane architecture provides for the merger of information and registration of imagery from multiple inputs of a wide variety, including hand-held cameras, keyboard inputs, tapes, databases, discs, etc.
  • Application programs may be added to the federation of application programs without concern to the effect on other programs of the federation.
  • the backplane software controls the overlay of registration of all of the images in concert.
  • a windows environment can be configured to contain the set of tools and information extraction processes to maximize the efficiency of any given task.
  • the software can be customized without difficulty to a user's needs.
  • Software developers can integrate new application programs into the new federations as well as integrate new data and processes into an existing stack environment.
  • the backplane software provides an efficient user interface to the integrated set of application programs and data.
  • the independently developed application programs are federated with the other programs of the backplane architecture to form a seamlessly integrated display technique.
  • the user interface to each application program remains exactly the same as in the original design, unencumbered by any artifacts imposed as a result of the larger backplane environment.
  • the hyper-extensible nature of the backplane system integration permits a wide range of multi-sensor exploitation of data management.
  • One feature of the invention resides in the fact that the individual programs are individually processed and need not be compatible with each other, either in code or language. In fact, the individual programs do not need to be processed by the same processor. Thus, several processors executing separate application programs and connected to a single display device may effectuate an overlapped display in a single window in accordance with the present invention.
  • Another feature of the invention resides in the fact that not all windows of a windowing management system need be operated under the control of a backplane software in accordance with the present invention. Thus, in a windowing system employing plural windows, some or all of the windows may be selectively operating under the control of the backplane software.
  • the windows with overlayed and non-overlayed displays may be occluded, juxtaposed, or positioned in any other configuration, all under control of the windowing management system, as is well known in the art.
  • the present invention thus provides a windowing system permitting each program to find a window to attach itself in a controlled manner.
  • the drawing of display layers is done so that the foreground layers are drawn last, thereby assuring overlapping pixels are drawn by the highest layer display.
  • input commands from mouse controls and the like may operate one program, without affecting the other programs, yet may also be employed to maneuver the display stack without adversely affecting the individual display layers.

Abstract

A plurality of computer application programs (66a, 66b, ...66n) have respective display generation routines (64a, 64b, ...64n) for generating respective program video displays onto a computer display screen (58). Backplane software (50) operates all of the respective display generation routines (64a, 64b, ...64n) to generate overlayed, composite video display of the respective program video displays. The software system (50) fuses the display outputs of each of a plurality of independent application programs (66a, 66b, ...66n) into a single overlayed screen display. More particularly, the software backplane architecture (50) interrupts the draw subroutine calling sequences of each independent application program, and redirects those sequences to the backplane software (50). The backplane software (50) initiates a redraw command to the application program to in turn operate the display generation routines to cause a display. Since all of the independent application programs (66a, 66b, ...66n) have draw sequences under control of the backplane software (50), the application programs remain independent of each other.

Description

SOFTWARE FOR EXECUTING PLURAL
INDEPENDENT APPLICATION PROGRAMS
TECHNICAL FIELD
This invention relates to a software system by which a plurality of independent application program modules may be integrated for federated execution and display, and particularly to a software system which fuses the display outputs of a plurality of independent application programs into a single overlayed screen display.
The invention is also useful in connection with a windowing management system to overlay displays generated by a plurality of independent application programs within a single window or display area. BACKGROUND ART
In the display of computer-generated data, it is known that the display screen can generate displays in any given display area from the display generation routines of a single program. This is accomplished by executing the draw or display function at screen coordinates specified by the application program. Graphical displays are generated using a graphics program, which may include a plurality of subroutines representing graphical representations, such as icons. Other programs include camera models, two-dimensional coordinate subroutines, and three-dimensional coordinate programs for generation of displays based on input data. Overlay subroutines of some programs permit overlaying the displays in a "graphics-on-graphics" format. The display generation routines for the graphics program include pre-draw (get ready) and draw routines to generate graphical images on the display screen in accordance with the program commands. The plurality of templates and subroutines are imbedded in the individual graphics program. As the nature, number and complexity of the subroutines increase, so does the complexity of the graphics generation subroutines.
One of the difficulties with prior systems is that it has become increasingly difficult to alter the program, as well as subroutines within the program, without adversely affecting other parts of the program, or subroutines therein. The reason for this increased difficulty is that as users require increased versatility, and functionality of the display, the application programs have become more complex in functional execution, as well as in input interface and coordination between program subroutines requesting greater numbers and more varying inputs and commands. Moreover, the user interface of the program had to be modified and expanded to accommodate the growing number and types of input devices. With the increasing size and complexity of the graphics programs, including that program's user interfaces and display generation routines, it became increasingly difficult to modify the program without adversely affecting other portions thereof. More particularly, a software developer, not fully familiar with the intricacies of the entire program, could create program errors by the addition of templates or subroutines or the correction of other code in the graphics program. As the collection of interactive program functions became more numerous and complex, it has become increasingly difficult for a single programmer to maintain the knowledge necessary to effectuate a change in the program without adversely affecting other parts thereof.
One well known technique for displaying data from a computer output employs the use of plural windows which are juxtaposed or partly occluded, for purposes of orderly presentation of the display of data to the user. A typical windowing treatment employs a windowing management system, which is a computer program designed to control the size, shape and position of each of the plurality of windows on the individual display screen. The windowing management system assigns a single program to each window, each program having its own user interfaces and display generation routines to effectuate input and processing of data, in manners specified by the program, and to generate displays of outputs in the individual window. The windowing management system ensures each display is maintained within the bounds of the assigned window.
In the use of a typical windowing system, the user selects the size and position of each window, including occluding the windows themselves, and, through access of each of the individual programs, manipulates the data display for each individual window. More particularly, the processor, operating under control of program 1, permits the input of data, execution of specific desired operations using that data, and display of the results in a desired manner in window A on the display screen. To effectuate displays in window B, the processor executes under control of program 2 to input and process data and effectuate a desired display in window B on the display screen. Each window may be employed for textual display, graphical display, or a combination thereof, depending on the capabilities of the program employed. A hand-held "mouse" control, or other pointing device, is often employed to effectuate operations in a given window, usually in conjunction with a series of displayed commands appearing at an edge of the window ("menu") . A mouse is often used to define the position and size of the window, as well as to define graphs and tables, generate lines, and move displayed images within a window.
Windowing software, while permitting graphical display from several programs, did not display outputs from several programs in a registered overlayed fashion. Instead, the several displays had to be juxtaposed for comparison by the user, or were pre-registered by a memory device for display under control of a single program. Windows permitted independent application programs for each window. Consequently, there is a need for a program technique by which diverse input devices provide input for complex execution to generate complex displays, yet which permits additions and changes to the program by persons unfamiliar with other parts thereof, without adversely affecting the program. However, this need has not been met using a single program under the control of a single processor to drive the single window.
Certain prior windowing management systems, such as X-Windows, permitted users to generate displays of outputs from two independent application programs anywhere on the display screen. While such windowing systems would seemingly not preclude two or more programs from drawing in a single window, such windowing systems did not provide support to do so. Thus, windowing systems provided no ability for the displays of two or more programs to independently share windows or to coordinate displays. Nor have windows systems solved problems associated with input commands adversely affecting the several programs, or the difficulties with redraw commands to the several programs, among other problems.
DISCLOSURE OF INVENTION
In accordance with the present invention, a software system fuses the display outputs of each of a plurality of independent application programs into a single overlayed display. More particularly, the backplane software architecture provides an interrupt of the draw subroutine calling sequences for each independent application program, and redirects those sequences to the backplane software so that backplane integration/interlock routines are called instead. When a redraw subroutine is subsequently called by the independent application program, a redraw command issued by the backplane software to the application program operates the display generation routines to cause a display. Since all of the independent application programs have draw sequences under control of the backplane software, the application programs remain independent, of each other, yet the components of the display are in registration to provide a composite display.
One feature of the present invention resides in the provision of a coordinates database which manages the coordinate data for each display. The display coordinates supplied by each application program for individual display generation are offset by the coordinate data from the database. Consequently, the separate displays generated by the separate programs are merged into an overlay display by the coordinate database to create a fused display of several components generated by the separate programs.
Another feature of the present invention resides in the use of orientation data to orient the attitude of the display generated by each application program in a uniform manner.
Another feature of the invention resides in the backplane software multiplexing the input devices to each subscribing independent application program integrated into the architecture. Each application program executes the input interface code as developed by the original developer and executes input commands as if it were a stand-alone, un-integrated application program.
Another feature of the present invention resides in the fact that the individual programs are individually processed and need not be compatible with each other, either in code or language. The individual programs may, if desired, be processed on separate processors for display in a single window. Hence, the invention is adaptable to parallel processor systems. Another feature of the invention resides in the use of a windowing management system in which plural windows may be employed, with some or all of the windows selectively operating under the control of the backplane software. The displays generated by plural programs may be overlayed in selected windows, while other windows remain under control of distinct, single programs as in the prior art. The windows with overlayed and non- overlayed displays may be occluded, juxtaposed, or positioned in any other configuration under control of the windowing management system, as is well known in the art.
BRIEF DESCRIPTION OF DRAWINGS Figure 1 is a diagram illustrating the concept of a typical computer display windowing system of the prior art.
Figure 2 is a diagram illustrating the concept of a computer display windowing system incorporating an open systems backplane software architecture in accordance with the present invention. Figure 3 is a diagram illustrating the concept of an open systems backplane architecture in accordance with the present invention.
Figures 4-6 are flow diagrams of the backplane software and application program subroutines in accordance with the presently preferred embodiment of the present invention comprising the open systems backplane architecture in accordance with the present invention.
Figure 7 is a view of a display screen window menu for the software and subroutines of Figures 4-6. Figures 8A-8C are plan view of a display screen illustrating the effect of stacking and fusing displays generated by separate application programs. BEST MODE FOR CARRYING OUT THE INVENTION The present invention is carried out employing backplane software written as a modification to a windowing software, such as the Sun NeWS Network Extendible Windowing System available from Sun Microsystems, Inc. as modified by Silicon Graphics Computer Systems Inc. , with the addition of subroutines inserted into independent application programs. The software operates on a CYBER1" 910 computer available from Control Data Corporation of Minneapolis, Minnesota, configured with a Unix operating system. The present invention is directed to a backplane software architecture to permit execution of a plurality of independent application programs for the plural independent display of outputs from each independent application program to generate a single, federated display. While the invention is useful as a display tool, independent of windowing systems, the invention will be described in conjunction with the windowing system, such as above-described modified Sun NeWS windowing system. Figure 1 illustrates a conceptual layout of a typical windowing system where a display screen
(hardware) is divided into a plurality of windows 10 and 12, whose displays are generated by graphics driver 13
(hardware) under the management of a windowing management system 14 (software) , such as the Sun NeWS software. Application programs 16 and 18 each has a graphics generation routine 19, 20 (software) which operates graphics driver 13 to generate an output display in the respective window. The respective output display is generated based on the computational output of the program execution unit 21, 22. User interfaces (software) 23, 24 for each program 16, 18 provides interface to the user input devices 25, 26 for each application program. User input devices 25, 26 are suitable input devices such as keyboards, mouse controls (pointing devices) , tape and disc drives, sensors, and other input hardware for inputting data and commands to the respective application program 16, 18. Windowing management system 14 assigns a single window to each application, program 16 and 18. Each program has its own user interface and graphics generator to effectuate input and processing of data in a manner specified by the application program and to display outputs in the individual window. Windowing management system 14 assigns a program to the window and controls the size and position of each window and assures that the displays generated by graphics generators 19 and 20 are confined to the bounds of their respective windows 10 and 12. Windowing management system 14 further permits the user to switch into, out of and between application programs 16 and 18 so that input devices such as the keyboards and mouse controls may be operated with each application program successively. The windowing management system 14 also permits the user to operate controls to permit changing the size and position of the respective windows, occluding the windows, and other functions well known in the art.
The windowing management system 14 of the prior art was not capable of effectively operating plural independent programs in a single window. More particularly, users of prior windowing management systems were not able to simultaneously display outputs from plural independent application programs in a single window in an overlayed, registered fashion. While sophisticated overlays were possible employing templates and other features of a single application program, these programs were necessarily limited in design and versatility to the single program provided by the software developer. As the complexity of graphics programs increased, and particularly as the displays became more complex due to overlaying of displays, it became increasingly difficult to change or modify the application program or to customize the application program for a given user's requirements.
Figure 2 illustrates a conceptual layout of a windowing system in accordance with the present invention. While Figure 2 illustrates a single window, it is understood that plural windows may be employed on a single display screen in a manner well known in the art. The system of Figure 2 employs a windowing management system 30, such as the Sun NeWS windowing management system of the prior art. Backplane software 32 in accordance with the present invention is provided as a manager for the displays in an individual window 34, which is a window formed on the computer display screen. A plurality of independent application programs 36, 36a, 36b each includes independent user interfaces 38, 38a, 38b, program execution routines 42, 42a, 42b, and graphics generator routines 44, 44a, 44b. Each user interface 38, 38a, 38b is connected through multiplexing switch 39 to receive data and commands from input devices 40, 40a, 40b, 40c to operate execute a program execution routine 42, 42a, 42b. The respective graphics generator routines 44, 44a, 44b operate graphics drivers 46 of display terminal 58 to generate displays to write (or draw) on window 34. Backplane control routines 48, 48a, 48b for each program 36, 36a, 36b operates with backplane software 32 to control and direct displays generated by the individual programs so that the several displays fuse in the display window in an overlapped, registered fashion, with each individual program display providing a layer in a stack of overlapped displays in a manner to be described herein. More particularly, an image is displayed as a background display, the image data writing into substantially all pixels in the display window. The overlayed (foreground) displays are transparent graphics displays which overwrite onto selected pixels in the display window. Each pixel not overwritten by an overlay transparency continues to display the background image.
The windowing software concept illustrated in Figure 2 permits each of a plurality of independent application programs 36 to execute on input data and commands from its respective user input devices to generate a display layer in window 34 which is independent of the display layers generated by each of the other independent application programs 36. Each application program obtains data and commands, executes program functions, and generates display commands without interface with the other application programs. Consequently, the several independent application programs 36 do not need to be written in the same language (provided the display generation routines are compatible to the display apparatus) , and do not need to reside or execute on the same processor.
Window 34 displays a stack of independent overlapped displays, each layer being supplied by an independent program 36. Some of the layers of the stack may be images, others may be depictions of user database contents, others may be textual, others graphical depictions which are the result of camera, 3-dimensional or 2-dimensional input from various sources. As will be explained hereinafter, the order of layering of the stack of displays affects the manner of redrawing displays, as well as the manner of input of data and commands to each individual program. Also, as explained hereinafter, one of the layers is designated a background layer, whereas the other layers are foreground layers. The order of layering amongst the foreground layers may be altered as will be explained hereinafter.
Figure 3 illustrates a layout of the backplane software architecture in accordance with the presently preferred embodiment of the present invention. The backplane software 50 includes a window manager 52 which receives inputs from one or more user input devices such as keyboard 54, mouse 56, or any other suitable data or command input device. Input device events from input devices 54, 56 are forwarded through the window manager 52 through top application switch or software switch 62 to a selected one of interface routines 64a, 64b, ... 64n associated with a respective independent application program 66a, 66b, ... 66n. Each independent application program includes a user interface for receiving input data and commands from input devices 54,56, program execution units for executing on the data and commands in a manner prescribed by the program, and a graphics generation routine for effectuating the generation of a display on the display screen through the graphics drivers associated with display terminal 58. The backplane software includes a dynamic table 68 containing common coordinate data and orientation data, the coordinate data representing coordinates of displays within the window, and the orientation data representing an orientation or attitude of the display. This data is provided to each of the interface routines 64a, 64b, ... 64n associated with each independent application program. Window manager 52 provides drawing and clipping commands to the display device or terminal 58 via bus 60. Window manager 52 is also connected to provide redraw commands to each of the independent application programs via bus 61. As will be explained hereinafter, the application program displays are redrawn in succession, so that upon completion of the redraw command in one program a redraw done command is returned to window manager 52, whereupon the window manager commands the next independent application program to perform a redraw function. For simplicity, the concept of successive redraw commands is illustrated in Figure 3 as cascading through the independent application programs, with the redraw done command returning from the last independent application program 66n, but it is understood that redraw commands are actually issued by window manager 52 for each successive application program in a manner to be explained. Each independent application program 66 generates a display output through its respective display generation routines to command a display at selected coordinates of display screen 58. Prior to the present invention, when it was required that an application program redraw its display, the program either executed the output graphic calls that draw data onto its display window, or it placed a draw token into its own event queue. The draw token was serviced when recognized by the program on subsequent passes through its own loop. In accordance with the present invention, interface routines 64a, 64b, 64n (Figure 3) modify the respective application program 66 so that redraw process calls of the application program are interrupted and exchanged for calls to the interface subroutines 64. As shown particularly in Figure 4, when an application program draw or redraw requirement flag is set, as at step 70, the flag is interrupted by interface routine 64 associated with the independent application program, and a redraw stack call command is sent to window manager 52 of the backplane software
(step 72) . At step 74, window manager 52 returns a redraw token (via bus 61) to the bottom or lowest program of the stack of the independent application programs (which is usually the background image layer) . This has the effect of placing a redraw command token into the event loop of the independent application program to permit execution of the redraw routine by the independent application program (step 76) . The process performed at step 76 is described in greater detail in connection with Figure 5, and includes execution of displays at screen coordinates based on offset coordinates supplied by coordinate table 68 (Figure 3) . Step 76 also includes obtaining orientation data from table 68 to. align the orientation for all displays. Thus, independent application program 66 executes the clearing and redrawing of information in its display window in accordance with the instructions of the application program in its own code. Hence, the backplane architecture permits independent execution of the display generation routines of each independent application program 66, but transformed so as to merge with outputs of other independent application programs in the integrated window controlled by the backplane software. When the redraw operation at step 76 is completed and the backplane software notified (step 78) , window manager 52 of the backplane software determines, at step 80, whether or not there is an application program having a window layer higher than the current level. If an application program exists with a higher window layer than that just executed, a redraw token will issue at step 82 to that application program to execute redraw routines in that next higher application program (step 76) . Thus, when an application program initiates a draw or redraw function is initiated, window manager 52 of the backplane software operates to effectuate a draw or redraw function by each independent application program for each successive higher window layer in the stack. Each layer above the image layer is a transparent display which overwrites on selected pixels in the window, thereby permitting the image background display to remain visible on the undisturbed pixels. Thus, when the redraw complete command is received from an application program which generated a the draw or redraw function, window manager 52 determines, at step 80, whether or not there is a higher level independent application program. If no program has a higher window layer, the stack redraw is halted and the process ends at step 81. If an application program has. a higher window layer, window manager 52 issues a redraw token (step 82) to the application program having the next higher layer in the stack, thus paralleling the function at step 74. That application program executes its redraw through its display generation routines as previously described, and the process continues through the loop illustrated in Figure 4 until redraw functions are completed in all higher application programs and the process exits at step 81. The execution of the independent application program (step 76 in Figure 4) is illustrated in greater detail in Figure 5. When a redraw token is received from step 74 in Figure 4, placed in the queue of the independent application program and recognized for processing (step 90) , redraw is initiated at step 92 by the independent application program. Several options are available, depending upon the functional nature of the application program and its need for particular information to intelligently fuse its output information within the window display 34 (Figure 2) . If application program 66 requires three dimensional camera modeling information to support transformation of three- dimensional graphics output information, information is obtained at step 96 from the backplane software, and particularly from the common coordinates table 68 (Figure 3) , to extract information from the backplane software for the reference image that is currently baselining camera model for the display window. Likewise, at steps 98 and 100, three-dimensional data may be accessed from table 68 and at step 102 two- dimensional information may be obtained from table 68. The data obtained from table 68 includes coordinate data and orientation data. Each program includes coordinate data indicating the position of the program's display on the display screen (if not under control of the management system of the present invention) ,. and includes orientation data representative of the orientation (attitude) of the display. The program coordinate data is the data representing the screen coordinates where the program will draw the representation of an object if the program is not under control of a windowing management system. The program orientation data is the data representing the orientation of the object to be drawn (i.e., the direction from which the object will be viewed) in absence of a windowing management system according to the present invention. The data from table 68 provides reference coordinate offset information to permit the displays to be drawn in the proper position, and includes orientation information to permit the displays to all appear at the same orientation. Consequently, the backplane software controls the displays from the collection of independent application program outputs so that the graphics and text outputs are fused within window 34 under control of the backplane software. Each application program display is layered (as opposed to merged) into the window by the backplane software as an independent display layer of the window. The plural display layers are interlocked in a federated manner so that the several independent display layers appear fully registered to each other.
Each program is executed in its own code at step 104 until completed at step 106 whereupon a redraw done call is performed by the application program through the interface routine 64 to the backplane software, and particularly to step 78 of Figure 4. The redraw operation continues through the independent application programs having window layers successively higher in the stack order until termination of the redraw activity, as previously described.
One feature of the invention is that the application programs available for drawing may be selectively* switched in and out (on and off) of the display stack. The user may selectively switch display layers into and out of the stack. On redraw, only those layers which are switched into the display are redrawn. More particularly, in issuing the redraw token at step 82 (Figure 4) , the software issues that token only if the program to receive the token is on or active in the window. Additionally, several background display (image) programs may be alternately switched onto the display stack. Only one background display is generated at a given time because the background displays write onto substantially all the pixels. As the user turns on a given background display, the software switches off the existing background display.
Figure 6 is a flow diagram illustrating the management of the interface to the user input devices. As previously described, the window layers generated by independent application programs 66 are arranged in a stack. User input devices such as keyboard 54 and mouse
56 (Figure 3) are routed (multiplexed) through the backplane window manager 52 and software switch 62 to that interface routine 64 associated with that independent application program 66 whose window layer is highest in the stack. The routine of Figure 6 illustrates the manner by which any selected independent application program, other than that program which generates the background layer, is promoted to the top of the stack so that it may respond to user input commands. Promoting an independent application program to the top of the stack is accomplished with an input device, such as a mouse control.
The processes of Figure 6 can best be explained in conjunction with the display screen illustrated in Figure 7. At step 120, if the mouse is operated when its cursor screen coordinates are in tab function 139, window stack control menu 140 turns on whereupon when the mouse control is again operated when its cursor screen coordinates are in the window stack control menu 140 of a selected independent application program, operation of the mouse control will "pop" the associated application program to the top of the backplane stack, at step 122, moving all other application programs previously ahead of the "popped" program down one step in the stack. However, if, at step 124, the mouse cursor screen coordinates are in display output region 142, then mouse control and other keyboard input commands are routed by software switch 62 (Figure 3) to the application program at the top of the stack (step 126) . That application program executes in response to the input device event as defined by the application program code. If, at step 130, the mouse cursor screen coordinates are in the stack control region 144, operation of the mouse control (step 132) will display the window stack menu 146 for selection by the user of the various window controls. Operation of the mouse control when the mouse cursor screen control is outside window stack region 140, display output region 142 and backplane window control region 144 indicates that the mouse coordinates are in a region outside window 34 (Figure 2) , thereby ending the input control program (step 134) .
The screen display illustrated at Figure 7 depicts the stack menu 146 identifying the various window controls which can be accomplished on the stack. The controls identified in Figure 7 are, of course, merely examples of the controls which might be incorporated into the window control. Operation of the mouse control when its cursor screen coordinates are in menu 146 will select that function to operate on the entire fused display of the entire stack. For example, if a Zoom command is selected to alter the zoom resolution of the display, all layers of the display in the window " are correspondingly altered. This is accomplished by initiating a redraw function with changed offset coordinates from table 68 (Figure 3) to the application program whose display is at the bottom of the stack, and redrawing each layer higher as previously described. Other functions performed by the window stack control (menu 146) include a "Blink" command which permits a copied version of the window to be alternately displayed with the current contents on a regular timed basis, so that the displays alternate in prominence; a "Copy" command which saves a copy of the stack display; a "Show All" command which restores a window from a previous zoom command to display the entire unzoomed window; a "Paint" command which initiates a redraw function; a "Push" command which occludes the display windows; a "Move" command which moves a window; and "Resize" command which changes the size of the window; a "Stow" command which iconifies the window and moves it to another screen location; and a "Quit All" command which performs a quit command to the entire window. The regions identified at reference numeral
150 designate various indicators concerning operation of the display and input controls. Conveniently, a stack identification number is displayed at indicator 152 to identify the stack in the window, and the zoom factor is displayed at indicator 154. Items 156 and 158 provide a "Swap" and "Quit" commands. The Swap function is similar to the Blink function previously described except that the Swap function permits manual alternating the foreground position of two or more foreground application programs, whereas the Blink function cause the alternating to occur automatically and at regular timed intervals. The Quit function is identical to the Quit All function of stack menu 146, but can be accessed without accessing the stack menu.
One feature of the present invention resides in the common control of the display generated by the independent application programs. Since the coordinates of the displays generated by each independent application program are offset by the coordinates from coordinate table 68, the several displays can be manipulated in unison under control of the backplane window control. More particularly, by adjusting the offset coordinates, all overlapping displays may be controlled to occur at a common position on the display screen and displays not intended to overlay are segregated. Also, since orientation data for the displays are provided by table 68, all component display layers are oriented at the correct orientation. Each program uses the offset coordinate and orientation data from table 68 to create a display matrix to generate a display layer of proper orientation, size and position on the screen. Moreover, the orientation for all of the layers of the display may be changed merely by changing the orientation data in table 68 for all layers. For example, a composite display may be rotated to alter the orientation of the composite display merely by changing the orientation data in table 68.
Pixel 160 (Figure 7) is the pixel element at the upper left corner of the display generated by the application program having the lowest level display in the window. Pixel 160 defines the upper left corner of display output region 142 of the display screen. The screen coordinates of pixel 160 are inputted into table 68 (Figure 3) to provide a reference for the coordinate offset for the higher layer displays provided by the other application programs. Should it become necessary or desirable to move the display, and hence the coordinates of pixel 160, new coordinates are inputted into table 68. Thus, the application program defining the window coordinate and pixel 160 is the background display, the other application programs generate foreground displays.
As heretofore described, each program includes orientation data defining the orientation of the intended display. The orientation data is used to create a display matrix for displaying the object. Initially, the orientation data from the background program is inputted into table 68 so that each higher level display assumes the same orientation as the background display. However, the user may change the orientation of the display by using the mouse control or by substituting the orientation data of another program, thereby changing the orientation data in table 68 and hence the orientation of the composite display.
Likewise, the user may change the location of the display by changing the pixel information previously associated with pixel 160.
The initiation of a window according to the present invention and the attachment of an independent application program to an existing window each occur as a subprocess to the normal procedure of calling an application program which is part of an existing window. By executing a root menu or a direct textual command, a "Script" routine to calls up a selected application program. The "Script" routine may include a pre- assigned stack identification number, or no number at all. In either case, the application program calls the backplane software to create a window stack. If a stack identification number is present, a stack number flag is set. In addition a "Special Window" flag is set to indicate that the window opened in not a standard NeWS window. The setting of the "Special Window" flag calls the standard window routine in the standard graphics library, which in turn calls the windowing management software to look for the "Special Window" flag and branch to the backplane software window opening routines. If the stack number flag is set, the backplane software attaches to an existing stack with the assigned stack identification number (if such a stack exists) or creates a new stack with the assigned stack identification number (if no stack with that number exists) . If the stack number flag is not set, the backplane software generates a special icon to permit the user several options to integrate the application program into a window.
With the special icon under the control of a mouse control, the user may create a new window stack by operating the control in a non-windowed area of the screen. Alternatively, the user may attach the application program to an existing window stack by operating the mouse control when the special icon is in the window boundary of the stack to which the user wishes to attach the application program. If a new window is to be created, the initiation routines create a stack window in which application programs displays are integrated with the display generated by that program initiating the window. Each application program subsequently added to the stack assumes a place and status within the stack of greater priority and status that any previous programs integrated within the window. Thus, the application program opening the window generates the initial background display layer and sets the position of pixel 160, thereby setting offset coordinate data in table 68 for the offsetting the coordinates for the subsequent programs. It also establishes the orientation data for orienting the displays for the other layers generated by other programs.
When a window is opened, a graphics window identifier is returned to the backplane software to identify the graphics window to other graphics functions. • Figure 8A illustrates a video display 170 of a camera model of a region depicting buildings 172, roads 174, fields 176, automobiles 178, etc. The computer display of Figure 8A is generated by a camera model program well-known in the art from data inputted from a photograph from a camera. Figure 8B illustrates a video display 180 of a three-dimensional model depicting projected building configurations 182. The computer display of Figure 8B is generated by a three- dimensional model program well-known in the art from data obtained from appropriate sensors. Prior to the present invention, displays 170 and 180 were compared by switching the display screen to alternately display outputs from the separate programs generating the displays,, or by configuring separate windows to generate displays 170 and 180 in a juxtaposed relation. Since the two displays were not generated by the same program, they could not by overlayed to form a composite display. The present invention permits overlaying the separate displays to form an overlayed composite display, as shown in Figure 8C. Figure 8C is a composite of displays 170 and 180 shown in Figures 8A and 8B, and is generated as heretofore described, with display 170 (Figure 8A) forming the background layer. Pixel 160 is the upper left pixel of background display 170. After the window is opened and display 170 is positioned to the satisfaction of the user, the screen coordinates of pixel 160 are entered into coordinate table 68 (Figure 3) and are used to determine the offset for display 180 and other foreground displays, as heretofore described. The several layers of the composite display are fused by the common offset coordinates from table 68. Should it become desired to rotate or skew the composite display, rotation or skewing may be accomplished about a common reference point or axis by altering the orientation data in table 68 as heretofore described, thereby effectuating a federated rotation or skew of all the display layers in unison.
The backplane architecture provides for the merger of information and registration of imagery from multiple inputs of a wide variety, including hand-held cameras, keyboard inputs, tapes, databases, discs, etc. Application programs may be added to the federation of application programs without concern to the effect on other programs of the federation. The backplane software controls the overlay of registration of all of the images in concert. With the backplane program of the present invention, a windows environment can be configured to contain the set of tools and information extraction processes to maximize the efficiency of any given task. Thus, the software can be customized without difficulty to a user's needs. Software developers can integrate new application programs into the new federations as well as integrate new data and processes into an existing stack environment. Similarly, the backplane software provides an efficient user interface to the integrated set of application programs and data. The independently developed application programs are federated with the other programs of the backplane architecture to form a seamlessly integrated display technique. The user interface to each application program remains exactly the same as in the original design, unencumbered by any artifacts imposed as a result of the larger backplane environment. The hyper-extensible nature of the backplane system integration permits a wide range of multi-sensor exploitation of data management.
One feature of the invention resides in the fact that the individual programs are individually processed and need not be compatible with each other, either in code or language. In fact, the individual programs do not need to be processed by the same processor. Thus, several processors executing separate application programs and connected to a single display device may effectuate an overlapped display in a single window in accordance with the present invention. Another feature of the invention resides in the fact that not all windows of a windowing management system need be operated under the control of a backplane software in accordance with the present invention. Thus, in a windowing system employing plural windows, some or all of the windows may be selectively operating under the control of the backplane software. The windows with overlayed and non-overlayed displays may be occluded, juxtaposed, or positioned in any other configuration, all under control of the windowing management system, as is well known in the art.
The present invention thus provides a windowing system permitting each program to find a window to attach itself in a controlled manner. The drawing of display layers is done so that the foreground layers are drawn last, thereby assuring overlapping pixels are drawn by the highest layer display. Further, input commands from mouse controls and the like may operate one program, without affecting the other programs, yet may also be employed to maneuver the display stack without adversely affecting the individual display layers. Although the present invention has been described with reference to preferred embodiments, workers skilled in the art will recognize that changes may be made in form and detail without departing from the spirit and scope of the invention.

Claims

WHAT IS CLAIMED IS:
1. A plurality of computer application programs, each having respective display generation means for generating respective program video displays onto a computer display screen, and backplane means operating said respective display generation means to generate a composite video display onto said screen of respective program video displays in registration.
2. Apparatus according to claim 1 wherein display screen coordinates define locations on the display screen, and each application program generates program display coordinates defining the location on the display screen where a respective program video display is to be generated, said backplane means further including table means containing offset coordinate data, the display generation means of at least one of said application programs being responsive to said offset coordinate data to generate its respective program video display at display screen coordinates determined by the program display coordinates offset by said offset coordinate data.
3. Apparatus according to claim 2 wherein the composite of displays comprises a first layer forming a background display and at least one second layer forming a foreground display, the table means being responsive to the display screen coordinates of a predetermined pixel generated by the application program generating the first layer to provide said offset coordinate data.
4. Apparatus according to claim 3 wherein the display generation means of each application program generating a second layer is responsive to the offset coordinate data.
5. Apparatus according to claim 2 wherein each application program generates a display matrix having an orientation on the screen based on orientation data, said table means containing orientation data, each of said application programs being responsive to said orientation data to generate its respective program video display at an orientation determined by said orientation data.
6. Apparatus according to claim 1 wherein each application program generates a display matrix having an orientation on the screen based on orientation data, said backplane means further including table means containing orientation data, each of said application programs being responsive to said orientation data to generate its respective program video display at an orientation determined by said orientation data.
7. Apparatus according to claim 1 further including selection means for selecting one or more of said plurality of application programs, said backplane means operating all of the display generation means associated with selected application programs to generate said composite video display of all the respective program video displays.
8. Apparatus according to claim 1 wherein each display generation means is responsive to a backplane draw command to generate the respective program video display, and each application program issues a program draw command to initiate a respective program video display, said apparatus further including interrupt means for interrupting program draw commands, said backplane means being responsive to an interrupted program draw command to issue a backplane draw command to the display generation means of the application program.
9. Apparatus according to claim 8 wherein the application programs are arranged to generate respective program video displays in a layered stack, said backplane means including stack control means for unifor ly altering all program video displays forming the composite video display.
10. Apparatus according to claim 9 wherein each application program issues a draw done command upon generation of the respective program video display, the backplane means being responsive to a draw done command to issue a backplane draw command to the application program having the next higher layered program video display.
11. Apparatus according to claim 1 wherein each application program includes interface means for receiving input events from an input device, said backplane means being connected to the input device for receiving input events, said backplane means further including routing means for routing input events received from the input device to the interface means of a selected application program.
12. Apparatus according to claim 11 wherein the application programs are arranged to generate respective program displays in a layered stack, said routing means routing input events to the application program whose program video display is at the highest layer in the stack, said backplane means including stack control means for altering the order of layers of the stack.
13. Apparatus according to claim l wherein the application programs are arranged to generate respective program displays in a layered stack, said backplane means including stack control means for uniformly altering all program video displays forming the composite video display.
14. Apparatus according to claim 13 wherein said stack control means includes means for altering the order of layers of the stack.
15. Apparatus according to claim 1 further including windowing management means for managing a computer display window on said computer display screen, said backplane means operating all of said respective display generation means to generate a composite video display onto said window.
16. A computer display management system for displays of a plurality of independent application programs on a computer display screen, each of said independent application programs having display generation routines operable in response to draw commands to. generate a program video display at display screen coordinates assigned by the independent application program, said display management system comprising, in combination: interrupt means connected to each of said independent application programs for interrupting the associated draw commands; backplane software means responsive to an interrupted draw command from an independent application program for issuing a backplane redraw command to the independent application program; and coordinate determining means providing coordinates of the display screen for a display, said independent application program being responsive to the backplane draw command to generate said program video display at the display screen coordinates provided by the coordinate determining means.
17. A computer display management system according to claim 16 wherein each application program generates program display coordinates defining the location on the display screen where a respective program video display is to be generated, said coordinate determining means including table means containing offset coordinate data, the display generation routine of at least one of said application programs being responsive to said offset coordinate data to generate its respective program video display at display screen coordinates determined by the program display coordinates offset by said offset coordinate data.
18. A computer displaymanagement system according to claim 16 wherein the displays comprise a first layer forming a background display and at least one second layer forming a foreground display, the table means being responsive to the display screen coordinates of a predetermined pixel generated by the application program generating the first layer to provide said offset coordinate data.
19. A computer displaymanagement system according to claim 18 wherein the display generation routine of each application program generating a second layer is responsive to the offset coordinate data.
20. A computer displaymanagement system according to claim 16 wherein each application program generates a display matrix having an orientation on the computer display screen based on orientation data, said table means containing orientation data, each of said application programs being responsive to said orientation data to generate its respective program video display at an orientation determined by said orientation data.
21. A computer display management system according to claim 16 wherein each application program generates a display matrix having an orientation on the computer display screen based on orientation data, said backplane software means further including table means containing orientation data, each of said application programs being responsive to said orientation data to generate its respective program video display at an orientation determined by said orientation data.
22. A computer display management system according to claim 16 wherein the application programs are arranged to generate respective program video displays in a layered stack, said backplane means including stack control means for uniformly altering all program video displays forming the composite video display.
23. A computer display management system according to claim 22 wherein each application program issues a draw done command upon generation of the respective program video display, the backplane means being responsive to a draw done command to issue a backplane draw command to the application program having the next higher layered program video display.
24. A computer display management system according to claim 16 wherein each application program includes interface means for receiving input events from an input device, said backplane means being connected to the input device for receiving input events, said backplane means further including routing means for routing input events received from the input device to the interface means of a selected application program.
25. A computer display management system according to claim 24 wherein the application programs are arranged to generate respective program displays in a layered stack, said routing means routing input events to the application program whose program video display is at the highest layer in the stack, said backplane means including stack control means for altering the order of layers of the stack.
26. A computer display management system according to claim 16 wherein the application programs are arranged to generate respective program displays in a layered stack, said backplane means including stack control means for uniformly altering all program video displays forming the composite video display.
PCT/US1991/007019 1991-09-24 1991-09-25 Software for executing plural independent application programs WO1993006561A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP3516089A JPH06510868A (en) 1991-09-24 1991-09-25 Software for running multiple independent application programs
AU86281/91A AU664538B2 (en) 1991-09-24 1991-09-25 Software for executing plural independent application programs

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US76509191A 1991-09-24 1991-09-24
US764,463 1991-09-24

Publications (1)

Publication Number Publication Date
WO1993006561A1 true WO1993006561A1 (en) 1993-04-01

Family

ID=25072624

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1991/007019 WO1993006561A1 (en) 1991-09-24 1991-09-25 Software for executing plural independent application programs

Country Status (1)

Country Link
WO (1) WO1993006561A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1411427A2 (en) * 1999-09-27 2004-04-21 Canal+ Technologies Method of drawing in a window

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4890257A (en) * 1986-06-16 1989-12-26 International Business Machines Corporation Multiple window display system having indirectly addressable windows arranged in an ordered list
US4899136A (en) * 1986-04-28 1990-02-06 Xerox Corporation Data processor having a user interface display with metaphoric objects
US4937036A (en) * 1986-04-28 1990-06-26 Xerox Corporation Concurrent display of data from two different display processors and user interface therefore

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4899136A (en) * 1986-04-28 1990-02-06 Xerox Corporation Data processor having a user interface display with metaphoric objects
US4937036A (en) * 1986-04-28 1990-06-26 Xerox Corporation Concurrent display of data from two different display processors and user interface therefore
US4890257A (en) * 1986-06-16 1989-12-26 International Business Machines Corporation Multiple window display system having indirectly addressable windows arranged in an ordered list

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1411427A2 (en) * 1999-09-27 2004-04-21 Canal+ Technologies Method of drawing in a window
EP1411427A3 (en) * 1999-09-27 2009-09-09 Thomson Licensing Method of drawing in a window
CN102819428A (en) * 1999-09-27 2012-12-12 汤姆森许可公司 Windowing systems

Similar Documents

Publication Publication Date Title
AU664538B2 (en) Software for executing plural independent application programs
JP3598303B2 (en) Method of selectively displaying and activating overlapping display objects on a display, and computer system
US6377285B1 (en) Zooming space-grid for graphical user interface
US6262728B1 (en) System and method for annotating a graphical user interface display in a computer-based system
EP0494106B1 (en) Apparatus for displaying display regions on a visual display
US5678015A (en) Four-dimensional graphical user interface
US6023275A (en) System and method for resizing an input position indicator for a user interface of a computer system
EP0752640B1 (en) Representation of inter-relationships between graphical objects in a computer display device
US5396590A (en) Non-modal method and apparatus for manipulating graphical objects
US6008809A (en) Apparatus and method for viewing multiple windows within a dynamic window
US5504853A (en) System and method for selecting symbols and displaying their graphics objects in a detail window
US5511157A (en) Connection of sliders to 3D objects to allow easy user manipulation and viewing of objects
US5841440A (en) System and method for using a pointing device to indicate movement through three-dimensional space
US5956032A (en) Signalling a user attempt to resize a window beyond its limit
EP0564174A2 (en) Method and system for visual presentation of data in a data processing system
KR20000062912A (en) User selected display of two dimensional window in three dimensions on a computer screen
JPH04276821A (en) Operating method for computer display control system and computer display system, control method in computer display system and computer display control apparatus
JPH06208448A (en) Method for supplying set-browser having browser item to application and computer control display device therefor
EP0194442A2 (en) Method for manipulation of graphic sub-objects in an interactive draw graphic system
JP2618145B2 (en) Figure creation method and creation apparatus using figure icons
WO1999001838A2 (en) Apparatus and method for creating and controlling a virtual workspace of a windowing system
JPH0818948A (en) Method and apparatus for controlling video monitoring
EP0726513A2 (en) Contextual help
WO1993006561A1 (en) Software for executing plural independent application programs
JPS62285186A (en) Input method for multi-window system

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AU CA JP

WWE Wipo information: entry into national phase

Ref document number: 2115551

Country of ref document: CA