VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
activeSonarModeEntry.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
7 
10 
11 #pragma once
12 
14 #include <readerWriter/rwReal.h>
15 #include <readerWriter/rwInt.h>
16 #include <readerWriter/rwString.h>
18 
22 
24 {
25 public:
27  DtActiveSonarModeEntry(const DtString& name,
28  DtReaderWriterRegistry* parentRegistry = NULL);
30  DtReaderWriterRegistry* parentRegistry = NULL);
31 
33  virtual ~DtActiveSonarModeEntry();
34 
36  DtActiveSonarModeEntry(const DtString& name,
37  const DtActiveSonarModeEntry& orig,
38  DtReaderWriterRegistry* parentRegistry = NULL);
40  const DtActiveSonarModeEntry& orig,
41  DtReaderWriterRegistry* parentRegistry = NULL);
42 
45 
46  virtual DtActiveSonarModeEntry* clone(const DtString& name,
47  DtReaderWriterRegistry* parentRegistry = NULL) const;
48  virtual DtActiveSonarModeEntry* clone(const DtSymbolString& name,
49  DtReaderWriterRegistry* parentRegistry = NULL) const;
50 
53  virtual DtInt16 index() const;
54  virtual void setIndex(DtInt16 index);
56 
58 
59  virtual DtString mode() const;
60  virtual void setMode(const DtString& aMode);
62 
64  virtual const DtList* beamList() const;
65 
66 protected:
71 
76 
80 };

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)