VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
activeSonarSystemEntry.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
14 #include "vrfutil/readerWriter.h"
15 #include "vrfutil/rwInt.h"
16 #include "vrfutil/rwVector.h"
17 #include "vrfutil/rwReal.h"
18 #include "vrfutil/rwBoolean.h"
20 
22 
26 #include "activeSonarModeList.h"
28 {
29 public:
32  DtReaderWriterRegistry* parentRegistry = NULL);
34  DtReaderWriterRegistry* parentRegistry = NULL);
35 
38  DtReaderWriterRegistry* parentRegistry = NULL);
39 
43 
45  virtual ~DtActiveSonarSystemEntry();
46 
47  virtual DtActiveSonarSystemEntry* clone(
48  DtReaderWriterRegistry* parentRegistry = NULL) const;
49 
52  virtual DtU16 systemName() const;
53  virtual void setSystemName(DtU16 nameEnum);
55 
58  virtual DtU16 systemFunction() const;
59  virtual void setSystemFunction(DtU16 functionEnum);
61 
62  virtual const DtList* activeSonarModeList() const;
63 
66  virtual const DtString& emitterName() const;
67  virtual void setEmitterName(const DtString&);
69 
70 
71 protected:
75 
81 
87 
91 
96 };
97 

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)