VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
federateIdentifierStruct.h
Go to the documentation of this file.
1 /*********************************************************************
2 **This file was generated by MAK Technologies' VR-Link Code Generator.
3 **fixedRecordsHeader.tlt
4 *********************************************************************/
5 
6 #pragma once
7 
9 #include <vlpi/metocEnums.h>
10 #include <vlutil/vlMachineTypes.h>
11 #include <vlutil/vlString.h>
13 #include <vlpi/entityType.h>
14 #include <vlpi/entityIdentifier.h>
15 #include <matrix/vlVector.h>
16 #include <vector>
17 
18 
19 
21 
24 {
25 public:
30 
31  virtual void setSiteID(const DtU16& val);
32  virtual const DtU16& siteID() const;
33  virtual void setApplicationID(const DtU16& val);
34  virtual const DtU16& applicationID() const;
35 
36  bool operator==(const DtFederateIdentifierStruct& other) const;
37  bool operator!=(const DtFederateIdentifierStruct& other) const;
38 
39  int netSize() const;
40  static int octetBoundary();
41  unsigned int getPaddingSize(unsigned long long byteOffset, unsigned int boundary) const;
42 
43  void writeToBuffer( char* buffer ) const;
44  void fillFromBuffer( const char* buffer, int bufferSize, int offset );
45 
46  virtual void printData() const;
47  virtual void printDataToStream(std::ostream &) const;
48 
49 protected:
50 
53 };
54 
55 DT_DLL_VL std::ostream& operator<<(std::ostream& stream, const DtFederateIdentifierStruct&);
56 
57 
Contains the DtEntityIdentifier class declaration.
const bool operator==(const DtU128 &lhs, const DtU128 &rhs)
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Contains the DtString class declaration.
Contains the DtEntityType and DtRadioEntityType class declarations.
std::ostream & operator<<(std::ostream &os, const Dt3dChord &chord)
This file contains typedefs used to represent objects in a protocol neutral way.
DtU16 mySiteID
Definition: federateIdentifierStruct.h:51
DtU16 myApplicationID
Definition: federateIdentifierStruct.h:52
This file declares DtVector and DtVector32.
Definition: federateIdentifierStruct.h:23
unsigned short DtU16
A 16 bit unsigned integer value.
Definition: vlMachineTypes.h:140
const bool operator!=(const DtU128 &lhs, const DtU128 &rhs)
This file contains typedefs for machine dependant types.

Document ID: Generated on Thu Sep 19 02:12:35 EDT 2024 from SVN revision 269601
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)