MADARA  3.1.0
SpliceKnowledgeUpdate.h
Go to the documentation of this file.
1 //******************************************************************
2 //
3 // Generated by IDL to C++ Translator
4 //
5 // File name: SpliceKnowledgeUpdate.h
6 // Source: include/madara/transport/splice/SpliceKnowledgeUpdate.idl
7 // Generated: Fri Jun 23 20:30:21 2017
8 // OpenSplice 6.7.170523OSS
9 //
10 //******************************************************************
11 #ifndef _SPLICEKNOWLEDGEUPDATE_H_
12 #define _SPLICEKNOWLEDGEUPDATE_H_
13 
14 #include "sacpp_mapping.h"
15 
16 
17 namespace Knowledge
18 {
19  struct Update;
20  struct seq_oct_uniq_ {};
21  typedef DDS_DCPSUFLSeq < DDS::Octet, struct seq_oct_uniq_> seq_oct;
22  typedef DDS_DCPSSequence_var < seq_oct> seq_oct_var;
23  typedef DDS_DCPSSequence_out < seq_oct> seq_oct_out;
24 
25  struct Update
26  {
27  DDS::String_mgr originator;
28  seq_oct buffer;
29  DDS::ULong quality;
30  DDS::String_mgr madara_id;
31  DDS::ULong updates;
32  DDS::ULong type;
33  DDS::ULongLong clock;
34  DDS::ULongLong timestamp;
35  DDS::ULong ttl;
36  };
37 
38  typedef DDS_DCPSStruct_var < Update> Update_var;
39  typedef DDS_DCPSStruct_out < Update> Update_out;
40 }
41 
42 
43 
44 
45 #endif
DDS_DCPSUFLSeq< DDS::Octet, struct seq_oct_uniq_ > seq_oct
DDS_DCPSSequence_var< seq_oct > seq_oct_var
DDS_DCPSSequence_out< seq_oct > seq_oct_out
DDS::String_mgr madara_id
DDS_DCPSStruct_var< Update > Update_var
DDS::String_mgr originator
DDS::ULongLong timestamp
DDS_DCPSStruct_out< Update > Update_out