接上篇,我们本篇介绍
Service port interface
type mapping sets
首先来看Service port interface
Service port interface是服务接口,同Application port interface接口不同,通常都是底层模块提供的接口,应用层模块通常还是使用Application port interface。
首先我们还是看看如何创建Service port interface,见下图
右键添加一个新的SR PORT INTERFACE,如下图
和之前介绍的Application port interface完全一致,具体的创建见之前文章的介绍。
其实Service port interface和Application port interface主要的区别就是,Service port interface都是底层BSW模块中的接口服务,当底层配置好之后会在出现很多Service port interface,例如下图