WO2022190798A1 - コンテントの出力制御装置、出力制御方法及び出力制御プログラム - Google Patents

コンテントの出力制御装置、出力制御方法及び出力制御プログラム Download PDF

Info

Publication number
WO2022190798A1
WO2022190798A1 PCT/JP2022/006183 JP2022006183W WO2022190798A1 WO 2022190798 A1 WO2022190798 A1 WO 2022190798A1 JP 2022006183 W JP2022006183 W JP 2022006183W WO 2022190798 A1 WO2022190798 A1 WO 2022190798A1
Authority
WO
WIPO (PCT)
Prior art keywords
content
arbitration
area
output
display
Prior art date
Application number
PCT/JP2022/006183
Other languages
English (en)
French (fr)
Inventor
卓哉 近藤
大義 川嶋
健太郎 手嶋
Original Assignee
株式会社デンソー
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 株式会社デンソー filed Critical 株式会社デンソー
Publication of WO2022190798A1 publication Critical patent/WO2022190798A1/ja
Priority to US18/461,348 priority Critical patent/US20230418539A1/en

Links

Images

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/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • G06F3/1423Digital output to display device ; Cooperation and interconnection of the display device with other functional units controlling a plurality of local displays, e.g. CRT and flat panel display
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B60VEHICLES IN GENERAL
    • B60RVEHICLES, VEHICLE FITTINGS, OR VEHICLE PARTS, NOT OTHERWISE PROVIDED FOR
    • B60R16/00Electric or fluid circuits specially adapted for vehicles and not otherwise provided for; Arrangement of elements of electric or fluid circuits specially adapted for vehicles and not otherwise provided for
    • B60R16/02Electric or fluid circuits specially adapted for vehicles and not otherwise provided for; Arrangement of elements of electric or fluid circuits specially adapted for vehicles and not otherwise provided for electric constitutive elements
    • 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/36Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators characterised by the display of a graphic pattern, e.g. using an all-points-addressable [APA] memory
    • G09G5/38Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators characterised by the display of a graphic pattern, e.g. using an all-points-addressable [APA] memory with means for controlling the display position
    • 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/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • G06F3/147Digital output to display device ; Cooperation and interconnection of the display device with other functional units using display panels
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G2380/00Specific applications
    • G09G2380/10Automotive applications

