VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ifBHAVEValidityRequest.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
8 #include <vrfExtProtocol/simInterfaceContent.h>
10 
12 
13 namespace BHAVE
14 {
16  {
17 
18  public:
21 
24 
26  const DtIfBHAVEValidityRequest & operator=(const DtIfBHAVEValidityRequest & orig);
27 
28  virtual ~DtIfBHAVEValidityRequest();
29 
30  virtual int type() const;
31 
32  virtual DtSimInterfaceContent * clone() const;
33 
34  virtual int netRepSize() const;
35 
36  virtual bool setFromNet(const char* contentBuffer, unsigned contentSize);
37 
38  virtual bool setToNet();
39 
40  static DtSimInterfaceContent* creator();
41 
42  virtual void printDataToString(DtString& str);
43  };
44 
46  {
47 
48  public:
51 
54 
56  const DtIfBHAVEValidityResponse & operator=(const DtIfBHAVEValidityResponse & orig);
57 
58  virtual ~DtIfBHAVEValidityResponse();
59 
60  virtual int type() const;
61 
62  virtual DtSimInterfaceContent * clone() const;
63 
64  virtual int netRepSize() const;
65 
66  virtual bool setFromNet(const char* contentBuffer, unsigned contentSize);
67 
68  virtual bool setToNet();
69 
70  virtual void printDataToString(DtString& str);
71 
72  static DtSimInterfaceContent* creator();
73 
74  virtual void setValid(bool);
75  bool valid() const
76  {
77  return myValid;
78  }
79 
80  protected:
81  bool myValid;
82  };
83 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)