WojciechRynczuk / vcdMaker

A tool for converting text log files to the VCD format.
https://vcdmaker.org
MIT License
29 stars 2 forks source link

025 parsing user logs #34

Closed WojciechRynczuk closed 7 years ago

WojciechRynczuk commented 7 years ago

User log parsing. The basic functionality has been provided. @endrjux please pay attention to the cmake. I have updated it and it works. However I'm not sure if everything has been done correctly.

It also seems that we could live with one kind of the signal factory - the XML based. But once it will evolve and use more computing power I would leave the original version just for the performance reasons. If we decide to remove the original signal factory later in the future it will be an easy change.

We will add the additional functionality to this feature in the next step. Like Hex2Dec() function or arithmetic operations to create the signal's time stamp, value or name.

endrjux commented 7 years ago

Cmake integration is super bad. Please hold this until I finish pugixml cmake integration. It's almost finished. This will also cover cmake-generated msvc project I think.

endrjux commented 7 years ago

Because of #35 pugixml should be treated as system library and #include should use <...> not "...".