Definitions

  • the present disclosure relates to a content output control device, an output control method, and an output control program.
  • rule-based arbitration In rule-based arbitration (references: arbitration logic specifications, rule-based syntax definitions), areas or zones are arbitrated in descending order of value using one-pass logic, and content is assigned to each area or zone. Evaluate the constraint expressions after assigning the content, if all the constraint expressions are true then the content assignment is successful, if any constraint expression is false then assign the next content and evaluate the constraint expressions. fix. If an area or zone is assigned content or there was no content to be assigned, move on to the next area or zone. In this case, there is no weight on the right side and the left side, and it may not be possible to obtain the result as intended by the specification developer who wants to establish the right side after the left side is established. On the other hand, in Patent Document 1, when the left side of the constraint equation holds and the right side has already been determined, the logic of re-arbitrating the area or zone on the right side is used.
  • Patent Document 1 is a technique for judging whether the content wins or loses with respect to the area or zone, and the content that lost the arbitration was not output. Therefore, it is necessary for the application side to manage output requests and perform complicated arbitration evaluation.
  • the purpose of this disclosure is to appropriately output content as intended by the specification developer, without the need for application-side management of output requests or complicated arbitration evaluation.
  • the storage unit stores rule definitions including arbitration policies that define basic arbitration when assigning content to areas or zones, and constraint expressions.
  • the arbitration unit Upon receiving an output request from an application, the arbitration unit performs arbitration so as to satisfy rule-based arbitration according to rule definitions.
  • the output control unit controls the output of the content assigned to the area or zone by the arbitration performed by the arbitration unit.
  • the arbitration unit judges the output order of the content, and uses the judgment result to arbitrate the content so as to satisfy the rule-based arbitration.
  • the content output order is judged, and content is arbitrated using the judgment result.
  • content output can be switched according to the content output order.
  • content can be appropriately output as intended by the specification developer without requiring management of output requests on the application side or complicated arbitration evaluation.
  • FIG. 1 is a functional block diagram showing the configuration of a display control device in one embodiment
  • FIG. 2 is a perspective view showing the interior of the vehicle
  • FIG. 3 is a diagram illustrating priority arbitration
  • FIG. 4 is a diagram showing post-win arbitration
  • FIG. 5 is a diagram showing the relationship between area Z-order and priority
  • FIG. 6 is a diagram showing the relationship between content, state, and area
  • FIG. 7 is a diagram showing the definition of truth values
  • FIG. 8 is a diagram showing the data structure of a constraint expression object
  • FIG. 9 is a diagram showing a truth value in which the evaluation result is true when the left side of the constraint expression is false;
  • FIG. 10 is a diagram showing the relationship between area priorities and constraint expressions,
  • FIG. 11 is a diagram showing an example where the constraint expression is different from the specification developer's intention.
  • FIG. 12 is a flow chart showing the overall behavior of the arbitration logic;
  • FIG. 13 is a flowchart showing the arbitration process;
  • FIG. 14 is a diagram showing the concept of an APP request,
  • FIG. 15 is a diagram illustrating a case where content is assigned to one area,
  • FIG. 16 is a diagram for explaining a case where content is assigned to multiple areas;
  • FIG. 17 is a diagram showing definitions of areas, contents, and constraint expressions;
  • FIG. 18 is a diagram (part 1) showing the flow of application processing;
  • FIG. 19 is a diagram (part 2) showing the flow of processing of the application;
  • FIG. 20 is a diagram showing state transitions,
  • FIG. 21 is a diagram showing an object configuration,
  • FIG. 22 is a diagram showing the flow of processing by the arbitration unit;
  • FIG. 23 is a diagram (part 1) showing a mode of assigning content,
  • FIG. 24 is a diagram (part 2) showing a mode of assigning content,
  • FIG. 25 is a diagram (part 1) showing a mode of evaluating a constraint expression,
  • FIG. 26 is a diagram (part 2) showing a mode of evaluating constraint expressions,
  • FIG. 27 is a diagram (part 1) showing an operation procedure and an operation result;
  • FIG. 28 is a diagram (part 2) showing an operation procedure and an operation result;
  • a mode in which content is displayed in an area will be described, but a mode in which content is output to a zone by voice is also applicable. That is, content output includes both the concept of content display and audio output, and output content includes the concept of both displayed content and audio output content.
  • a driver's seat 2 and a front passenger's seat 3 are arranged in a passenger compartment 1 of a vehicle, and an instrument panel 4 is arranged in front of them.
  • a windshield 5 is mounted on the front end of the instrument panel 4 so as to stand up.
  • a first display device 6 and a second display device 7 are arranged on the instrument panel 4
  • a third display device 8 is arranged on the windshield 5 .
  • the first display device 6 is, for example, a center display composed of a full-color liquid crystal display device, and basically functions as a display unit that displays non-driving content that is not related to vehicle travel control.
  • Non-driving content includes, for example, map information for navigation, audio information, and telephone information.
  • the first display device 6 also functions as a display section that displays an image of the rear of the vehicle captured by the rear camera when the vehicle is moving backward.
  • the second display device 7 is, for example, a meter display composed of a full-color liquid crystal display device, and basically functions as a display unit that displays content related to vehicle travel control.
  • the travel system content includes, for example, vehicle speed, engine speed, shift position, remaining amount of fuel, and the like.
  • the third display device 8 is a head-up display in which an image is projected onto the windshield 5 from the display unit 9 arranged on the instrument panel 4, and, like the second display device 7, is basically used for the running system. It functions as a display for displaying content.
  • Each of the display devices 6 to 8 has one or more areas for displaying content. In such a configuration, content is displayed on each of the display devices 6 to 8 to provide the occupant with various types of information composed of traveling-related content and non-traveling-related content.
  • the display control device 10 has a control unit 11 and displays content in areas set in each of the display devices 6-8.
  • the control unit 11 has a microcomputer including a CPU (Central Processing Unit), ROM (Read Only Memory), RAM (Random Access Memory), I/O (Input/Output), etc. Execute the display control program stored in the storage medium.
  • the display control device 10 corresponds to a content output control device.
  • a plurality of applications A to C are stored in the display control device 10 in advance.
  • each of the applications A to C sends an APP (application) request indicating the display target display device, area, and content to the control unit 11. interrupt output.
  • APP application
  • the control unit 11 includes a storage unit 12, an arbitration unit 13, and a display control unit 14.
  • the display control section 14 corresponds to an output control section.
  • the control unit 11 controls operations of the display control device 10 by executing an output control program.
  • the storage unit 12 stores rule definitions.
  • a rule definition includes an arbitration policy that defines a basic arbitration when content is assigned to an area, and a constraint expression that describes properties to be met exceptionally.
  • the arbitration policy is always set as either priority arbitration, last-win arbitration, or value-based arbitration, as described later.
  • the number of constraint expressions is not limited to one, and may or may not be provided according to the intention of the specification developer.
  • the arbitration unit 13 Upon receiving a display request from an application, the arbitration unit 13 arbitrates the content according to the rule definition so as to satisfy the rule-based arbitration.
  • the display control unit 14 is connected to various ECUs 16, various sensors 17, various switches 18, an automatic driving device 19, and the like via an input/output I/F 15 via an in-vehicle network 20 such as CAN (Controller Area Network).
  • the display control unit 14 controls display of the content assigned to the predetermined area by the arbitration unit 13 .
  • Arbitration logic can be created as a library, and rule-based arbitration can be arbitrarily set by registering or changing rule definitions in the library.
  • the present embodiment employs rule-based arbitration that abstractly indicates which content should be displayed in which area.
  • the rule-based arbitration is described below.
  • Rule-Based Arbitration describes an arbitration method for arbitrating and assigning content to arbitrary areas based on given fixed rules. Area definitions, content definitions, and constraint expressions are required for rule definitions in rule-based arbitration.
  • Area definition In the area definition, display place, value of display place, and arbitration policy are defined. Arbitration is performed for each area, so an arbitration policy is defined for each area.
  • the area defines a frame for displaying the content on the display screens of the display devices 6-8. At most one content is assigned to one area.
  • Area is defined as follows. (a) Area displays assigned content. (b) Areas have arbitration policies. (c) Areas refer to content that can be displayed. (d) Areas have one or more sizes. Each area has properties. Priority, Z-order, arbitration policy, and size are set as properties. (a) Priority Priority is a value (0 to 100%) indicating the value of the area itself. Arbitration is performed in descending order of this value. (b) Z-order Z-order is a coordinate for height. The higher the value, the closer it is displayed. If there are areas with the same priority, arbitration is performed in descending order of this value.
  • (c) Arbitration Policy The arbitration policy is either priority arbitration/last win arbitration/value based arbitration.
  • (c-1) Priority Arbitration Priority arbitration is an area unit arbitration policy, and as shown in FIG.
  • (c-2) Post-win arbitration Post-win arbitration is an area-based arbitration policy. As shown in FIG. 4, the content requested last in the area is displayed. It is an arbitration that displays the last requested content remaining.
  • (c-3) Value-based arbitration Value-based arbitration is an arbitration policy for the entire area. is an arbitration that displays (d) Size The size is the size of the area, which is length x width. If multiple are defined, it is determined according to the size of the content. The relationship between the area Z-order and priority is as shown in FIG.
  • (1-2) Content definition The content definition defines the displayable area, the state of the content, and the value of the state of the content.
  • Content can have multiple states, content is assigned to areas, and content states are displayed.
  • Content defines and refers to the area in which it can be displayed.
  • the content defines the content to be displayed in the area defined on the display screen of the display devices 6-8. Only one content is assigned to one area.
  • Content is defined as follows. (a) Content is assigned to areas. (b) Content refers to one or more areas in which it can be displayed. (c) Content always has one or more states. (d) Content has one or more sizes.
  • a single content can have multiple states, and if it has multiple states, each state is exclusive and can only be displayed in one state at a time.
  • Content can have multiple sizes, and if there are multiple sizes, the closest size is displayed according to the size of the area to be displayed. The relationships among contents, states, and areas are linked as shown in FIG.
  • Priority Priority is a value used when the arbitration policy of an area is "priority arbitration", and content with a higher priority is assigned to an area first.
  • Size The size is the display size of the content, which is length x width. If there are multiple definitions, they are determined according to the size of the area.
  • Constraint expressions are rules describing properties to be exceptionally satisfied during or after arbitration. By suppressing the arbitration state with a constraint expression, it is possible to express a state that cannot be expressed by the arbitration policy as it is, or to use it to determine the arbitration result after arbitration. This is because, for example, depending on the driving state of the vehicle, it may be better not to display the content even if it is assigned by the arbitration policy.
  • the constraint formula defines conditions for content suppression and area suppression that must be satisfied by the arbitration result.
  • Logical expressions that can be handled by constraint expressions are the state of content, the state of area, the content being displayed in the area, the set of area and content, the state of scene, logical operations, and quantification symbols.
  • the scene is, for example, a manual driving scene or an automatic driving scene by the automatic driving device 19, and it is possible to perform output control so that the contents of the content group for manual driving are not displayed in the automatic driving scene.
  • the state of the content is either active/inactive or displaying/not displaying.
  • the state of the area is either displayed or not displayed.
  • the quantification symbols are ⁇ (For All: the condition is satisfied for all elements of the set) and ⁇ (Exists: there is at least one element that satisfies the condition in the set).
  • Constraint expressions affect the outcome of the arbitration logic, and the arbitration logic behaves to satisfy all constraints.
  • Post-processing is a property (goodloser) that specifies waiting for APP requests after arbitration in a particular content. It does not affect the outcome of the arbitration logic as it only changes the wait state of the content after arbitration.
  • Arbitration logic is an algorithm that defines how content is assigned, based on given rules, to satisfy constraints in a manner that is based on an area's arbitration policy. Basically, each area is arbitrated in order of priority, but if it is determined that the constraint expression defined by the operator is different from the specification developer's intention, the area is returned to the previous area and re-arbitration is performed. Arbitration logic includes arbitration within an area and arbitration across an area.
  • Intra-area arbitration (a) In intra-area arbitration, priority arbitration and late-win arbitration areas are arbitrated in descending order of priority. (b) Evaluate the following for each area: Tentatively assign the content with the highest priority, and if the result of evaluating the constraint expression is true, determine the tentatively assigned content. If the constraint evaluates to false, then re-evaluate the next preferred content. If there is no content that satisfies the constraints, no content is displayed in that area.
  • Arbitration for the entire area includes best-fit logic and one-pass logic.
  • Best-fit logic selects the one with the highest sum of value from all combinations of content and area that satisfy the constraint.
  • the one-pass logic assigns high priority content to areas in order of priority, ignoring content already assigned to other areas. Although one-pass logic is adopted in this embodiment, best-fit logic may be adopted.
  • the one-pass logic determines the content assigned to an area according to the priority order of the areas. That is, the left and right sides of the implication are irrelevant.
  • the intent of the constraint expression of implication is "when the right side is judged after the left side is established", and the left side and right side of the implication are related.
  • the purpose of reconciliation is to solve this problem.
  • the one-pass logic determines the content of the next area, area p, as follows. After tentatively assigning Cp to area p, evaluate the constraint "p.is Display()->q.is Hidden()". In this case, since true ⁇ false, the evaluation result of the constraint expression is false. Since the right hand side of the implication (area q) has been reconciled, we renegotiate area q. Specifically, content Cp allocation is determined as correct, and content allocation is redone in area q. (3) The content of area q, which is the next area, is determined as follows due to the re-arbitration. If the content Cq is provisionally assigned to the area q, the result is true ⁇ false, and the evaluation result of the constraint expression is false. As a result of the above operation, while the content Cp is being displayed in the area P, the content assignment of the area q is eliminated, and the result as intended by the constraint expression is obtained.
  • the arbitration logic evaluates the constraint expressions by arbitrating in order from the area with the highest priority. It may be determined first, and then the left side of the implication (the antecedent). In such a case, if the left side is all false, it is logically correct, but there is a gap between the specification developer's intention of "after the left side is established" as described above. As such an example, as shown in FIG. 11, area A can display content A1 and wins later, area B can display content b1 and wins later, and the priority relationship between areas is area A > area B. , the constraint exemplifies b1.isVisible() -> !a1.isVisible.
  • the content A1 is displayed in the area A and then the content b1 is displayed in the area B according to the last-win arbitration policy.
  • the right side of the constraint expression is judged first, and the right side of the constraint expression becomes false first.
  • the evaluation result of the constraint expression becomes true. Therefore, if interpreted logically as it is, the content A1 is determined to be displayed, and the content b1 is determined to be non-display.
  • the arbitration logic should eliminate the gap between the intention of the specification developer and the arbitration behavior as much as possible.
  • recursive arbitration logic is needed to redo arbitration when the constraint equations are in an unintended state, as described above, instead of applying arbitration in a one-way, high-priority area first. becomes. For this reason, this embodiment employs recursive arbitration logic.
  • Behavior Recursive arbitration logic includes arbitration processing that allocates content to areas and post-processing that changes the state of a request after arbitration processing. It also evaluates all constraint expressions to see if the arbitration process was successful.
  • the display control device 10 performs arbitration processing, assigns contents to areas (S1), evaluates all constraint expressions, and checks whether the arbitration processing was successful. (S2). When the display control device 10 determines that all the constraint expressions are satisfied and determines that the arbitration process has succeeded (S3: YES), it sets arbitration success to the result and confirms the allocation (S4). If the display control device 10 determines that any one of the constraint expressions is not satisfied and determines that the arbitration process has failed (S3: NO), it sets arbitration failure to the result (S5). The display control device 10 performs post-processing and changes the state of the request (S6).
  • the display control device 10 selects areas to be arbitrated in descending order of priority (S11). .
  • the display control device 10 determines the order of content to be arbitrated in the area based on the arbitration policy (S13). If there is no arbitration target area, the loop ends.
  • the display control device 10 assigns the content to the area (S15). If there is no arbitration target area, the loop ends.
  • the display control device 10 evaluates the constraint expression (S16), determines whether or not the constraint expression is satisfied (S17), and exits the area arbitration when determining that the constraint expression is satisfied (S17: YES). When the display control device 10 determines that the constraint expression is not satisfied (S17: NO), it determines whether or not there is a case where the right side of the implication has already been determined and the left side is determined next (S18). When the display control device 10 determines that there is a case (S18: YES), it determines whether or not the area related to the right side of the implication has already been renegotiated (S19).
  • the display control device 10 determines that there was no case (S18: NO), or if there was a case but determined that the area related to the right side of the implication has already been renegotiated (S19: YES), the content is assigned. is released (S21), the content to be arbitrated in the next area is shifted to (S22), and the area arbitration is exited.
  • the display control device 10 determines that the area related to the right side of the implication has not been re-arbitrated yet (S19: NO), it adds the area related to the right side of the implication in the order following the arbitration target area (S20).
  • the display control device 10 determines that all the loops for moving to the next arbitration target area have ended and there is no arbitration target area (S23), the display control device 10 arbitrates only once without re-arbitrating all the areas (S24).
  • APP Request passes the Content x State value to the arbitration logic as a request from the application, as shown in FIG. Requests do not occur at the same time and always follow an order. It is also subject to post-processing that changes the state of the request after arbitration.
  • the arbitration logic arbitrates for the content (and state) in which the APP request originated. Therefore, the displayed content must at least output an APP request.
  • An APP request is an APP request for content, and when an APP request occurs, the corresponding content is arbitrated and displayed in the area after satisfying the constraint formula. Specifically, an APP request is made, and areas to be arbitrated are selected in descending order of area priority. Next, arbitration is performed according to the arbitration policy of each area. That is, the content list is sorted according to the arbitration policy, in order of priority for priority arbitration, and in order of last win for last win.
  • the content in the content list and the constraint expression are compared to determine whether the content can be displayed.
  • Content that is not to be displayed is removed from the list. That is, assign content and evaluate constraint expressions.
  • the constraint expressions are evaluations rather than comparisons, so if all are true, content assignment is OK. Reconciliation occurs when it may not have been what was intended because the constraint evaluation was false and the content assignment was not allowed.
  • display areas are allocated in order of the sorted content list, and the above processing is repeated until there are no more areas to arbitrate.
  • the timing for sorting the content list is done before assigning it to each area.
  • a content list is created prior to each area assignment.
  • the content that can be displayed is determined for each area. Therefore, the content list is always sorted and filtered by constraint expressions prior to area allocation. That is, it is determined whether or not the area can be allocated.
  • the constraint expression exemplifies "TEL.isActive() -> For All MM interrupts (other than TEL) ⁇ x
  • the TEL content can have three states of "dialing", "incoming call display”, and "TEL list”, and the priority is changed in each state.
  • the priority of the content with low priority is content A>content B>content C.
  • Content suppression does not notify interrupts during normal display of content C.
  • area A can display content A1
  • area B can display content b1
  • area C can display content C1
  • area D can display content d1.
  • the priority between areas is Area A>Area B>Area C>Area D.
  • result pattern 1 is that when the content C1 is displayed, the content A1 is not displayed and the area D is hidden.
  • result pattern 2 if the content C1 is hidden, the evaluation result of the constraint expression is true.
  • Result pattern 1 is as intended by the specification developer, but result pattern 2 is highly likely not to reflect the intention of the specification developer.
  • FIG. 18 exemplifies a mode in which one application loop-displays multiple contents for one area.
  • FIG. 19 illustrates a mode in which a plurality of applications loop-display a plurality of contents in one area.
  • a display request is turned on by operating the right switch, it is necessary for the application to acquire the previous display result, determine the acquired previous display result, and determine the next display request according to the determination result. be.
  • this requires each application to consider the results of other applications, resulting in a dense system design and loss of easiness to change specifications and designs.
  • the display order of the content is determined instead of winning or losing the content, and the content is arbitrated according to the determination result. conduct.
  • the arbitration unit 13 evaluates the evaluation target group and evaluates the ranking criteria of the content belonging to the evaluation target group, thereby determining the display order of the content.
  • the arbitration unit 13 stores the display order and the current display position, arbitrates the contents so as to satisfy the rule-based arbitration, and changes the display position each time the arbitration is performed to select the content to be displayed. switch (equivalent to an arbitration procedure);
  • the display control unit 14 controls the display of the content assigned to the area when the content is arbitrated by the arbitration unit 13 (corresponding to an output control procedure).
  • Vehicle information, navigation, audio, driving assistance, messages, and setting contents cyclically transition when an event occurs due to right switch operation or left switch operation.
  • the content display is cyclically switched according to the order of navigation, audio, driving assistance, message, and setting, and conversely, the left switch is switched.
  • the content display is cyclically switched according to the order of setting, message, driving assistance, audio, and navigation.
  • vehicle information In the content of vehicle information, vehicle information 1, vehicle information 2, .
  • the compass and TbT/arrow guide cyclically transition when an event is generated by operating the up switch or the down switch.
  • message content message 1, message 2, .
  • a “tab screen” is defined as cyclic content. Cyclic content means to cycle, and cyclic content means content that is displayed in a cycle.
  • the “tab screen” is displayed in the main scroll area.
  • the “tab screen” circulates and switches the content to be displayed when an event is generated by operating the right switch or the left switch.
  • the contents that can be displayed on the “tab screen” are "vehicle information”, “navigation”, “audio”, “driving support”, “message”, “setting”, and “vehicle information”, “navigation”, “message ” is also defined as cyclic content, and the content to be displayed is cyclically switched when an event is generated by operating the up switch or the down switch.
  • Cyclic display is supported by defining cyclic-only content.
  • the cyclic content feature defines content that can be displayed as cyclic content.
  • an ordering policy is defined as a ranking criterion, and any of first win, last win, priority first win, and priority last win is defined.
  • the active (APP requested) contents are displayed according to the order policy.
  • Cyclic content defines the next event (right switch operation, 2 seconds elapsed, etc.) and return event (left switch operation, etc.). When the next event occurs, the display switches to the next content, and when the return event occurs , to switch the display to the previous content.
  • Cyclic content has a cyclic attribute, so that when the next event occurs while the last content is displayed, the display switches to the first content, and when the return event occurs while the first content is displayed, the display switches to the last content. switch.
  • the first content has the same meaning as the first content
  • the last content has the same meaning as the last content.
  • the evaluation target group is selected based on the following constraint formula.
  • activeContents() The meaning of the constraint is "get the active content from an object whose displayable content can be defined, such as area, cyclic content”. select ⁇ x
  • the display control device 10 performs the processing shown in FIG.
  • the display control device 10 updates the cue and the current display position for the cyclic group, which is the evaluation target group (S1 to S3).
  • the display control device 10 assigns the content to the target area for the arbitration target area group and the candidate content group according to the request list, and sets the relevant constraint expression Evaluate the set of associated constraints where .
  • the display control device 10 determines that all evaluation results are true, it returns processing to the display control unit 14 (S4-13).
  • the display control device 10 determines that none of the evaluation results are true, that is, if any one of the evaluation results is false, it extracts the re-arbitration area and arbitrates the areas of the re-arbitration area group. When the display control device 10 determines that all the arbitration results are true, it returns processing to the display control unit 14 (S14 to 18, S12, S13). When the display control device 10 determines that none of the arbitration results are true, that is, even one of the arbitration results is false, the display control device 10 reassigns the content to the target area (S19), and repeats the above-described processing.
  • the arbitration unit 13 sets the content group for which the APP request is output as an evaluation target group, accumulates it in the cyclic content queue, and assigns the content to the area. As a preprocessing, by selecting one content from the cyclic content queue by the function of storing the current display position, it is only necessary to perform one arbitration, and the number of times of arbitration can be reduced to one.
  • the arbitration unit 13 decides content allocation for one APP request by evaluating all the constraint expressions, resulting in a long processing time.
  • evaluation of the evaluation target group and evaluation of the ranking criteria are performed in advance, so that all the constraint expressions are not subject to evaluation, and the number of constraint expressions to be evaluated is reduced. can be used to shorten the processing time.
  • FIG. 27 and 28 The model conditions are as follows.
  • Operation procedure 1 Tab content A ON Operation procedure 2: Tab content B ON Operation procedure 3: Tab content C ON Operation procedure 4: Right switch pressed Operation procedure 5: Right switch pressed Operation procedure 6: Right switch pressed Operation procedure 7: Left switch press
  • tab screen specifications can be easily realized by ranking and switching methods based on the cyclic function, rather than by winning or losing content.
  • the display order of the content is determined instead of determining whether the content wins or loses in the area, and the content is arbitrated using the determination result.
  • the display order of the content can be switched according to the display order of the content.
  • the content can be appropriately displayed as intended by the specification developer without requiring display request management or complicated arbitration evaluation on the application side.
  • the display ranking of the content is determined.
  • the display ranking of the content can be determined.
  • the display order and the current display position are stored, and the current display position is changed each time arbitration is performed to switch the content to be displayed.
  • the display of the content can be switched.
  • the display order of the content can be determined.
  • the present disclosure has been described in terms of embodiments, it is understood that it is not limited to such embodiments or structures.
  • the present disclosure also includes various modifications and modifications within the equivalent range.
  • various combinations and configurations, as well as other combinations and configurations including single elements, more, or less, are within the scope and spirit of this disclosure.
  • the present invention is not limited to vehicles, and may be applied to content display control devices for applications other than vehicles.
  • the controller and techniques described in this disclosure may be implemented by a dedicated computer provided by configuring a processor and memory programmed to perform one or more functions embodied by the computer program.
  • the controller and techniques described in this disclosure may be implemented by a dedicated computer provided by configuring the processor with one or more dedicated hardware logic circuits.
  • controller and techniques described in this disclosure can be implemented by a combination of a processor and memory programmed to perform one or more functions and a processor configured with one or more hardware logic circuits. It may also be implemented by one or more dedicated computers configured.
  • the computer program may also be stored as computer-executable instructions on a computer-readable non-transitional tangible storage medium.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • General Engineering & Computer Science (AREA)
  • Mechanical Engineering (AREA)
  • Computer Hardware Design (AREA)
  • User Interface Of Digital Computer (AREA)
  • Controls And Circuits For Display Device (AREA)

