VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ifSyncMatrixObjectsListResponse.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 
14 #include "vrfmsgs/vrfmsgsDefines.h"
15 #include <vlutil/vlString.h>
16 #include <vrfutil/rwUUID.h>
18 
21 {
22 
23 public:
24 
27 
30 
33 
34  virtual ~DtIfSyncMatrixObjectsListResponse() override;
35 
36  virtual int type() const override;
37 
38  virtual DtSimInterfaceContent * clone() const override;
39 
41 
42  virtual const DtUUID& syncMatrix() const;
43  virtual void setSyncMatrix(const DtUUID& syncMatrix);
45 
47 
48  virtual bool refreshPlans() const;
49  virtual void setRefreshPlans(bool refreshPlans);
51 
53 
54  virtual const DtRwSyncMatrixObjectList& objects() const;
55  virtual void setObjects(const DtRwSyncMatrixObjectList& plans);
57 
58  virtual int netRepSize() const override;
59  virtual bool setFromNet(const char* contentBuffer, unsigned contentSize) override;
60  virtual bool setToNet() override;
61 
62  virtual void printDataToString(DtString& str) override;
63 
64  static DtSimInterfaceContent* creator();
65 
66 protected:
70 };
UUID is a unique ID wrapper class.
Definition: uuid.h:59
bool myRefreshPlans
Definition: ifSyncMatrixObjectsListResponse.h:68
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
Contains the DtUUID class declaration.
virtual void printDataToString(DtString &str)
const DtSimInterfaceContent & operator=(const DtSimInterfaceContent &orig)
This list stores entries of DtRwSyncMatrixPlan.
Definition: rwSyncMatrixObjectList.h:17
Interface content for respone to a synchronization matrix add objects request.
Definition: ifSyncMatrixObjectsListResponse.h:20
DtRwSyncMatrixObjectList myObjects
Definition: ifSyncMatrixObjectsListResponse.h:69
virtual bool setToNet()
Definition: simInterfaceContent.h:83
Definition: simInterfaceContent.h:45
virtual DtSimInterfaceContent * clone() const =0
DtUUID mySyncMatrix
Definition: ifSyncMatrixObjectsListResponse.h:67

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)