GSDFPacket.h
Go to the documentation of this file.
1 //******************************************************************
2 //
3 // Generated by IDL to C++ Translator
4 //
5 // File name: GSDFPacket.h
6 // Source: GSDFPacket.idl
7 // Generated: Wed May 17 22:13:07 2017
8 // OpenSplice V6.4.140407OSS
9 //
10 //******************************************************************
11 #ifndef _GSDFPACKET_H_
12 #define _GSDFPACKET_H_
13 
14 #include "sacpp_mapping.h"
15 #include "sacpp_DDS_DCPS.h"
16 
17 
19 {
20  struct GSDFPacket;
21 
22  struct GSDFPacket
23  {
24  DDS::Long packet_source;
25  DDS::UShort packet_version;
26  DDS::UShort packet_type;
27  DDS::String_mgr packet_data;
28  DDS::LongLong package_check_sum;
29  };
30 
31  typedef DDS_DCPSStruct_var < GSDFPacket> GSDFPacket_var;
32  typedef DDS_DCPSStruct_out < GSDFPacket> GSDFPacket_out;
33 }
34 
35 
36 
37 
38 #endif
DDS_DCPSStruct_var< GSDFPacket > GSDFPacket_var
Definition: GSDFPacket.h:31
DDS_DCPSStruct_out< GSDFPacket > GSDFPacket_out
Definition: GSDFPacket.h:32


opensplice_dds_comm
Author(s):
autogenerated on Thu Jun 1 2017 02:43:49