Services and Modeling for Embedded Software Development
Embecosm divider strip
Prev  Next

5.4.4.  Connecting the Modules

The target socket of the logger (loggerPort) is connected by passing it as argument to the initiator socket of the ISS (dataBus). The C++ function application operator, (), is overloaded for initiator sockets to provide this binding function.

  iss.dataBus( logger.loggerPort );
	  
Embecosm divider strip