Collectives™ on Stack Overflow
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about Collectives
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about Teams
I didn't find a definition of port prototype in the standard.
What is a definition of port prototype?
Thanks in advance!
PortPrototype is an abstract class having common properties of different types of ports(P, R, PR).
All these port classes extend PortPrototype class.you can refer AUTOSAR_SWS_RTE.pdf
or Software Component Template for more information
See
autosar standard 4.3 classic platform
A port prototype is the way that software components can interact and exchange data. A port prototype is a generic concept that in actual use results in e.g. a Client/Server or Sender/Receiver Port.
The data that is transferred in that port is defined by it's port interface.
In the linked .pdf you might want to check chapter 3.2 for more details on software components and their communication.
Thanks for contributing an answer to Stack Overflow!
-
Please be sure to
answer the question
. Provide details and share your research!
But
avoid
…
-
Asking for help, clarification, or responding to other answers.
-
Making statements based on opinion; back them up with references or personal experience.
To learn more, see our
tips on writing great answers
.