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

7.3.2.  The SystemC Class

TermSC is declared as a standard SystemC class, with a buffer for bytes coming in, and a port for bytes out (which will connect to a buffer in the UART). In this case it has a custom destructor as well as constructor, which will be used to kill the child process running the xterm when the class is deleted.

Embecosm divider strip