Abstract

コンテントの表示制御装置(10)は、エリア又はゾーンにコンテントを割り当てる場合の基本的な調停を定義した調停ポリシーと、制約式とを含むルール定義を記憶する記憶部(12)と、アプリケーションからの出力要求を受け付けると、ルール定義にしたがってルールベース調停を満たすようにコンテントの調停を行う調停部(13)と、調停部によりコンテントの調停が行われたことでエリア又はゾーンに割り当てられたコンテントの出力を制御する出力制御部(14)と、を備える。調停部は、コンテントの出力順位を判定し、その判定結果を用い、ルールベース調停を満たすようにコンテントの調停を行う。

Description

コンテントの出力制御装置、出力制御方法及び出力制御プログラム 関連出願の相互参照
 本出願は、2021年3月9日に出願された日本出願番号2021-037390号に基づくもので、ここにその記載内容を援用する。
 本開示は、コンテントの出力制御装置、出力制御方法及び出力制御プログラムに関する。
 ルールベース調停(参考文献:調停ロジック仕様書、ルールベース構文定義書)では、ワンパスロジックによりエリア又はゾーンの価値の高い順に調停対象とし、エリア毎又はゾーン毎にコンテントを割り当てていく。コンテントを割り当てた後に制約式を評価し、全ての制約式が真となれば、コンテントの割り当てが成功となり、何れかの制約式が偽であれば、次のコンテントを割り当てて制約式を評価し直す。エリア又はゾーンでコンテントが割り当たる、又は割り当てられるコンテントがなかった場合は、次のエリア又はゾーンに移る。これでは右辺と左辺に重みがなく、「左辺が成立した後で、右辺を成立させたい」という仕様開発者の意図通りの結果を得られない場合がある。一方、特許文献1では、制約式の左辺が成立しており、右辺が決定済みの場合に、右辺のエリア又はゾーンの再調停を行うロジックを用いている。
