VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
aggregateMountedSetRelayDescriptor.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 
16 
19 {
20 public:
22  typedef enum relayType {
23  TRANSPORT = 0,
24  CREW = 1
25  } RelayType;
26 
28  DtAggregateMountedSetRelayDescriptor(const DtString& componentName,
29  DtReaderWriterRegistry* parentRegistry = 0);
30 
33  DtReaderWriterRegistry* parentRegistry = 0);
34 
35  virtual ~DtAggregateMountedSetRelayDescriptor() override;
36 
40 
43  virtual DtString type() const override;
44 
45  virtual DtComponentDescriptor* clone(DtReaderWriterRegistry* parentRegistry = 0) const override;
46 
49 
52  virtual DtAggregateMountedSetRelayDescriptor::RelayType relayType() const;
53  virtual void setRelayType(DtAggregateMountedSetRelayDescriptor::RelayType rt);
55 
58  virtual const DtRwNLengthStringVector& requestTypes() const;
59  virtual void setRequestTypes(const DtRwNLengthStringVector& srts);
61 
62 protected:
65 
66 protected:
67 
71 
76 
81 
83 };
Descriptor for the DtSetControllerDescriptor class. Contains parameters that can be specified in the ...
Definition: setControllerDescriptor.h:20
static DtComponentDescriptor * creator()
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRwNLengthStringVector is a named, readable/writable vector of strings of arbitrary length...
Definition: rwNLengthStringVector.h:28
DtRwNLengthStringVector mySetRequestTypes
Parameter Name: set-request-types Parameter Description: List of set request types to relay...
Definition: aggregateMountedSetRelayDescriptor.h:80
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
virtual DtString type() const override
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
Definition: readerWriterRegistry.h:39
relayType
enumerated relay types
Definition: aggregateMountedSetRelayDescriptor.h:22
DtSetControllerDescriptor & operator=(const DtSetControllerDescriptor &orig)
assignment
Descriptor for the DtAggregateMountedSetRelayDescriptor class.
Definition: aggregateMountedSetRelayDescriptor.h:18
Description: Readable, Writable int.
Definition: rwInt.h:25
DtRwInt myRelayType
Parameter Name: relay-type Parameter Description: Relay to Assigned Transport == 0, Relay to Crew == 1 Parameter Default Value: 0.
Definition: aggregateMountedSetRelayDescriptor.h:75
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const override
enum DtAggregateMountedSetRelayDescriptor::relayType RelayType
enumerated relay types

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)