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

8.5.  Extending the TermSC Module Class

8.5.1. TermSyncSC Module Class Definition
8.5.2. TermSyncSC Module Class Implementation

A new class, TermSyncSC derived from TermSC implements the additional functionality for synchronized timing.

As with the UART (see Section 8.4), the terminal will model the time taken to put the bits of a character on its Tx port. This mirrors the arrangement with the UART, so when the two are connected, delays in both directions are correctly modeled.

Embecosm divider strip