特開2020-3649号公報
 しかしながら、特許文献1に開示されている調停ロジックでは、エリア又はゾーンに対するコンテントの勝ち負けを判定する技術であり、調停負けしたコンテントは出力されなかった。そのため、アプリケーション側で出力要求を管理したり複雑な調停評価を行ったりする必要があった。
 本開示は、アプリケーション側での出力要求の管理や複雑な調停評価を必要とせずに、仕様開発者の意図通りにコンテントを適切に出力することを目的とする。
 本開示の一態様によれば、記憶部は、エリア又はゾーンにコンテントを割り当てる場合の基本的な調停を定義した調停ポリシーと、制約式とを含むルール定義を記憶する。調停部は、アプリケーションからの出力要求を受け付けると、ルール定義にしたがってルールベース調停を満たすように調停を行う。出力制御部は、調停部により調停が行われたことでエリア又はゾーンに割り当てられたコンテントの出力を制御する。調停部は、コンテントの出力順位を判定し、その判定結果を用い、ルールベース調停を満たすようにコンテントの調停を行う。
 エリア又はゾーンに対するコンテントの勝ち負けを判定するのではなく、コンテントの出力順位を判定し、その判定結果を用いてコンテントの調停を行うようにした。予めコンテントの出力順位を定義しておくことで、コンテントの出力順位にしたがってコンテントの出力を切り替えることができる。これにより、アプリケーション側での出力要求の管理や複雑な調停評価を必要とせずに、仕様開発者の意図通りにコンテントを適切に出力することができる。
 本開示についての上記目的及びその他の目的、特徴や利点は、添付の図面を参照しながら下記の詳細な記述により、より明確になる。その図面は、
図1は、一実施形態における表示制御装置の構成を示す機能ブロック図であり、 図2は、車室内を示す斜視図であり、 図3は、優先度調停を示す図であり、 図4は、後勝ち調停を示す図であり、 図5は、エリアのZオーダーと優先度との関係を示す図であり、 図6は、コンテントと状態とエリアの関係性を示す図であり、 図7は、真理値の定義を示す図であり、 図8は、制約式オブジェクトのデータ構造を示す図であり、 図9は、制約式の左辺が偽の場合に評価結果が真となる真理値を示す図であり、 図10は、エリアの優先度と制約式との関係を示す図であり、 図11は、制約式が仕様開発者の意図と異なる例を示す図であり、 図12は、調停ロジック全体の振る舞いを示すフローチャートであり、 図13は、調停処理を示すフローチャートであり、 図14は、APP要求の概念を示す図であり、 図15は、一のエリアにコンテントを割り当てる場合を説明する図であり、 図16は、複数のエリアにコンテントを割り当てる場合を説明する図であり、 図17は、エリアとコンテントと制約式の定義を示す図であり、 図18は、アプリケーションの処理の流れを示す図(その1)であり、 図19は、アプリケーションの処理の流れを示す図(その2)であり、 図20は、状態遷移を示す図であり、 図21は、オブジェクト構成を示す図であり、 図22は、調停部の処理の流れを示す図であり、 図23は、コンテントを割り当てる態様を示す図(その1)であり、 図24は、コンテントを割り当てる態様を示す図(その2)であり、 図25は、制約式を評価する態様を示す図(その1)であり、 図26は、制約式を評価する態様を示す図(その2)であり、 図27は、操作手順及び操作結果を示す図(その1)であり、 図28は、操作手順及び操作結果を示す図(その2)である。
 以下、一実施形態について図面を参照して説明する。本実施形態では、コンテントをエリアに表示する態様について説明するが、コンテントをゾーンに音声出力する態様についても適用することができる。即ち、コンテントの出力とは、コンテントの表示と音声出力との両方の概念を含み、出力されるコンテントは、表示されるコンテントと音声出力されるコンテントとの両方の概念を含む。図2に示すように、車両の車室1内には運転席2と助手席3とが配置されており、それらの前方にインストルメントパネル4が配置されている。インストルメントパネル4の前端にはフロントガラス5が立ち上がるように実装されている。インストルメントパネル4には第1表示装置6及び第2表示装置7が配置され、フロントガラス5には第3表示装置8が配置されている。
 第1表示装置6は、例えばフルカラーの液晶表示装置から構成されるセンターディスプレイであり、基本的に車両走行制御に関係しない非走行系のコンテントを表示する表示部として機能する。非走行系のコンテントは、例えばナビゲーション用の地図情報、オーディオ情報、電話情報等である。又、第1表示装置6は、車両の後進時にリアカメラにより撮像された車両後方の映像を表示する表示部としても機能する。
 第2表示装置7は、例えばフルカラーの液晶表示装置から構成されるメータディスプレイであり、基本的に車両走行制御に関係する走行系のコンテントを表示する表示部として機能する。走行系のコンテントは、例えば車速、エンジン回転数、シフトポジション、燃料の残量等である。
 第3表示装置8は、インストルメントパネル4に配置されている表示ユニット9からフロントガラス5に映像が投影されるヘッドアップディスプレイであり、第2表示装置7と同様に、基本的に走行系のコンテントを表示する表示部として機能する。各表示装置6~8にはコンテントを表示するエリアが1つ又は複数設定されている。このような構成では、各表示装置6~8にコンテントが表示されることで、走行系のコンテントや非走行系のコンテントから構成される各種情報が乗員に提供される。
 図1に示すように、表示制御装置10は、制御部11を有し、各表示装置6~8に設定されたエリアにコンテントを表示する。制御部11は、CPU(Central Processing Unit)、ROM(Read Only Memory)、RAM(Random Access Memory)、I/O(Input/Output)等を含むマイクロコンピュータを有しており、非遷移的実体的記憶媒体に格納されている表示制御プログラムを実行する。表示制御装置10は、コンテントの出力制御装置に相当する。
 表示制御装置10には複数のアプリケーションA~Cが予め記憶されている。各アプリケーションA~Cは、一つ又は複数の表示装置6~8の所定のエリアに対するコンテントの表示要求が発生すると、表示対象の表示装置、エリア及びコンテントを示すAPP(application)要求を制御部11に割り込み出力する。
 制御部11は、記憶部12と、調停部13と、表示制御部14とを備える。表示制御部14は、出力制御部に相当する。制御部11は、出力制御プログラムを実行することにより、表示制御装置10の動作を制御する。記憶部12は、ルール定義を記憶している。ルール定義は、エリアにコンテントに割り当てる場合の基本的な調停を定義した調停ポリシーと、例外的に満たすべき性質を記述した制約式とを含む。
 調停ポリシーは、後述するように優先度調停/後勝ち調停/価値ベース調停の何れかで必ず設定される。制約式は、1つに限定されることはなく、仕様開発者の意図に応じて設けられない場合もあるし複数設けられる場合もある。
 調停部13は、アプリケーションからの表示要求を受け付けると、ルール定義にしたがってルールベース調停を満たすようにコンテントの調停を行う。表示制御部14は、入出力I/F15を介して各種ECU16、各種センサ17、各種スイッチ18、自動運転装置19等と例えばCAN(Controller Area Network)等の車載ネットワーク20により接続されている。表示制御部14は、調停部13により所定のエリアに割り当てられたコンテントの表示を制御する。調停ロジックはライブラリとして作成することができ、ルール定義をライブラリに登録又は変更することによりルールベース調停を任意に設定することができる。
 エリアにコンテントを割り当てる場合、異なるアプリケーションが同時にAPP要求を出力する場合があり、このような場合に調停が必要となる。尚、「同時」とは時間的に同時という意味ではなく、アプリケーションからAPP要求が出力された場合に、他のアプリケーションのコンテントが既に表示されている状態、即ち、2つのアプリケーションからのAPP要求が同時にオンとなった状態を意味する。
 APP要求が同時にオンとなった場合には、エリアに表示するコンテントを調停する必要がある。何れのコンテントを何れのエリアに表示するのかという全ての振る舞いを定義する構成では、コンテントの数が多くなると、振る舞いの全てを定義することが困難となる。このような事情から、本実施形態では、何れのコンテントを何れのエリアに表示するかを抽象化して表したルールベース調停を採用している。以下、ルールベース調停について説明する。
1.ルールベース調停
(1)ルール定義
 ルールベース調停は、与えられた一定のルールに基づいてコンテントを調停して任意のエリアに割り当てる調停方法を記述している。ルールベース調停におけるルールの定義としては、エリア定義、コンテント定義、制約式が必要である。
(1-1)エリア定義
 エリア定義では、表示場所、表示場所の価値、調停ポリシーが定義される。調停はエリア毎に行われるので、エリア毎に調停ポリシーを定義する。
 エリアでは表示装置6~8の表示画面にコンテントを表示させる枠を定義する。1つのエリアには高々1つのコンテントのみが割り当てられる。
 エリアは以下の定義とする。
 (a)エリアは、割り当てられたコンテントを表示する。
 (b)エリアは、調停ポリシーを持つ。
 (c)エリアは、表示させることが可能なコンテントを参照する。
 (d)エリアは、1つ以上のサイズを持つ。
 各エリアはプロパティを有している。プロパティとして、優先度、Zオーダー、調停ポリシー、サイズが設定されている。
 (a)優先度
 優先度は、エリア自体の価値を示す値(0~100%)である。この値が大きいエリアから順に調停を行う。
 (b)Zオーダー
 Zオーダーは、高さに関する座標である。この値が高いほど前面に表示される。優先度が同じエリアがある場合、この値が高い順に調停を行う。
 (c)調停ポリシー
 調停ポリシーは、優先度調停/後勝ち調停/価値ベース調停の何れかである。
 (c-1)優先度調停
 優先度調停は、エリア単位の調停ポリシーであり、図3に示すように、エリアに表示可能なコンテントの中で最も優先度の高いコンテントを表示する調停である。
 (c-2)後勝ち調停
 後勝ち調停は、エリア単位の調停ポリシーであり、図4に示すように、エリアで最後に要求が発生したコンテントを表示し、そのコンテントの表示が終了した場合は残っている中で最後に要求が発生したコンテントを表示する調停である。
 (c-3)価値ベース調停
 価値ベース調停は、エリア全体での調停ポリシーであり、コンテントの価値を数値化した数値とエリアの価値を数値化した数値とを乗じた演算値が最大となるコンテントを表示する調停である。
 (d)サイズ
 サイズは、エリアのサイズで縦×横となる。複数定義されていた場合、コンテントのサイズに応じて決定される。エリアのZオーダーと優先度との関係は図5に示す通りになる。
