What variety of C code does the CAPE tool generate?
Simple C mostly as data structures. No C++ constructs or libraries are used. Examples of the C code are shown in Application Note 5. The CAPE Tool generates a threaded-code interpreter. This means that most of the information from an individual protocol is encoded as C data structures that are interpreted by a small C code interpreter. The source of an example interpreter in included for you to modify. Examples of modifications are also given.