VR-Forces 4.0.4 Class Documentation
include/vrfmodel/verticalLauncher.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2009 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: verticalLauncher.h,v $ $Revision: 1.1 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00013 
00014 #pragma once
00015 
00016 #include "vrfmodel/vrfmodelDefines.h"
00017 #include "vrfmodel/launchCtlr.h"
00018 #include <vl/detonateInter.h>
00019 
00023 
00025 class DT_DLL_vrfmodel DtVerticalLauncherController : public DtLauncherController
00026 {
00027 
00028 public:
00029 
00032    DtVerticalLauncherController(const DtString& name, 
00033       DtVrfObject* owner,
00034       DtSimManager* simManager, 
00035       DtComponentDescriptor* desc = 0,
00036       DtReaderWriterRegistry* parentRegistry = 0);
00037 
00039    virtual ~DtVerticalLauncherController();
00040 
00043    virtual DtString type() const;
00044 
00047    virtual bool acquireTarget(const DtVrfObject* target);
00048 
00052    static DtSimComponent * creator(const DtString& name, 
00053       DtVrfObject* owner,
00054       DtSimManager* simManager, 
00055       DtComponentDescriptor* desc = 0,
00056       DtReaderWriterRegistry* parentRegistry = 0);
00057 
00058 protected:
00059    
00061    DtVerticalLauncherController();
00062 
00064    DtVerticalLauncherController(const DtVerticalLauncherController & orig);
00065 
00067    const DtVerticalLauncherController & operator=(const DtVerticalLauncherController & 
00068       orig);
00069 
00070 };

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)