(1-2)コンテント定義
 コンテント定義では表示可能エリア、コンテントの状態、コンテントの状態の価値が定義される。コンテントは状態を複数持つことが可能であり、コンテントがエリアに割り当てられ、コンテントの状態が表示される。コンテントは自分が表示可能なエリアを定義して参照する。
 コンテントでは表示装置6~8の表示画面に定義されたエリアに表示するコンテントを定義する。1つのエリアには1つのコンテントのみが割り当てられる。
 コンテントは以下の定義とする。
 (a)コンテントは、エリアに対して割り当てられる。
 (b)コンテントは、自らが表示可能なエリアを1つ以上参照する。
 (c)コンテントは、必ず1つ以上の状態を持つ。
 (d)コンテントは、1つ以上のサイズを持つ。
 表示可能なエリアが複数ある場合、どちらも表示可能であることを示し、1つのコンテントを複数エリアに同時に表示することもできる。1つのコンテントに複数の状態を持つことができ、複数持っている場合、それぞれの状態は排他的であり必ず1つの状態でしか一度に表示することができない。コンテントはサイズを複数持つことができ、複数ある場合、表示先のエリアのサイズに応じて最も近いサイズを表示させる。
 コンテントと状態とエリアの関係性は図6に示すように紐づけられる。
 コンテントはプロパティを有しており、プロパティとして、優先度、サイズ調停負けした場合、APP要求を取り下げるか否か(goodloser)が設定されている。
 (a)優先度
 優先度とはエリアの調停ポリシーが「優先度調停」の場合に使われる値であり、優先度の高いコンテントが先にエリアに割り当てられる。
 (b)サイズ
 サイズとは、コンテントの表示のサイズで縦×横となる。複数定義されていた場合は、エリアのサイズに応じて決定される。
(1-3)制約式
 制約式は、調停中又は調停後において、例外的に満たすべき性質を記述したルールである。調停の状態を制約式で抑制することで、そのままの調停ポリシーでは表現しきれない状態を表したり、調停後の調停結果の判定に用いたりすることができる。即ち、例えば車両の走行状態等の状況に応じては、調停ポリシーにて割り当てられたコンテントであっても表示しない方が良い場合があるからである。制約式では、調停結果が満たすべき条件であるコンテント抑制やエリア抑制の条件が定義される。
 制約式で扱える論理式は、コンテントの状態、エリアの状態、エリアに表示中のコンテント、エリアとコンテントの集合、シーンの状態、論理演算、量化記号である。シーンとは、例えば手動運転シーン又は自動運転装置19による自動運転シーンであり、自動運転シーンでは手動運転用コンテントグループのコンテントは表示しないという出力制御が可能となる。
 (a)コンテントの状態は、アクティブ/非アクティブ、表示中/非表示中の何れかである。
 (b)エリアの状態は、表示中/非表示中の何れかである。
 (c)論理演算は、NOT(!)、AND、OR、含意(->)、等号(=)である。
 量化記号は、∀(For All:集合の要素全てに対して条件が成立する)、∃(Exists:集合に条件を満たす要素が少なくとも一つ存在する)である。
 (d)制約式
 制約式は、調停ロジックの結果に影響を及ぼし、調停ロジックは全ての制約を満たすように振る舞う。
 (e)後処理
 後処理は、特定のコンテントにおいて、調停後にAPP要求の待機を規定するプロパティ(goodloser)である。調停後のコンテントの待機状態のみ変化するので、調停ロジックの結果には影響しない。
(1-4)コンテント抑制
 例えばコンテントC1の表示中はコンテントC2を表示しないという制約式として、「中心エリア.displaying Content()=c1 -> !c2.is Visible()」を例示する。この制約式は、中心エリアにコンテントC1を表示していれば、コンテントC2を表示しないという抑制を記述している。
(1-5)優先度調停と後勝ち調停
 優先度調停と後勝ち調停とが混在する場合は、エリアの調停ポリシーを後勝ちにしておき、優先度が関わるコンテント間の関係のみを制約式で記述することで対応可能である。
 このような制約式として、「TEL.is Active() -> For All MM系割り込み(TEL以外){x|!x.is Visible()}」を例示する。調停ポリシーが後勝ち調停のエリアであるが、この制約式を加えることでTELという優先度の高いコンテントがアクティブであれば、全てのMM系割り込み(TEL以外)を表示しないという抑制を記述している。
2.調停ロジック
 調停ロジックは、与えられたルールに基づき、エリアの調停ポリシーに基づいた形で制約式を満たすようにコンテントを割り当てる方法を定義したアルゴリズムである。基本的にはエリア毎に優先度順に調停していくが、演算子が含意で定義された制約式で仕様開発者の意図と異なったと判定した場合、以前のエリアに戻り再調停を行う。
 調停ロジックには、エリア内の調停とエリア全体の調停とがある。
(2-1)エリア内の調停
 (a)エリア内の調停は、優先度調停及び後勝ち調停のエリアを優先度の高い順に調停する。
 (b)各エリアについて以下を評価する。
 最も優先されるコンテントを仮に割り当て、制約式の評価結果が真であれば、仮に割り当てたコンテントを確定する。制約式の評価結果が偽であれば、次に優先されるコンテントを再評価する。制約式を満たすコンテントが無ければ、そのエリアにはコンテントを表示しない。
(2-2)エリア全体の調停
 エリア全体の調停(価値ベース調停)は、ベストフィットロジック及びワンパスロジックがある。
 (a)ベストフィットロジックは、制約式を満たすコンテントとエリアとの全ての組み合わせの中から価値の総和が最も高いものを選択する。
 (b)ワンパスロジックは、優先度の高いエリアから順に優先度の高いコンテントをエリアに割り当て、既に他のエリアに割り当てられたコンテントは対象外にする。本実施形態ではワンパスロジックを採用するが、ベストフィットロジックを採用しても良い。
(2-3)制約式における含意
 調停ロジックにおいて制約式における「含意」は再調停の条件としての意味を持つので、以下に含意について説明する。
 命題論理における含意はP→Qと記述することができ、左辺を前提部とすると共に右辺を結論部とし「前提が成立しているならば結論が成立している」となる。真理値の定義(真理値表)は図7に示す通りである。
 尚、命題論理における公理系ではP→Q≡¬P∨Qとなる。
 又、制約式オブジェクトのデータ構造は、図8に示すように、構文木(シンタックスツリー)となっているので、含意の左辺及び右辺の判定が可能である。
(2-4)含意の意図と論理値での差異
 P→Qが真となるのは、PもQも真のときである。換言すれば、Qに関わらずPが偽であれば制約式は真となる。
 制約式で含意を用いた場合、仕様開発者は「左辺が成り立った後で、右辺を判定した場合」と意図していることが多い。即ち、暗黙の意図としては、順番が存在し、左辺が成立してから右辺を成立させたいということである。しかしながら、論理的には含意は右辺の真偽を決めた後に、その真偽に関係なく左辺を偽にすれば結果として真であり、これは論理学的、即ち含意の意味論上は何も問題はない。このことは、調停ロジックで制約式を満たすためならば、図9に示すように、含意の左辺を全て強制的に偽とすれば制約式を満たせることを意味する。ワンパスロジックではエリアの優先度順にしたがってエリアに割り当てるコンテントを確定していく。即ち、含意の左辺及び右辺は関係ない。それに対し、含意の制約式の意図は「左辺が成り立った後で、右辺を判定した場合」であり、含意の左辺及び右辺が関係する。この問題を解決しようというのが、再調停の狙いである。
 次に、含意の制約式の再調停について説明する。
 制約式P→Qがあり、図10に示すように、Pに関係するエリアp、Qに関係するエリアqがあるとする。尚、エリアの優先度はp<qとする。
 制約式の具体例は「p.is Display() -> q.is Hidden()」であり、意味は「p表示中はqを表示しない」である。
 エリアpに関係するコンテントCp、エリアqに関係するコンテントCqがあり、APP要求が同時に発生した場合の調停ロジックを説明する。
 (1)ワンパスロジックにより、最初にエリアqのコンテントを決める。その結果、エリアqにコンテントCqが割り当てられる。この場合、制約式の評価は、左辺に未割り当てエリアがあるので、エリアpをスキップする。
 (2)ワンパスロジックにより、次のエリアであるエリアpのコンテントを次のように決める。エリアpにCpを仮割り当てしてから、制約式「p.is Display()->q.is Hidden()」を評価する。この場合、真→偽となるので、制約式の評価結果は偽となる。含意の右辺(エリアq)が調停済みであるので、エリアqを再調停する。具体的には、コンテントCp割り当てを是とし、エリアqでコンテントの割り当てをやり直す。
 (3)再調停を行ったことによって次のエリアであるエリアqのコンテントを次のように決める。エリアqにコンテントCqを仮割り当てすると、真→偽となり、制約式の評価結果は偽となることから、コンテントCqの仮割り当てを解除し、エリアqの割り当てコンテントは無しで終了する。
 以上の動作の結果、エリアPにコンテントCpが表示中、エリアqのコンテント割り当てがなくなり、制約式の意図通りの結果となる。
 調停ロジックは、優先度の高いエリアから順番に調停して制約式を評価していくので、制約式の含意の記述の仕方とエリアの優先度の高さにより、含意の右辺(結論部)が先に決定し、その後に含意の左辺(前提部)が決定する場合がある。このような場合に左辺を全て偽にすれば、論理的には正しいが、前述の「左辺が成り立った後で」という仕様開発者の意図とのギャップが発生してしまう。このような例として、図11に示すように、エリアAはコンテントA1を表示可能で後勝ち、エリアBはコンテントb1を表示可能で後勝ち、エリア同士の優先度の関係はエリアA>エリアB、制約式はb1.is Visible() -> !a1.is Visibleを例示する。APP要求がコンテントA1、コンテントb1の順にオンすると、後勝ちの調停ポリシーによりエリアAにコンテントA1を表示してからエリアBにコンテントb1を表示することになる。この場合、優先度の高いエリアAのコンテントA1を先に判定することから、制約式の右辺を先に判定することになり、制約式の右辺が先に偽となる。この場合、制約式の左辺を強制的に偽とすれば制約式の評価結果は真となるので、論理的にそのまま解釈すると、コンテントA1は表示判定、コンテントb1は非表示判定となる。
 しかしながら、仕様開発者の意図は、コンテントb1が表示判定となった後にコンテントA1を非表示判定することであるので、仕様開発者の意図を反映していないことになる。即ち、調停ロジックとしては、限りなく仕様開発者の意図と調停振る舞いとのギャップを排除すべきである。その結果、一方通行で優先度の高いエリアから順に調停を適用していくのではなく、制約式が前述したような意図しない状態になった場合に、調停を再びやり直す再帰的な調停ロジックが必要となる。このような事情から、本実施形態では再帰的な調停ロジックを採用している。
