TopicQos_Handler.h

Go to the documentation of this file.
00001 /**
00002  * @author Marcel Smit (msmit@remedy.nl)
00003  *
00004  *
00005  */
00006 #ifndef TOPIC_QOS_HANDLER_H
00007 #define TOPIC_QOS_HANDLER_H
00008 
00009 #include /**/ "ace/pre.h"
00010 
00011 #include "dds/DCPS/QOS_XML_Handler/XML_QOS_Handler_Export.h"
00012 
00013 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00014 # pragma once
00015 #endif /* ACE_LACKS_PRAGMA_ONCE */
00016 
00017 #include "dds_qos.hpp"
00018 #include "dds/DdsDcpsInfrastructureC.h"
00019 
00020 class XML_QOS_Handler_Export TopicQos_Handler
00021 {
00022 public:
00023   /**
00024    * Find the correct topicQos within the given profile,
00025    * based on the given name.
00026    */
00027   static bool get_topic_qos (::DDS::TopicQos& tp_qos,
00028                                   ::dds::qosProfile * profile,
00029                                   const ACE_TCHAR * name = 0);
00030 private:
00031   /**
00032    * Start parsing the QOS XML, using the template classes.
00033    */
00034   static bool get_topic_qos (DDS::TopicQos& tp_qos,
00035                                   dds::topicQos * tp);
00036 };
00037 
00038 #include /**/ "ace/post.h"
00039 #endif /* TOPIC_QOS_HANDLER_H */

Generated on Fri Feb 12 20:05:28 2016 for OpenDDS by  doxygen 1.4.7