/* * logwriter.h * * Created on: Jul 7, 2011 * Author: niklas */ #ifndef LOGWRITER_H_ #define LOGWRITER_H_ /** * new functions for communicating with Qt */ void setSocketName(char * sn); void setInterfaceName(const char * in); int initQtLoggerSocket (); void closeQtLoggerSocket (); void sendToQt (); void logToQt(int status, int substatus, const char * msg); void logSendToQt(int type); //void logToQt(char * status, char * substatus, char * msg); #endif /* LOGWRITER_H_ */