(2-5)振る舞い
 再帰的な調停ロジックには、エリアにコンテントを割り当てる調停処理と、調停処理の後に要求の状態を変化させる後処理がある。又、調停処理に成功したかを確認するために全制約式の評価も行う。
 (a)調停ロジック全体の振る舞い
 図12に示すように、表示制御装置10は、調停処理を行い、エリアにコンテントを割り当て(S1)、全制約式を評価し、調停処理に成功したかチェックする(S2)。表示制御装置10は、全制約式を満たしたと判定し、調停処理に成功したと判定すると(S3:YES)、結果に調停成功を設定し、割り当てを確定する(S4)。表示制御装置10は、何れか1つでも制約式を満たしていないと判定し、調停処理に失敗したと判定すると(S3:NO)、結果に調停失敗を設定する(S5)。表示制御装置10は、後処理を行い、要求の状態を変化させる(S6)。
 (b)調停処理の動作
 図13に示すように、表示制御装置10は、優先度の高い順に調停対象エリアとし(S11)、調停対象エリアがある場合は(S12)、エリアの調停に移行する。表示制御装置10は、エリアの調停では、調停ポリシーに基づきエリア内の調停対象のコンテントの順序を決める(S13)。尚、調停対象エリアがない場合は、ループ終了となる。表示制御装置10は、エリア内に調停対象のコンテントがある場合は(S14)、エリアにコンテントを割り当てる(S15)。尚、調停対象エリアがない場合は、ループ終了となる。
 表示制御装置10は、制約式を評価し(S16)、制約式を満たしたか否かを判定し(S17)、制約式を満たしたと判定すると(S17:YES)、エリアの調停から抜け出る。表示制御装置10は、制約式を満たさなかったと判定すると(S17:NO)、含意の右辺が既に決定していて次に左辺を決定するケースがあったか否かを判定する(S18)。表示制御装置10は、ケースがあったと判定すると(S18:YES)、含意の右辺に関わるエリアが既に再調停済みであるか否かを判定する(S19)。
 表示制御装置10は、ケースがなかったと判定すると(S18:NO)、又はケースがあったが、含意の右辺に関わるエリアが既に再調停済みであると判定すると(S19:YES)、コンテントの割り当てを解除し(S21)、次のエリア内の調停対象のコンテントへ移行し(S22)、エリアの調停から抜け出る。
 一方、表示制御装置10は、含意の右辺に関わるエリアが未だ再調停済みでないと判定すると(S19:NO)、含意の右辺に関わるエリアを調停対象エリアの次の順に追加する(S20)。表示制御装置10は、次の調停対象エリアに移行するループが全て終わり、調停対象エリアがなくなったと判定すると(S23)、最後に全部のエリアを再調停せず1回のみ調停する(S24)。
