Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

irdarun.h

Go to the documentation of this file.
00001 #include <netnode.h>
00002 #include "irdadata.h"
00003 
00004 class IRDARun  : public RuntimeInfo {
00005 
00006 public :
00007 
00008       IRDARun( ANetNodeInstance * NNI, 
00009                IRDAData & Data ) : RuntimeInfo( NNI )
00010         { }
00011 
00012       virtual RuntimeInfo * line( void ) 
00013         { return this; }
00014 
00015       virtual QString deviceFile( void )
00016         { return QString( "/dev/irda" ); }
00017 
00018       State_t detectState( void )
00019         { return Unknown; }
00020 
00021 protected :
00022 
00023       QString setMyState( NetworkSetup * , Action_t, bool )
00024         { return QString(); }
00025 };

Generated on Sat Nov 5 16:17:53 2005 for OPIE by  doxygen 1.4.2