VR-Forces 4.0.4 Class Documentation
include/vrvCore/DtUnknownDriver.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2009 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtUnknownDriver.h,v $ $Revision: 1.10 $ $State: Exp $
00007 ******************************************************************************/
00008 
00012 
00013 #ifndef DtUnknownDriver_H_
00014 #define DtUnknownDriver_H_
00015 
00016 #include <vrvCore/vrvCore.h>
00017 #include <vrvCore/DtDriver.h>
00018 
00019 namespace makVrv
00020 {
00021    class DtAgentManager;
00022 
00025    class DT_DLL_VRVCORE DtUnknownDriver : public DtDriver
00026    {
00027    public:
00028 
00030       DtUnknownDriver(DtAgentManager& sm,const std::string& name);
00031 
00033       virtual ~DtUnknownDriver();
00034 
00036       virtual const std::string& className() const;
00037 
00039       virtual bool isUserControllable() const;
00040 
00041    protected:
00042 
00045       virtual bool onStart();
00046 
00049       virtual bool onStop();
00050 
00052       virtual bool onTick();
00053 
00054    protected:
00055       std::string myClassName;
00056 
00057    };
00058 }
00059 
00060 #endif
00061 

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)