#include "output.h" namespace Mist { class OutDTSC : public Output { public: OutDTSC(Socket::Connection & conn); ~OutDTSC(); static void init(Util::Config * cfg); void onRequest(); void sendNext(); void sendHeader(); void initialSeek(); void stats(bool force = false); void sendCmd(const JSON::Value &data); void sendError(const std::string &msg); void sendOk(const std::string &msg); private: unsigned int lastActive;///