VR-Forces 4.0.4 Class Documentation
include/bhaveMsgs/ifRequestSpawnList.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2012 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 
00006 #pragma once
00007 
00008 #include <vrfExtProtocol/ifaceCont.h>
00009 #include "bhaveMsgs/bhaveMsgsDefines.h"
00010 
00011 namespace BHAVE
00012 {
00013    class DT_DLL_bhaveMsgs DtIfRequestSpawnList : public DtSimInterfaceContent
00014    {
00015 
00016    public:
00018       DtIfRequestSpawnList();
00019 
00021       DtIfRequestSpawnList(const DtIfRequestSpawnList & orig);
00022 
00024       const DtIfRequestSpawnList & operator=(const DtIfRequestSpawnList & orig);
00025 
00026       virtual ~DtIfRequestSpawnList();
00027 
00028       virtual int type() const;
00029 
00030       virtual DtSimInterfaceContent * clone() const;
00031 
00032       virtual bool setFromNet(const char* contentBuffer, unsigned contentSize);
00033 
00034       virtual bool setToNet();
00035 
00036       virtual void printDataToString(DtString& str);
00037 
00038       static DtSimInterfaceContent* creator();
00039 
00040    protected:
00041    };
00042 } 

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)