StreamOutput: printf calls virtual puts so we can reduce code reuse elsewhere
authorMichael Moon <triffid.hunter@gmail.com>
Thu, 24 Jan 2013 15:54:12 +0000 (02:54 +1100)
committerMichael Moon <triffid.hunter@gmail.com>
Thu, 24 Jan 2013 15:54:12 +0000 (02:54 +1100)
commit836222e76d6bb9bdd86d85d8cf6285b5f13a839b
tree8bbceffb3172692e4eb989e8e577b8c28eadd56f
parent654286ea9ee7b94968b365fde690fea69306ddb1
StreamOutput: printf calls virtual puts so we can reduce code reuse elsewhere

StreamOutputPool: ditch printf, implement puts which distributes to each Stream's puts
src/libs/StreamOutput.h
src/libs/StreamOutputPool.h
src/modules/communication/SerialConsole.cpp
src/modules/communication/SerialConsole.h
src/modules/utils/simpleshell/SimpleShell.cpp