VR-Forces 4.0.4 Class Documentation
include/vrvVrl/DtBugFixEntityStateRepository.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2011 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: DtBugFixEntityStateRepository.h,v $ $Revision: 1.46 $ $State: Exp $
00007 *******************************************************************************/
00008  
00012 
00013 #include <vl/entitySR.h>
00014 #include <vlpi/smoother.h>
00015 
00016 #include <vrvVrl/vrvVrl.h>
00017 
00018 #pragma once
00019 
00020 namespace makVrv
00021 {   
00022    namespace DT_PROTOCOL_NAMESPACE
00023    {
00029       class DL_DLL_IGCONVRLINK DtBugFixEntityStateRepository : public DtEntityStateRepository
00030       {
00031       public:
00032          // CTOR
00033          DtBugFixEntityStateRepository();
00034 
00035          // DTOR
00036          virtual ~DtBugFixEntityStateRepository();
00037 
00038          // This method overrides the base class method (in DtBaseEntityStateRepository,
00039          // so that it can add a call to useDeadReckoner(true) when yesNo is true.  This
00040          // fixes a crash bug in VR-Link
00041          virtual void useSmoother(bool yesNo);
00042       };
00043    }
00044 }

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)