VR-Forces 5.0.2 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 
36 
40 
43  virtual DtString type() const;
44 
46  DtReaderWriterRegistry* parentRegistry = 0) const;
47 
50 
53  virtual DtAggregateMountedSetRelayDescriptor::RelayType relayType() const;
54  virtual void setRelayType(DtAggregateMountedSetRelayDescriptor::RelayType rt);
56 
59  virtual const DtRwNLengthStringVector& requestTypes() const;
60  virtual void setRequestTypes(const DtRwNLengthStringVector& srts);
62 
63 protected:
66 
67 protected:
68 
72 
77 
82 
84 };
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:81
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
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:76
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const
enum DtAggregateMountedSetRelayDescriptor::relayType RelayType
enumerated relay types
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...

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)