Making a Client Request on a Port. ETAS ASCET V6.3, AUTOSAR

Add to My manuals
173 Pages

advertisement

Making a Client Request on a Port. ETAS ASCET V6.3, AUTOSAR | Manualzz

ETAS Implementing Software Components

Listing 111: C code – server runnable

Servers may be invoked from multiple sources, for example, through a request from a client received via the communication service or directly via intra-task communication. Unless marked as concurrently executable within the runnable’s configuration, the RTE will serialize access to the server, queuing requests on a first-in/first-out basis.

10.4.2

Making a Client Request on a Port

A runnable entity will be invoked by the RTE each time a request is made for an operation on the server’s port.

For the example of section 8.7,

Making a Client Request on a Port

, on page 124,

ASCET generates the following C code:

ASCET V6.3 AUTOSAR User’s Guide 156

advertisement

Related manuals

Download PDF

advertisement

Table of contents