00001 //****************************************************************** 00002 // 00003 // Generated by IDL to C++ Translator 00004 // 00005 // File name: GSDFPacket.h 00006 // Source: GSDFPacket.idl 00007 // Generated: Wed May 17 22:13:07 2017 00008 // OpenSplice V6.4.140407OSS 00009 // 00010 //****************************************************************** 00011 #ifndef _GSDFPACKET_H_ 00012 #define _GSDFPACKET_H_ 00013 00014 #include "sacpp_mapping.h" 00015 #include "sacpp_DDS_DCPS.h" 00016 00017 00018 namespace opensplice_dds_comm 00019 { 00020 struct GSDFPacket; 00021 00022 struct GSDFPacket 00023 { 00024 DDS::Long packet_source; 00025 DDS::UShort packet_version; 00026 DDS::UShort packet_type; 00027 DDS::String_mgr packet_data; 00028 DDS::LongLong package_check_sum; 00029 }; 00030 00031 typedef DDS_DCPSStruct_var < GSDFPacket> GSDFPacket_var; 00032 typedef DDS_DCPSStruct_out < GSDFPacket> GSDFPacket_out; 00033 } 00034 00035 00036 00037 00038 #endif