OpenDDS  Snapshot(2023/04/28-20:55)
RakeData.h
Go to the documentation of this file.
1 /*
2  * Distributed under the OpenDDS License.
3  * See: http://www.opendds.org/license.html
4  */
5 
6 #ifndef OPENDDS_DCPS_RAKEDATA_H
7 #define OPENDDS_DCPS_RAKEDATA_H
8 
10 #include "SubscriptionInstance.h"
11 #include "dcps_export.h"
12 
13 #ifndef ACE_LACKS_PRAGMA_ONCE
14 # pragma once
15 #endif
16 
18 
19 namespace OpenDDS {
20 namespace DCPS {
21 
22 /// Rake is an abbreviation for "read or take". This struct holds the
23 /// data used by the data structures in RakeResults<T>.
29 };
30 
31 } // namespace DCPS
32 } // namespace OpenDDS
33 
35 
36 #endif
#define OpenDDS_Dcps_Export
Definition: dcps_export.h:24
SubscriptionInstance_rch si_
Definition: RakeData.h:27
ReceivedDataElementList * rdel_
Definition: RakeData.h:26
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL
ReceivedDataElement * rde_
Definition: RakeData.h:25
The Internal API and Implementation of OpenDDS.
Definition: AddressCache.h:28