VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
setAggregateState.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
14 
17 #include "vlpi/netStructs.h"
19 
25 {
26 
27 public:
28 
31 
34  DtSetAggregateState(const DtString & writeName,
35  DtReaderWriterRegistry * parentRegistry = 0);
36 
38  DtSetAggregateState(const DtString & writeName, const DtSetAggregateState &
39  orig, DtReaderWriterRegistry * parentRegistry = 0);
40 
43 
44  virtual ~DtSetAggregateState();
45 
47  virtual const DtSetMessageType& type() const;
48 
50  virtual DtSetDataRequest * clone(const DtString & name,
51  DtReaderWriterRegistry * parentRegistry = 0) const;
52 
54  virtual DtString stringRep() const;
55 
57 
58  virtual enum DtAggregateState aggregateState() const;
59  virtual void setAggregateState(enum DtAggregateState aggState);
60  //}@
61 
64  virtual int netRepSize() const;
65 
67  virtual bool setFromNet(const char* contentBuffer,
68  unsigned contentSize);
69 
72  virtual bool setToNet();
73 
74  static DtSetDataRequest * creator();
75 
76 protected:
77 
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)