Design method of airborne software component middleware in partitioned operating system environment
A technology of partitioning operating systems and software components, applied in the field of avionics, can solve the problems of complex communication and scheduling relationship, difficult development of airborne software, lack of general development framework, etc., to improve portability and reusability, improve Development efficiency, the effect of reducing human error
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0038] C. Communication mechanism design between airborne components
[0039] ①Data management
[0040] The BTree operation interface provides six interfaces to the outside, which are BtreeInit(), BtreeInsert(), BtreeDelete(), BtreeSearch(), BtreeSearchGroup(), BtreeGetValueCount(), so that other external modules can well call the BTree operation provided function. The external interface of the BTree operation module is shown in Table 4:
[0041] BTreeInsert(): Insert interface; compare the inserted keyword with the original keyword inside the BTree, if found, it means that the keyword exists, and return directly; if not found, judge whether the leaf node to be inserted exceeds the BTree The range specified by the node; if it exceeds, call the internal interface BTreeSplit to split the node.
[0042] BTreeDelete(): Delete a node. In this interface, the keyword to be deleted will be compared with the keyword in the B-tree. If the leaf node is found, it will be deleted.
[0...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 


