00001 //****************************************************************** 00002 // 00003 // Generated by IDL to C++ Translator 00004 // 00005 // File name: Time.h 00006 // Source: Time.idl 00007 // Generated: Wed Oct 2 09:48:41 2013 00008 // OpenSplice V6.2.0 00009 // 00010 //****************************************************************** 00011 #ifndef _TIME_H_ 00012 #define _TIME_H_ 00013 00014 #include "sacpp_mapping.h" 00015 #include "sacpp_DDS_DCPS.h" 00016 struct Time; 00017 00018 00019 struct Time 00020 { 00021 DDS::Long sec; 00022 DDS::Long nsec; 00023 }; 00024 00025 typedef DDS_DCPSStruct_var < Time> Time_var; 00026 typedef Time&Time_out; 00027 00028 00029 00030 00031 #endif