OpenDDS
Snapshot(2023/04/28-20:55)
dds
DCPS
QOS_XML_Handler
QOS_DataWriter_T.h
Go to the documentation of this file.
1
/**
2
* @author Marcel Smit (msmit@remedy.nl)
3
*
4
*
5
* Starting point for parsing the Topic QOS settings.
6
*/
7
#ifndef OPENDDS_DCPS_QOS_XML_HANDLER_QOS_DATAWRITER_T_H
8
#define OPENDDS_DCPS_QOS_XML_HANDLER_QOS_DATAWRITER_T_H
9
10
#include "
QOS_DwTp_Base_T.h
"
11
12
OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
13
14
template
<
typename
XML_QOS_TYPE,
typename
DDS_QOS_TYPE>
15
class
QOS_DataWriter_T
16
:
public
QOS_DwTp_Base_T
<XML_QOS_TYPE, DDS_QOS_TYPE>
17
{
18
public
:
19
QOS_DataWriter_T
();
20
~QOS_DataWriter_T
();
21
22
void
read_qos
(DDS_QOS_TYPE&,
const
XML_QOS_TYPE);
23
24
private
:
25
typedef
QOS_DwTp_Base_T<XML_QOS_TYPE, DDS_QOS_TYPE>
DwTpBase
;
26
};
27
28
OPENDDS_END_VERSIONED_NAMESPACE_DECL
29
30
#include "
QOS_DataWriter_T.cpp
"
31
32
#endif
/* QOS_DATAWRITER_T_H_ */
QOS_DwTp_Base_T.h
QOS_DataWriter_T::DwTpBase
QOS_DwTp_Base_T< XML_QOS_TYPE, DDS_QOS_TYPE > DwTpBase
Definition:
QOS_DataWriter_T.h:25
QOS_DataWriter_T
Definition:
QOS_DataWriter_T.h:15
QOS_DataWriter_T::~QOS_DataWriter_T
~QOS_DataWriter_T()
Definition:
QOS_DataWriter_T.cpp:13
QOS_DataWriter_T::QOS_DataWriter_T
QOS_DataWriter_T()
Definition:
QOS_DataWriter_T.cpp:8
QOS_DwTp_Base_T
Definition:
QOS_DwTp_Base_T.h:24
QOS_DataWriter_T::read_qos
void read_qos(DDS_QOS_TYPE &, const XML_QOS_TYPE)
Definition:
QOS_DataWriter_T.cpp:19
OPENDDS_END_VERSIONED_NAMESPACE_DECL
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL
Definition:
Versioned_Namespace.h:48
OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
Definition:
Hash.cpp:17
QOS_DataWriter_T.cpp
Generated by
1.8.13