VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
setObstacleToIgnore.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
12 
13 #pragma once
14 
15 
17 #include "vrfutil/rwString.h"
18 #include "vlpi/netStructs.h"
21 #include <vrfutil/rwUUID.h>
22 
25 {
26 
27 public:
29 
32  DtSetObstacleToIgnore(const DtString& writeName,
33  DtReaderWriterRegistry* parentRegistry = 0);
34 
36  DtSetObstacleToIgnore(const DtString& writeName,
37  const DtSetObstacleToIgnore& orig,
38  DtReaderWriterRegistry* parentRegistry = 0);
39 
42 
43  virtual ~DtSetObstacleToIgnore();
44 
46  virtual const DtSetMessageType& type() const;
47 
49  virtual DtSetDataRequest* clone(const DtString& name,
50  DtReaderWriterRegistry* parentRegistry = 0) const;
51 
53  virtual DtString stringRep() const;
54 
56 
57 
58  virtual const DtUUID& obstacle() const;
60  virtual void setObstacle(const DtUUID&);
62 
65  virtual int netRepSize() const;
66 
68  virtual bool setFromNet(const char* contentBuffer,
69  unsigned contentSize);
70 
73  virtual bool setToNet();
74 
75  static DtSetDataRequest* creator();
76 
77 protected:
79 };
80 
81 

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)