VRP8 Componentization

Componentization refers to the method of encapsulating associated functions and data into a software module, which is instantiated to function as a basic unit of communication scheduling. The VRP8 architecture design is component-based. The entire system is divided into multiple independent components that communicate through interfaces. One component provides services for another component through an interface, and the served component does not need to know how the serving component provided its services.

The component-based architecture design has the following advantages:

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
Next topic >