Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Autosar 应用程序中,我们可以同时拥有两种接口,如发送方/接收方接口和客户端/服务器接口吗?
或者在 autosar 架构中的应用程序级别的 2 个应用程序组件之间是否只有 S/R 接口?
您可以在任何 SwComponentType 中任意混合不同 PortInterface(例如 ClientServerInterface、SenderReceiverInterface)类型的 PortPrototype。