00001 #ifndef SIGEL_ROBOTIO_SIG_ROBOTUNSTREAMER_H 00002 #define SIGEL_ROBOTIO_SIG_ROBOTUNSTREAMER_H 00003 00004 namespace SIGEL_RobotIO { class SIG_RobotUnstreamer; } 00005 00006 #include "SIGEL_RobotIO/SIG_RobotFactory.h" 00007 #include "SIGEL_RobotIO/SIG_UnstreamerScanner.h" 00008 #include <qtextstream.h> 00009 00010 using SIGEL_Robot::SIG_Robot; 00011 00012 namespace SIGEL_RobotIO { 00013 class SIG_RobotUnstreamer : public SIG_RobotFactory { 00014 public: 00015 SIG_RobotUnstreamer (void); 00016 virtual ~SIG_RobotUnstreamer (void); 00017 SIG_Robot *readFromFileTransfer (QTextStream & tx); 00018 }; 00019 } 00020 00021 #endif