VR-Exchange 2.10 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
pEntityTypes.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2013 MAK Technologies, Inc.
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <portal/dllExport.h>
13 #include <portal/addAttribute.h>
14 #include <vlutil/vlNetTypes.h>
15 #include <ostream>
16 
17 namespace MAKVrExchange
18 {
19 
23  {
24  public:
25 
28  DtPortalEntityType(DtU32 kind, DtU32 domain, DtU32 country, DtU32 cat,
29  DtU32 subCat, DtU32 specific, DtU32 extra);
30 
32  virtual ~DtPortalEntityType();
33 
36 
38  DtPortalEntityType& operator=(const DtPortalEntityType &other);
39 
41  bool operator==(const DtPortalEntityType &other) const;
42  bool operator!=(const DtPortalEntityType &other) const;
43 
46 
48  DtDEC_ATTRIBUTE(DtU32, Kind, kind);
49  DtDEC_ATTRIBUTE(DtU32, Domain, domain);
50  DtDEC_ATTRIBUTE(DtU32, Country, country);
51  DtDEC_ATTRIBUTE(DtU32, Category, category);
52  DtDEC_ATTRIBUTE(DtU32, SubCategory, subCategory);
53  DtDEC_ATTRIBUTE(DtU32, Specific, specific);
54  DtDEC_ATTRIBUTE(DtU32, Extra, extra);
55 
57 
58  };
59 
60 
61  std::ostream & operator << (std::ostream &str, const DtPortalEntityType &msg);
62 
63 }
#define DT_DLL_LIBPORTAL
Definition: include/portal/dllExport.h:20
#define DtDEC_ATTRIBUTE(T, N, n)
A Macro to define an attribute; as well as make an accessor and mutator for that attribute.
Definition: addAttribute.h:49
DT_DLL_LIBPORTAL std::ostream & operator<<(std::ostream &stream, const DtActiveSonarBeamData &data)
A container class for Entity Type Information.
Definition: pEntityTypes.h:22
Contains the DtDEC_ATTRIBUTE macros.

Document ID: Generated on Mon May 25 18:45:12 EDT 2026 from SVN revision 289111
Copyright © 2005-2026 MAK Technologies. All Rights Reserved (www.mak.com)