VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ifAdminSyncMatrixRemovePlanRequest.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include "vrfmsgs/vrfmsgsDefines.h"
14 
15 #include <vrftasks/adminContent.h>
16 
20 {
21 
22 public:
25 
28 
31 
33 
34  virtual const DtAdminContentMessageType& type() const;
35 
36  virtual DtAdminContent* clone() const;
37 
39 
40  virtual const DtUUID& object() const;
41  virtual void setObject(const DtUUID& object);
43 
45 
46  virtual const DtString& phaseName() const;
47  virtual void setPhaseName(const DtString& phaseName);
49 
50  virtual int netRepSize() const;
51  virtual bool setFromNet(const char* contentBuffer, unsigned contentSize);
52  virtual bool setToNet();
53  virtual DtString stringRep() const;
54 
55  static DtAdminContent* create();
56 
57 protected:
60 };
UUID is a unique ID wrapper class.
Definition: rwUUID.h:229
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Sets the contents of this set request based on the network buffer. Base class does nothing and return...
Admin content to request removing a plan from an object in a synchronization matrix phase...
Definition: ifAdminSyncMatrixRemovePlanRequest.h:19
DtString myPhaseName
Definition: ifAdminSyncMatrixRemovePlanRequest.h:59
virtual int netRepSize() const
#define DT_DLL_vrfmsgs
This file is used to determine how to build.
Definition: vrfmsgsDefines.h:28
virtual DtAdminContent * clone() const =0
Make a copy of this content. Returns a pointer to a newly created copy of this class. Derived classes must override this function to create and return an instance of the derived type.
Definition: vrfObjectMessageTypeTemplate.h:24
const DtAdminContent & operator=(const DtAdminContent &orig)
assignment operator; same as copy costructor.
DtUUID myObject
Definition: ifAdminSyncMatrixRemovePlanRequest.h:58
DtAdminContent.
Definition: adminContent.h:23
virtual const DtAdminContentMessageType & type() const =0
virtual bool setToNet()
Sets netRep buffer to the contents of this set request. Base class does nothing and returns true...
virtual DtString stringRep() const =0
Get a readable string representation of this content. Derived classes must implement this function...

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)