Services - tools - models - for embedded software development
Embecosm divider strip
Prev  Next

3.4.  Implementation Detail

3.4.1. JtagSC
3.4.2. TapAction
3.4.3. TapActionReset
3.4.4. TapActionIRScan
3.4.5. TapActionDRScan
3.4.6. TapStateMachine

Each class described in the API is implemented as a header file defining the class and a code file with implementation of all the methods. So the class JtagSC is defined in JtagSC.h and implemented in JtagSC.cpp.

In addition to the classes described in Section 3.2, there is one more class, TapStateMachine, implementing the behavior of the TAP state machine.

The following sections provide brief notes on the implementation of each class.

Embecosm divider strip