Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
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_broker
00019 {
00020 struct GSDFPacket;
00021 struct CharSeq_uniq_ {};
00022 typedef DDS_DCPSUFLSeq < DDS::Char, struct CharSeq_uniq_> CharSeq;
00023 typedef DDS_DCPSSequence_var < CharSeq> CharSeq_var;
00024 typedef DDS_DCPSSequence_out < CharSeq> CharSeq_out;
00025
00026 struct GSDFPacket
00027 {
00028 CharSeq data;
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