VR-Forces 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() override;
41 
42  virtual int type() const override;
43 
44  virtual DtSimInterfaceContent * clone() const override;
45 
46  virtual int netRepSize() const override;
47  virtual bool setFromNet(const char* contentBuffer, unsigned contentSize) override;
48  virtual bool setToNet() override;
49 
50  static DtSimInterfaceContent* creator();
51 
53  virtual void setSuccess(bool suc);
54  virtual bool success() const;
55 
58  virtual void setEntity(const DtUUID&);
59 
61  virtual const DtUUID& entity() const;
62 
63 
64 protected:
67 };
68 
UUID is a unique ID wrapper class.
Definition: uuid.h:59
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:66
bool mySwitchSuccess
Definition: ifSwitchSystemResponse.h:65
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 Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)