VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 
64 
65 protected:
69 
75 
81 
85 
87 };
88 

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)