Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 570 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 570 Bytes

CPPTracer Build Status

The Tracer is a class which allows to generate vcd files from c++ variables. It can be of use for tracing variables during the simulation of both discrete and continuous time models. The tracer itself is pretty simple to use. Have a look at the test code (inside tests) for an example of use.

Structure

  • doc : Documentation including auto-generated doxygen.
  • include : Application headers.
  • tests : Sources for testing.