Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

SIG_UnstreamerScanner.h

00001 #ifndef SIGEL_ROBOTIO_SIG_UNSTREAMERSCANNER_H
00002 #define SIGEL_ROBOTIO_SIG_UNSTREAMERSCANNER_H
00003 
00004 namespace SIGEL_RobotIO { class SIG_UnstreamerScanner; }
00005 
00006 #include <qstring.h>
00007 #include "SIGEL_RobotIO/SIG_Scanner.h"
00008 
00009 namespace SIGEL_RobotIO {
00010         class SIG_UnstreamerScanner : public SIG_Scanner {
00011         public:
00012                 SIG_UnstreamerScanner (QString liesdas);
00013                 virtual ~SIG_UnstreamerScanner (void);
00014                 virtual void nextSymbol (void);
00015         };
00016 }
00017 
00018 #endif

Generated at Mon Sep 3 01:32:33 2001 for PG 368 - SIGEL by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000