-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # include/doubleOperators.hpp # include/genericTrace.hpp # include/variableTracer.hpp # tests/CMakeLists.txt # tests/main.cpp
- Loading branch information
Showing
10 changed files
with
370 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
# CPPTracer [![Build Status](https://travis-ci.org/Galfurian/CPPTracer.svg?branch=master)](https://travis-ci.org/Galfurian/CPPTracer) | ||
|
||
The VariableTracer is a class which allows to generate vcd files from c++ variables. | ||
It may be of use for tracing variables during the simulation of both discrete and continuous time models. The tracer itself is pretty simple to use. | ||
|
||
Look at main.cpp for an example of usage. | ||
The VariableTracer 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 | ||
- src : Application sources. | ||
- lib : Support libraries for the application. | ||
- doc : Documentation including auto-generated doxygen. | ||
- include : Application headers. | ||
- tests : Sources for testing. | ||
- doc : Documentation including auto-generated doxygen. | ||
- tests : Sources for testing. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.