WojciechRynczuk / vcdMaker

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

006 instrument interface #15

Closed WojciechRynczuk closed 7 years ago

WojciechRynczuk commented 7 years ago

The line counter has been integrated using the observer pattern. The observer uses the interface class called Instrument. So, the line counter is an implementation of the Instrument abstract class.