VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
aggregateMountedMovementRelayControllerDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
13 #include "readerWriter/rwInt.h"
14 
16 
19 {
20 protected:
23 
24 public:
26  typedef enum relayType {
27  TRANSPORT = 0,
28  CREW = 1
29  } RelayType;
30 
33  DtReaderWriterRegistry * parentRegistry = 0);
34 
37  orig, DtReaderWriterRegistry * parentRegistry = 0);
38 
42 
44 
50 
53  virtual const DtRwNLengthStringVector& taskTypes() const;
54  virtual void setTaskTypes(const DtRwNLengthStringVector& tts);
56 
59  virtual DtString type() const;
60 
62  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry = 0) const;
63 
64  static DtComponentDescriptor * creator();
65 
66 protected:
67 
68 
72 
77 
82 
84 
85 };
enum DtAggregateMountedMovementRelayControllerDescriptor::relayType RelayType
enumerated relay types
relayType
enumerated relay types
Definition: aggregateMountedMovementRelayControllerDescriptor.h:26
#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
A DtComponentDescriptor for the DtAggregateMountedMovementRelayController component.
Definition: aggregateMountedMovementRelayControllerDescriptor.h:18
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
DtRwNLengthStringVector myTaskTypes
Parameter Name: task-types Parameter Description: List of task types to relay, see radioMessageTypes...
Definition: aggregateMountedMovementRelayControllerDescriptor.h:81
Definition: readerWriterRegistry.h:39
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
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: aggregateMountedMovementRelayControllerDescriptor.h:76
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
static DtComponentDescriptor * creator()

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)