TimeDcps.cpp
Go to the documentation of this file.
00001 //******************************************************************
00002 // 
00003 //  Generated by IDL to C++ Translator
00004 //  
00005 //  File name: TimeDcps.cpp
00006 //  Source: TimeDcps.idl
00007 //  Generated: Mon Jun 11 14:24:24 2012
00008 //  OpenSplice V5.4.1OSS
00009 //  
00010 //******************************************************************
00011 
00012 #include "TimeDcps.h"
00013 
00014 #if DDS_USE_EXPLICIT_TEMPLATES
00015 template class DDS_DCPSUFLSeq < Time, struct TimeSeq_uniq_>;
00016 #endif
00017 
00018 const char * TimeTypeSupportInterface::_local_id = "IDL:TimeTypeSupportInterface:1.0";
00019 
00020 TimeTypeSupportInterface_ptr TimeTypeSupportInterface::_duplicate (TimeTypeSupportInterface_ptr p)
00021 {
00022    if (p) p->m_count++;
00023    return p;
00024 }
00025 
00026 DDS::Boolean TimeTypeSupportInterface::_local_is_a (const char * _id)
00027 {
00028    if (strcmp (_id, TimeTypeSupportInterface::_local_id) == 0)
00029    {
00030       return true;
00031    }
00032 
00033    typedef DDS::TypeSupport NestedBase_1;
00034 
00035    if (NestedBase_1::_local_is_a (_id))
00036    {
00037       return true;
00038    }
00039 
00040    return false;
00041 }
00042 
00043 TimeTypeSupportInterface_ptr TimeTypeSupportInterface::_narrow (DDS::Object_ptr p)
00044 {
00045    TimeTypeSupportInterface_ptr result = NULL;
00046    if (p && p->_is_a (TimeTypeSupportInterface::_local_id))
00047    {
00048       result = dynamic_cast < TimeTypeSupportInterface_ptr> (p);
00049       result->m_count++;
00050    }
00051    return result;
00052 }
00053 
00054 TimeTypeSupportInterface_ptr TimeTypeSupportInterface::_unchecked_narrow (DDS::Object_ptr p)
00055 {
00056    TimeTypeSupportInterface_ptr result;
00057    result = dynamic_cast < TimeTypeSupportInterface_ptr> (p);
00058    result->m_count++;
00059    return result;
00060 }
00061 
00062 const char * TimeDataWriter::_local_id = "IDL:TimeDataWriter:1.0";
00063 
00064 TimeDataWriter_ptr TimeDataWriter::_duplicate (TimeDataWriter_ptr p)
00065 {
00066    if (p) p->m_count++;
00067    return p;
00068 }
00069 
00070 DDS::Boolean TimeDataWriter::_local_is_a (const char * _id)
00071 {
00072    if (strcmp (_id, TimeDataWriter::_local_id) == 0)
00073    {
00074       return true;
00075    }
00076 
00077    typedef DDS::DataWriter NestedBase_1;
00078 
00079    if (NestedBase_1::_local_is_a (_id))
00080    {
00081       return true;
00082    }
00083 
00084    return false;
00085 }
00086 
00087 TimeDataWriter_ptr TimeDataWriter::_narrow (DDS::Object_ptr p)
00088 {
00089    TimeDataWriter_ptr result = NULL;
00090    if (p && p->_is_a (TimeDataWriter::_local_id))
00091    {
00092       result = dynamic_cast < TimeDataWriter_ptr> (p);
00093       result->m_count++;
00094    }
00095    return result;
00096 }
00097 
00098 TimeDataWriter_ptr TimeDataWriter::_unchecked_narrow (DDS::Object_ptr p)
00099 {
00100    TimeDataWriter_ptr result;
00101    result = dynamic_cast < TimeDataWriter_ptr> (p);
00102    result->m_count++;
00103    return result;
00104 }
00105 
00106 const char * TimeDataReader::_local_id = "IDL:TimeDataReader:1.0";
00107 
00108 TimeDataReader_ptr TimeDataReader::_duplicate (TimeDataReader_ptr p)
00109 {
00110    if (p) p->m_count++;
00111    return p;
00112 }
00113 
00114 DDS::Boolean TimeDataReader::_local_is_a (const char * _id)
00115 {
00116    if (strcmp (_id, TimeDataReader::_local_id) == 0)
00117    {
00118       return true;
00119    }
00120 
00121    typedef DDS::DataReader NestedBase_1;
00122 
00123    if (NestedBase_1::_local_is_a (_id))
00124    {
00125       return true;
00126    }
00127 
00128    return false;
00129 }
00130 
00131 TimeDataReader_ptr TimeDataReader::_narrow (DDS::Object_ptr p)
00132 {
00133    TimeDataReader_ptr result = NULL;
00134    if (p && p->_is_a (TimeDataReader::_local_id))
00135    {
00136       result = dynamic_cast < TimeDataReader_ptr> (p);
00137       result->m_count++;
00138    }
00139    return result;
00140 }
00141 
00142 TimeDataReader_ptr TimeDataReader::_unchecked_narrow (DDS::Object_ptr p)
00143 {
00144    TimeDataReader_ptr result;
00145    result = dynamic_cast < TimeDataReader_ptr> (p);
00146    result->m_count++;
00147    return result;
00148 }
00149 
00150 const char * TimeDataReaderView::_local_id = "IDL:TimeDataReaderView:1.0";
00151 
00152 TimeDataReaderView_ptr TimeDataReaderView::_duplicate (TimeDataReaderView_ptr p)
00153 {
00154    if (p) p->m_count++;
00155    return p;
00156 }
00157 
00158 DDS::Boolean TimeDataReaderView::_local_is_a (const char * _id)
00159 {
00160    if (strcmp (_id, TimeDataReaderView::_local_id) == 0)
00161    {
00162       return true;
00163    }
00164 
00165    typedef DDS::DataReaderView NestedBase_1;
00166 
00167    if (NestedBase_1::_local_is_a (_id))
00168    {
00169       return true;
00170    }
00171 
00172    return false;
00173 }
00174 
00175 TimeDataReaderView_ptr TimeDataReaderView::_narrow (DDS::Object_ptr p)
00176 {
00177    TimeDataReaderView_ptr result = NULL;
00178    if (p && p->_is_a (TimeDataReaderView::_local_id))
00179    {
00180       result = dynamic_cast < TimeDataReaderView_ptr> (p);
00181       result->m_count++;
00182    }
00183    return result;
00184 }
00185 
00186 TimeDataReaderView_ptr TimeDataReaderView::_unchecked_narrow (DDS::Object_ptr p)
00187 {
00188    TimeDataReaderView_ptr result;
00189    result = dynamic_cast < TimeDataReaderView_ptr> (p);
00190    result->m_count++;
00191    return result;
00192 }
00193 
00194 
00195 


proxyJoy
Author(s): Ronny Hartanto
autogenerated on Mon Oct 6 2014 06:54:35