VR-Forces 4.1 Class Documentation
ffeEntity.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 
10 #pragma once
11 
12 #include <vlutil/vlNetTypes.h>
13 #include "vrftasks/fireForEff.h"
14 #include "vrfutil/rwString.h"
15 
16 
17 
21 {
23 };
24 
31 {
32 
33 public:
34 
37 
40  DtFireForEffectOnEntityTask(const DtString & writeName,
41  DtReaderWriterRegistry * parentRegistry = 0);
42 
44  DtFireForEffectOnEntityTask(const DtString & writeName, const
46  parentRegistry = 0);
47 
51 
52 
53  virtual ~DtFireForEffectOnEntityTask();
54 
56  virtual const DtSimTaskMessageType& type() const;
57 
59  virtual DtSimTask * clone(const DtString & name, DtReaderWriterRegistry *
60  parentRegistry = 0) const;
61 
63  virtual DtString stringRep() const;
64 
66  virtual void setEntityName(const DtString & entityName);
67 
69  virtual const DtString & entityName() const;
70 
73  virtual int netRepSize() const;
74 
76  virtual bool setFromNet(const char* contentBuffer,
77  unsigned contentSize);
78 
81  virtual bool setToNet();
82 
83  static DtSimTask * creator();
84 
85 protected:
86 
88 
89 };
90 

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)