3.APP要求
 APP要求は、図14に示すように、アプリケーションからの要求として、コンテント×状態の値を調停ロジックに渡す。要求は同時には発生することは無く必ず順番を伴う。又、調停後に要求の状態を変化させる後処理の影響を受ける。調停ロジックでは、APP要求が発生したコンテント(及び状態)に対して調停を行う。したがって、表示されたコンテントは少なくともAPP要求を出力していなければならない。
 APP要求はコンテントに対するAPP要求であり、APP要求が発生すると、対応するコンテントが調停され、制約式を満たした上でエリアに表示される。具体的には、APP要求が行われ、エリアの優先度が高い順に調停するエリアを選択する。次に、各エリアの調停ポリシーにしたがって調停を行う。即ち、コンテントリストは調停ポリシーにしたがってソートされ、優先度調停なら優先度順、後勝ちなら後勝ち順にソートされる。
 次に、コンテントリストのコンテントと制約式とを比較し、表示可能なコンテントであるか否かを判定する。表示否のコンテントはリストから除去する。即ち、コンテントを割り当てて制約式を評価する。この場合、制約式は比較ではなく評価であるので、全て真であればコンテントの割り当てはOKとなる。再調停は、制約式評価が偽になりコンテントの割り当てが認められなかったために意図通りでなかった可能性があるときに行う。次に、ソートされたコンテントリスト順に、表示エリアを割り当て、調停するエリアがなくなるまで上記した処理を繰り返す。
 コンテントリストをソートするタイミングは各エリアに割り当てる前に行う。コンテントリストは各エリア割り当てに先立って作成する。ここで、エリア内毎に表示可能なコンテントは決まっている。そのため、コンテントリストは毎回、エリア割り当てに先立って、ソート及び制約式によるフィルタをかける。即ち、そのエリアに割り当て可能か否かを判定する。
 次に、一のエリアに割り当てられたコンテントを調停する場合について説明する。図15に示すように、マルチメディア(MM)系の割り込みとスイッチ(SW)操作系のAPP要求の割り込みを想定する。後勝ち調停と優先度調停が混在する場合では、基本的に後勝ち調停を優先するが、MM系割り込みの中ではTELを優先する。
 制約式は、「TEL.isActive() -> For All MM系割り込み(TEL以外){x|!x.isVisible()}」を例示する。これは、TELがアクティブであれば、全てのMM系割り込み(TEL以外)を表示しないという制約である。TELコンテントは「発信中」「着信表示」「TELリスト」の3つの状態を持つことができ、それぞれの状態で優先度を変更しておく。優先度の低いコンテントの優先度は、コンテントA>コンテントB>コンテントCとする。
 コンテント抑制は、コンテントCの通常表示中は割り込み通知しないである。制約式は、「中心.displayingContent()=C.->!C通知.isVisible()」を例示する。これは、中心表示エリアにコンテントCを表示していれば、コンテントC通知を表示しないという制約である。以上のようにして、一のエリアに対して仕様開発者が意図するコンテントを表示することが可能となる。
 次に、複数のエリアに割り当てられたコンテントを調停する場合について説明する。
 図16に示すように、エリアAはコンテントA1、エリアBはコンテントb1、エリアCはコンテントC1、エリアDはコンテントd1を表示可能であり、全て後勝ちの調停ポリシーである。エリア同士の優先度はエリアA>エリアB>エリアC>エリアDとする。
 エリアとコンテントと制約式の定義について説明する。図17に示すように、エリア毎に名前、調停ポリシー、優先度が設定されている。又、コンテント毎に名前、表示可能エリアが設定されている。制約式は、c1.is Visible()->!a1.is Visible() AND D.is Hidden()を例示する。Is Hidden()はエリアに割り当て可能なコンテントがあってもエリアを表示していない状態を意味している。この制約式は、コンテントC1(即ちエリアC)が表示中は、コンテントA1を表示しない、且つ(エリアCと干渉する)エリアDは隠蔽されている抑制を記述している。
 APP要求がコンテントA1、コンテントb1、コンテントC1、コンテントd1の順にオンすると、エリアAから順に調停する。調停ポリシーによりエリアAにコンテントA1を割り当てるが、制約式を判定不能であるので、仮割り当てとする。同様に、エリアBにコンテントb1を仮割り当てする。
 エリアCにおける調停では、調停ポリシーによりエリアCにコンテントC1が割り当てられるが、制約式における含意の右辺が先に偽の判定となる。即ち、AND演算子は一方が偽ならば何をもっても偽となるためである。
 そこで、エリアCにコンテントC1を仮割り当てた状態で再調停を行い、エリアAで制約式の評価結果が真となるように再調停する。制約式の評価結果が真となる結果パターンは2つある。結果パターン1は、コンテントC1を表示した場合は、コンテントA1を表示せず、かつエリアDを隠すとなる。結果パターン2は、コンテントC1が非表示であれば制約式の評価結果は真となる。結果パターン1は仕様開発者の意図通りとなるが、結果パターン2の場合は仕様開発者の意図を反映していない可能性が高い。
 この場合、含意の右辺が先に決まっており、左辺を決定する場合であるので、再調停する。エリアCにコンテントC1を割り当てるのを是とし、右辺のエリアにて再調停する。再調停後、元の調停の順に戻り未調停のエリアDを調停する。この場合、制約式の右辺が真となるにはエリアDが非表示(未割り当て)とする必要がある。その後、最後に1回のみ再調停せずに調停を行う。これは主に未割り当てのエリアに対して行う調停である。以上のようにして、複数のエリアに対して仕様開発者が意図するコンテントを表示することが可能となる。
 ところで、エリアに対するコンテントの勝ち負けを判定する技術では、調停負けしたコンテントは表示されないので、アプリケーション側で要求を管理したり、複雑な調停評価を行ったりする必要があった。具体的に説明すると、タブ画面のようにコンテントを切り替えながら表示するためには、アプリケーション側から表示要求を切り替えてもらう必要がある。その場合、図18及び図19に示す処理となる。
 図18では、1つのエリアに対して1つのアプリケーションが複数のコンテントをループ表示する態様を例示している。この場合、右スイッチ操作による表示要求がオンすると、アプリケーション側で前回の表示結果を取得し、その取得した前回の表示結果を判定し、その判定結果にしたがって次の表示要求を決定する必要がある。しかしながら、これでは設計や実装が複雑になる。又、図19では、1つのエリアに対して複数のアプリケーションが複数のコンテントをループ表示する態様を例示している。この場合も、右スイッチ操作による表示要求がオンすると、アプリケーション側で前回の表示結果を取得し、その取得した前回の表示結果を判定し、その判定結果にしたがって次の表示要求を決定する必要がある。しかしながら、これでは各アプリケーションが他のアプリケーションによる結果を考慮する必要があり、システムとして密な設計になってしまい、仕様及び設計の変更容易性が失われてしまう。
 このような事情から、本実施形態では、特定のグループに属するコンテントをループ表示や連続表示させるために、コンテントの勝ち負けではなく、コンテントの表示順位を判定し、その判定結果にしたがってコンテントの調停を行う。具体的には、調停部13は、評価対象グループを評価し、評価対象グループに属するコンテントの順位基準を評価することで、コンテントの表示順位を判定する。調停部13は、表示順位を判定すると、表示順位及び現在表示位置を記憶し、ルールベース調停を満たすようにコンテントの調停を行い、調停を行う毎に表示位置を変更して表示対象のコンテントを切り替える(調停手順に相当する)。表示制御部14は、コンテントの調停が調停部13により行われると、エリアに割り当てられたコンテントの表示を制御する(出力制御手順に相当する)。
 図20に示す状態遷移及び図21に示すオブジェクト構成を例示して説明する。車両情報、ナビ、オーディオ、走行支援、メッセージ、セッティングのコンテントは、右スイッチ操作又は左スイッチ操作によるイベントの発生により循環的に遷移する。例えば車両情報のコンテントの表示中では、右スイッチ操作が行われる毎に、ナビ、オーディオ、走行支援、メッセージ、セッティングの順序にしたがってコンテントの表示を循環的に切り替え、これとは逆に、左スイッチ操作が行われる毎に、セッティング、メッセージ、走行支援、オーディオ、ナビの順序にしたがってコンテントの表示を循環的に切り替える。又、車両情報のコンテントにおいて、車両情報1、車両情報2、…車両情報nは、上スイッチ操作又は下スイッチ操作によるイベントの発生により循環的に遷移する。同様に、ナビのコンテントにおいて、コンパス、TbT/アローガイドは、上スイッチ操作又は下スイッチ操作によるイベントの発生により循環的に遷移する。メッセージのコンテントにおいて、メッセージ1、メッセージ2、…メッセージnは、上スイッチ操作又は下スイッチ操作によるイベントの発生により循環的に遷移する。
 「タブ画面」は、サイクリックコンテントとして定義する。サイクリックコンテントとは、サイクリックとは循環することを意味し、サイクリックコンテントとは循環して表示されるコンテントを意味する。
 「タブ画面」は、メインスクロールエリアに表示する
 「タブ画面」は、右スイッチ又は左スイッチ操作によるイベントの発生により表示対象のコンテントを循環して切り替える。
 「タブ画面」に表示可能なコンテントは、「車両情報」、「ナビ」、「オーディオ」、「走行支援」、「メッセージ」、「セッティング」であり、「車両情報」、「ナビ」、「メッセージ」もサイクリックコンテントとして定義し、上スイッチ又は下スイッチ操作によるイベントの発生により表示対象のコンテントを循環して切り替える。
 サイクリック表示では、メッセージの2秒毎の切り替え表示、タブ画面遷移等を実現する。サイクリック表示には、サイクリック専用コンテントを定義することで対応する。サイクリックコンテントの機能は、サイクリックコンテントとして表示可能なコンテントを定義する。サイクリックコンテントには順位基準としての並び順ポリシーを定義し、先勝ち、後勝ち、優先度先勝ち、優先度後勝ちの何れかを定義する。定義されているコンテントのうちアクティブな(APP要求が発生した)コンテントを並び順ポリシーにしたがって表示する。サイクリックコンテントには、次イベント(右スイッチ操作や2秒経過等)、戻るイベント(左スイッチ操作等)を定義し、次イベントが発生すると、表示を次のコンテントに切り替え、戻るイベントが発生すると、表示を一つ前のコンテントに切り替える。サイクリックコンテントには循環属性があり、最後のコンテントを表示中に次イベントが発生すると、表示を最初のコンテントに切り替え、最初のコンテントを表示中に戻るイベントが発生すると、表示を最後のコンテントに切り替える。最初のコンテントは先頭のコンテントと同じ意味であり、最後のコンテントは末尾のコンテントと同じ意味である。
 評価対象グループの選定は以下の制約式により判定を行う。
 activeContents()
 制約式の意味は「エリア、サイクリックコンテント等、表示可能なコンテントを定義可能なオブジェクトからアクティブなコンテントを取得する」である。
 select{x|<式>}
 制約式の意味は「集合から制約式を満たす要素のサブ集合を取り出す」である。
 表示制御装置10は、図22に示す処理を行う。表示制御装置10は、イベント発生又は調停要求を受け付けると、評価対象グループであるサイクリック群についてキューの更新及び現在表示位置の更新を行う(S1~S3)。表示制御装置10は、サイクリック群についてキューの更新及び現在表示位置の更新を行うと、従来通り、要求リストにしたがって調停対象エリア群及び候補コンテント群について対象エリアにコンテントを割り当て、関連する制約式である関連制約式群を評価する。表示制御装置10は、全ての評価結果がtrueであると判定すると、表示制御部14へ処理を返す(S4~13)。
 表示制御装置10は、全ての評価結果がtrueでない、即ち、何れか1つでも評価結果がfalseであると判定すると、再調停エリアを抽出し、再調停エリア群のエリアの調停を行う。表示制御装置10は、全ての調停結果がtrueであると判定すると、表示制御部14へ処理を返す(S14~18,S12,S13)。表示制御装置10は、全ての調停結果がtrueでない、即ち、何れか1つでも調停結果がfalseであると判定すると、対象エリアにコンテントを再度割り当て(S19)、上記した処理を繰り返す。
 以下、本実施形態による利点について説明する。
 図23に示すように、アプリケーション側でコンテントの切り替えを行う従来の構成では、APP要求のオフとオンをそれぞれ出力する必要があり、調停部13は、APP要求のオフに対して調停を行い、APP要求のオンに対しても調停を行い、2回の調停を行う必要があった。これに対し、本実施形態では、図24に示すように、調停部13は、APP要求を出力したコンテント群を評価対象グループとして設定してサイクリックコンテントのキューに蓄積し、エリアにコンテントを割り当てる前処理として、現在表示位置を記憶する機能により、サイクリックコンテントのキューから1つのコンテントを選択することで、1回の調停を行えば良く、調停を行う回数を1回に減らすことができる。
 又、従来の構成では、図25に示すように、調停部13は、1つのAPP要求に対して全ての制約式を評価対象としてコンテントの割り当てを決定しており、処理時間が長くなっていた。これに対し、本実施形態では、図26に示すように、評価対象グループの評価と順位基準の評価を事前に行うことで、全ての制約式を評価対象とせず、評価対象の制約式を減らすことができ、処理時間を短くすることができる。
 具体的に、以下に示すモデルについてサイクリック表示を行う場合の処理の流れについて図27及び図28を参照して説明する。モデルの条件を以下とする。
 エリア:タブエリア
 コンテント:タブコンテントA、タブコンテントB、タブコンテントC
 評価対象グループ:表示要求が発生したコンテント群
 順位基準:先勝ち
 表示切替契機:進方向(右スイッチ)、戻方向(左スイッチ)
 操作手順は以下の通りである。
 操作手順1:タブコンテントAオン
 操作手順2:タブコンテントBオン
 操作手順3:タブコンテントCオン
 操作手順4:右スイッチ押下
 操作手順5:右スイッチ押下
 操作手順6:右スイッチ押下
 操作手順7:左スイッチ押下
 各操作手順での結果を以下に示す。
 (1)操作手順1(タブコンテントAオン)
 「評価対象グループ:表示要求が発生したコンテント群」の評価により、評価対象は「タブコンテントA」のみである。
 「順位基準:先勝ち」の評価により、表示順位は「1位タブコンテントA」となる。
 「表示順位:1位タブコンテントA」と「現在表示位置:タブコンテントA」を記憶する。
 タブエリアの表示結果は「タブコンテントA」となる。
 (2)操作手順2(タブコンテントBオン)
 「評価対象グループ:表示要求が発生したコンテント群」の評価により、評価対象は「タブコンテントA、タブコンテントB」である。
 「順位基準:先勝ち」の評価により、表示順位は「1位タブコンテントA、2位タブコンテントB」となる。
 「表示順位:1位タブコンテントA、2位タブコンテントB」と「現在表示位置:タブコンテントA」を記憶する。
 タブエリアの表示結果は「タブコンテントA」のままである。
 (3)操作手順3(タブコンテントCオン)
 「評価対象グループ:表示要求が発生したコンテント群」の評価により、評価対象は「タブコンテントA、タブコンテントB、タブコンテントC」である。
 「順位基準:先勝ち」の評価により、表示順位は「1位タブコンテントA、2位タブコンテントB、3位タブコンテントC」となる。
 「表示順位:1位タブコンテントA、 2位タブコンテントB、3位タブコンテントC」と「現在表示位置:タブコンテントA」を記憶する。
 タブエリアの表示結果は「タブコンテントA」のままである。
(4)操作手順4(右スイッチ押下)
 順位評価結果は変化なし。
 表示切替契機:進方向に該当するので、現在表示位置を1つ次のタブコンテントに切り替え、「タブコンテントA」から「タブコンテントB」に切り替える。
 「表示順位:1位タブコンテントA、2位タブコンテントB、3位タブコンテントC」と「現在表示位置:タブコンテントB」を記憶する。
 タブエリアの表示結果は「タブコンテントA」から「タブコンテントB」に切り替わる。
(5)操作手順5(右スイッチ押下)
 順位評価結果は変化なし。
 表示切替契機:進方向に該当するので、現在表示位置を1つ次のタブコンテントに切り替え、「タブコンテントB」から「タブコンテントC」に切り替える。
 「表示順位:1位タブコンテントA、2位タブコンテントB、3位タブコンテントC」と「現在表示位置:タブコンテントC」を記憶する。
 タブエリアの表示結果は「タブコンテントB」から「タブコンテントC」に切り替わる。
(6)操作手順6(右スイッチ押下)
 順位評価結果は変化なし。
 表示切替契機:進方向に該当するので、現在表示位置を1つ次のタブコンテントに切り替え、「タブコンテントC」から「タブコンテントA」に切り替える。即ち、「タブコンテントC」が最下位であるので、最上位の「タブコンテントA」に切り替える。
 「表示順位:1位タブコンテントA、2位タブコンテントB、3位タブコンテントC」と「現在表示位置:タブコンテントA」を記憶する。
 タブエリアの表示結果は「タブコンテントC」から「タブコンテントA」に切り替わる。
