VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ifSwitchSystemResponse.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
14 
15 
16 #pragma once
17 
19 #include <vrfutil/rwUUID.h>
20 
22 
25 #include "vrfmsgs/vrfmsgsDefines.h"
26 
28 {
29 
30 public:
33 
36 
39 
40  virtual ~DtIfSwitchSystemResponse();
41 
42  virtual int type() const;
43 
44  virtual DtSimInterfaceContent * clone() const;
45 
46  virtual int netRepSize() const;
47  virtual bool setFromNet(const char* contentBuffer,
48  unsigned contentSize);
49  virtual bool setToNet();
50 
51  static DtSimInterfaceContent* creator();
52 
54  virtual void setSuccess(bool suc);
55  virtual bool success() const;
56 
59  virtual void setEntity(const DtUUID&);
60 
62  virtual const DtUUID& entity() const;
63 
64 
65 protected:
68 };
69 
UUID is a unique ID wrapper class.
Definition: rwUUID.h:229
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Definition: simInterfaceContent.h:78
virtual int netRepSize() const
Definition: simInterfaceContent.h:76
#define DT_DLL_vrfmsgs
This file is used to determine how to build.
Definition: vrfmsgsDefines.h:28
virtual int type() const =0
File: ifSwitchSystemResponse.h.
Definition: ifSwitchSystemResponse.h:27
Contains the DtUUID class declaration.
Common base class that all server responses to a direct client request should subclass from...
Definition: ifServerRequestResponse.h:21
DtUUID myEntity
Definition: ifSwitchSystemResponse.h:67
bool mySwitchSuccess
Definition: ifSwitchSystemResponse.h:66
virtual bool setToNet()
Definition: simInterfaceContent.h:83
Definition: simInterfaceContent.h:45
virtual DtSimInterfaceContent * clone() const =0
const DtIfServerRequestResponse & operator=(const DtIfServerRequestResponse &orig)
assignment operator

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)