VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
setRadarMode.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  DtSetRadarMode(const DtString& writeName,
32  DtReaderWriterRegistry* parentRegistry = 0);
33 
35  DtSetRadarMode(const DtString& writeName,
36  const DtSetRadarMode& orig,
37  DtReaderWriterRegistry* parentRegistry = 0);
38 
40  const DtSetRadarMode& operator=(const DtSetRadarMode& orig);
41 
42  virtual ~DtSetRadarMode();
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 emitterId() const;
61  virtual void setEmitterId(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 Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)