(7)操作手順7(左スイッチ押下)
 順位評価結果は変化なし。
 表示切替契機: 戻方向に該当するので、現在表示位置を1つ前のタブコンテントに切り替え、「タブコンテントA」から「タブコンテントC」に切り替える。即ち、「タブコンテントA」が最上位であるので、最下位の「タブコンテントC」に切り替える。
 「表示順位:1位タブコンテントA、2位タブコンテントB、3位タブコンテントC」と「現在表示位置:タブコンテントC」を記憶する。
 タブエリアの表示結果は「タブコンテントA」から「タブコンテントC」に切り替わる。
 以上のように、コンテントの勝ち負けではなく、サイクリック機能による順位決めと切り替え方法によりタブ画面仕様を容易に実現することができる。
 本実施形態によれば、以下に示す作用効果を得ることができる。表示制御装置10において、エリアに対するコンテントの勝ち負けを判定するのではなく、コンテントの表示順位を判定し、その判定結果を用いてコンテントの調停を行うようにした。予めコンテントの表示順位を定義しておくことで、コンテントの表示順位にしたがってコンテントの表示を切り替えることができる。これにより、アプリケーション側での表示要求の管理や複雑な調停評価を必要とせずに、仕様開発者の意図通りにコンテントを適切に表示することができる。
 評価対象グループを評価し、評価対象グループに属するコンテントの順位基準を評価することで、コンテントの表示順位を判定するようにした。評価対象グループ及びコンテントの順位基準を定義することで、コンテントの表示順位を判定することができる。コンテントの表示順位を判定すると、表示順位及び現在表示位置を記憶し、調停を行う毎に現在表示位置を変更して表示対象のコンテントを切り替えるようにした。現在表示位置を変更することで、コンテントの表示を切り替えることができる。順位基準として、先勝ち、後勝ち、優先度先勝ち、優先度後勝ちの何れを定義することで、コンテントの表示順位を判定することができる。
 本開示は、実施形態に準拠して記述されたが、当該実施形態や構造に限定されるものではないと理解される。本開示は、様々な変形例や均等範囲内の変形をも包含する。加えて、様々な組み合わせや形態、更には、それらに一要素のみ、それ以上、或いはそれ以下を含む他の組み合わせや形態をも、本開示の範疇や思想範囲に入るものである。
 車両用に限らず、車両用以外の用途のコンテントの表示制御装置に適用しても良い。
 本開示に記載の制御部及びその手法は、コンピュータプログラムにより具体化された一つ乃至は複数の機能を実行するようにプログラムされたプロセッサ及びメモリを構成することにより提供された専用コンピュータにより実現されても良い。或いは、本開示に記載の制御部及びその手法は、一つ以上の専用ハードウェア論理回路によりプロセッサを構成することにより提供された専用コンピュータにより実現されても良い。若しくは、本開示に記載の制御部及びその手法は、一つ乃至は複数の機能を実行するようにプログラムされたプロセッサ及びメモリと一つ以上のハードウェア論理回路により構成されたプロセッサとの組み合わせにより構成された一つ以上の専用コンピュータにより実現されても良い。又、コンピュータプログラムは、コンピュータにより実行されるインストラクションとして、コンピュータ読み取り可能な非遷移有形記録媒体に記憶されていても良い。

Claims (6)

  1.  エリア又はゾーンにコンテントを割り当てる場合の基本的な調停を定義した調停ポリシーと、制約式とを含むルール定義を記憶する記憶部(12)と、
     アプリケーションからの出力要求を受け付けると、前記ルール定義にしたがってルールベース調停を満たすようにコンテントの調停を行う調停部(13)と、
     前記調停部によりコンテントの調停が行われたことで前記エリア又は前記ゾーンに割り当てられたコンテントの出力を制御する出力制御部(14)と、を備え、
     前記調停部は、コンテントの出力順位を判定し、その判定結果を用い、前記ルールベース調停を満たすようにコンテントの調停を行うコンテントの出力制御装置。
  2.  前記調停部は、評価対象グループを評価し、評価対象グループに属するコンテントの順位基準を評価することで、コンテントの出力順位を判定する請求項1に記載したコンテントの出力制御装置。
  3.  前記調停部は、コンテントの出力順位を判定すると、出力順位及び現在出力位置を記憶し、調停を行う毎に現在出力位置を変更して出力対象のコンテントを切り替える請求項2に記載したコンテントの出力制御装置。
  4.  前記調停部は、前記順位基準として、先勝ち、後勝ち、優先度先勝ち、優先度後勝ちの何れであるかを評価する請求項2又は3に記載したコンテントの出力制御装置。
  5.  エリア又はゾーンにコンテントを割り当てる場合の基本的な調停を定義した調停ポリシーと、制約式とを含むルール定義を記憶する記憶部(12)を備えるコンテントの出力制御装置(10)において、
     アプリケーションからの出力要求を受け付けると、コンテントの出力順位を判定し、その判定結果を用い、前記ルール定義にしたがってルールベース調停を満たすようにコンテントの調停を行う調停手順と、
     前記調停手順によりコンテントの調停が行われたことで前記エリア又は前記ゾーンに割り当てられたコンテントの出力を制御する出力制御手順と、を行うコンテントの出力制御方法。
  6.  エリア又はゾーンにコンテントを割り当てる場合の基本的な調停を定義した調停ポリシーと、制約式とを含むルール定義を記憶する記憶部(12)を備えるコンテントの出力制御装置(10)に、
     アプリケーションからの出力要求を受け付けると、コンテントの出力順位を判定し、その判定結果を用い、前記ルール定義にしたがってルールベース調停を満たすようにコンテントの調停を行う調停手順と、
     前記調停手順によりコンテントの調停が行われたことで前記エリア又は前記ゾーンに割り当てられたコンテントの出力を制御する出力制御手順と、を実行させるコンテントの出力制御プログラム。
PCT/JP2022/006183 2021-03-09 2022-02-16 コンテントの出力制御装置、出力制御方法及び出力制御プログラム WO2022190798A1 (ja)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US18/461,348 US20230418539A1 (en) 2021-03-09 2023-09-05 Content output control device, content output control method, and non-transitory computer readable storage medium

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2021-037390 2021-03-09
JP2021037390A JP2022137742A (ja) 2021-03-09 2021-03-09 コンテントの出力制御装置、出力制御方法及び出力制御プログラム

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US18/461,348 Continuation US20230418539A1 (en) 2021-03-09 2023-09-05 Content output control device, content output control method, and non-transitory computer readable storage medium

Publications (1)

Publication Number Publication Date
WO2022190798A1 true WO2022190798A1 (ja) 2022-09-15

Family

ID=83227671

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2022/006183 WO2022190798A1 (ja) 2021-03-09 2022-02-16 コンテントの出力制御装置、出力制御方法及び出力制御プログラム

Country Status (3)

Country Link
US (1) US20230418539A1 (ja)
JP (1) JP2022137742A (ja)
WO (1) WO2022190798A1 (ja)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008213609A (ja) * 2007-03-01 2008-09-18 Fujitsu Ten Ltd 画像表示制御装置
JP2015052980A (ja) * 2013-09-09 2015-03-19 株式会社デンソー コンテンツ提供システム
JP2018122669A (ja) * 2017-01-31 2018-08-09 矢崎総業株式会社 車両用表示装置および車両用表示装置の表示方法
WO2020003755A1 (ja) * 2018-06-28 2020-01-02 株式会社デンソー 表示制御装置、表示制御方法及び表示制御プログラム
WO2021002300A1 (ja) * 2019-07-02 2021-01-07 株式会社デンソー コンテントの提示制御装置、提示制御方法及び提示制御プログラム
WO2021002299A1 (ja) * 2019-07-02 2021-01-07 株式会社デンソー コンテントの提示制御装置、提示制御方法及び提示制御プログラム
WO2021029178A1 (ja) * 2019-08-09 2021-02-18 株式会社デンソー コンテントの表示制御装置、表示制御方法及び表示制御プログラム

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008213609A (ja) * 2007-03-01 2008-09-18 Fujitsu Ten Ltd 画像表示制御装置
JP2015052980A (ja) * 2013-09-09 2015-03-19 株式会社デンソー コンテンツ提供システム
JP2018122669A (ja) * 2017-01-31 2018-08-09 矢崎総業株式会社 車両用表示装置および車両用表示装置の表示方法
WO2020003755A1 (ja) * 2018-06-28 2020-01-02 株式会社デンソー 表示制御装置、表示制御方法及び表示制御プログラム
WO2021002300A1 (ja) * 2019-07-02 2021-01-07 株式会社デンソー コンテントの提示制御装置、提示制御方法及び提示制御プログラム
WO2021002299A1 (ja) * 2019-07-02 2021-01-07 株式会社デンソー コンテントの提示制御装置、提示制御方法及び提示制御プログラム
WO2021029178A1 (ja) * 2019-08-09 2021-02-18 株式会社デンソー コンテントの表示制御装置、表示制御方法及び表示制御プログラム

Also Published As

Publication number Publication date
JP2022137742A (ja) 2022-09-22
US20230418539A1 (en) 2023-12-28

Similar Documents

Publication Publication Date Title
US11443720B2 (en) Display control apparatus, display control method, and computer-readable storage medium
US20220179608A1 (en) Content display control apparatus and content display control method
JP5505482B2 (ja) 表示制御装置
CN109542283B (zh) 一种手势触控的多屏操作方法
WO2021002300A1 (ja) コンテントの提示制御装置、提示制御方法及び提示制御プログラム
WO2013099216A1 (ja) 表示制御装置
WO2022190798A1 (ja) コンテントの出力制御装置、出力制御方法及び出力制御プログラム
JP5742799B2 (ja) 表示制御装置
WO2022181189A1 (ja) コンテントの出力制御装置、出力制御方法及び出力制御プログラム
WO2022181190A1 (ja) コンテントの出力制御装置、出力制御方法及び出力制御プログラム
JP7208866B2 (ja) コンテントの提示制御装置、提示制御方法及び提示制御プログラム
WO2022176557A1 (ja) コンテントの表示制御装置、表示制御方法及び表示制御プログラム
CN115698948A (zh) 执行周期性任务的计算机实现的方法、执行周期性任务的包括一个或多个处理器的系统以及计算机程序产品
US20230418554A1 (en) Content output control device, content output control method, and non-transitory computer readable storage medium
CN113727878B (zh) 车辆用装置、车辆用装置的控制方法
CN116726489A (zh) 一种车载游戏的控制方法、装置、车辆和存储介质
EP4323299A1 (en) Control of multiple displays associated with an elevator system
JP2013114188A (ja) 表示制御装置
JP2013137644A (ja) 表示制御装置

Legal Events

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

Ref document number: 22766762

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 22766762

Country of ref document: EP

Kind code of ref document: A1