VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
setActiveSonarMode.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 
15 #include "vrfutil/rwString.h"
16 #include "vrfutil/rwReal.h"
17 #include "vlpi/netStructs.h"
19 
22 #include "vrfutil/rwInt.h"
24 {
25 
26 public:
28 
31  DtSetActiveSonarMode(const DtString& writeName,
32  DtReaderWriterRegistry* parentRegistry = 0);
33 
35  DtSetActiveSonarMode(const DtString& writeName,
36  const DtSetActiveSonarMode& orig,
37  DtReaderWriterRegistry* parentRegistry = 0);
38 
41 
42  virtual ~DtSetActiveSonarMode();
43 
45  virtual const DtSetMessageType& type() const;
46 
48  virtual DtSetDataRequest* clone(const DtString& name,
49  DtReaderWriterRegistry* parentRegistry = 0) const;
50 
52  virtual DtString stringRep() const;
53 
55 
56  virtual const DtString mode() const;
57  virtual void setMode(const DtString aMode);
59 
60  virtual const DtU8 activeSonarId() const;
61  virtual void setActiveSonarId(DtU8 id);
62 
65  virtual int netRepSize() const;
66 
68  virtual bool setFromNet(const char* contentBuffer,
69  unsigned contentSize);
70 
73  virtual bool setToNet();
74 
75  static DtSetDataRequest* creator();
76 
77 protected:
80 };
81 
82 

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)