This is the vcdMaker demo project. See http://vcdmaker.org for details. vcdMaker is supposed to help engineers to debug their applications and systems. It transforms text log files into the VCD format which can be easily displayed as a waveform.
Dependencies: mbed vcdLogger vcdSignal
Diff: Logger/serialLogger.cpp
- Revision:
- 1:446154224f92
- Parent:
- 0:9a59cffaafad
--- a/Logger/serialLogger.cpp Fri Feb 12 21:38:04 2016 +0000 +++ b/Logger/serialLogger.cpp Sat Feb 20 20:48:44 2016 +0000 @@ -1,3 +1,24 @@ +/*! + @file serialLogger.cpp + + The implementation of the serial logger class. + + @par Full Description + The implementation of the serial logger class. + + @if REVISION_HISTORY_INCLUDED + @par Edit History + @li [0] wojciech.rynczuk@wp.pl 20-JAN-2015 Initial file revision. + @endif + + @ingroup Logger + + @par Copyright (c) MMXV Wojciech Rynczuk + + Distributed under MIT License + +*/ + #include "serialLogger.hpp" #include "mbed.h"