00001 #ifndef OMG_DDS_SUB_SUB_FWD_HPP_ 00002 #define OMG_DDS_SUB_SUB_FWD_HPP_ 00003 00004 /* Copyright 2010, Object Management Group, Inc. 00005 * Copyright 2010, PrismTech, Corp. 00006 * Copyright 2010, Real-Time Innovations, Inc. 00007 * All rights reserved. 00008 * 00009 * Licensed under the Apache License, Version 2.0 (the "License"); 00010 * you may not use this file except in compliance with the License. 00011 * You may obtain a copy of the License at 00012 * 00013 * http://www.apache.org/licenses/LICENSE-2.0 00014 * 00015 * Unless required by applicable law or agreed to in writing, software 00016 * distributed under the License is distributed on an "AS IS" BASIS, 00017 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 00018 * See the License for the specific language governing permissions and 00019 * limitations under the License. 00020 */ 00021 00022 #include <dds/core/detail/conformance.hpp> 00023 #include <dds/sub/detail/subfwd.hpp> 00024 00025 00026 namespace dds { namespace sub { 00027 00028 class AnyDataReader; 00029 00030 class AnyDataReaderListener; 00031 00032 typedef ::dds::sub::detail::CoherentAccess CoherentAccess; 00033 00034 template <typename T, 00035 template <typename Q> class DELEGATE = ::dds::sub::detail::DataReader> 00036 class DataReader; 00037 00038 template <typename T> 00039 class DataReaderListener; 00040 00041 typedef ::dds::sub::detail::GenerationCount GenerationCount; 00042 00043 template <typename T, typename DELEGATE = dds::sub::detail::LoanedSamples<T> > 00044 class LoanedSamples; 00045 00046 class NoOpAnyDataReaderListener; 00047 00048 template <typename T> 00049 class NoOpDataReaderListener; 00050 00051 class NoOpSubscriberListener; 00052 00053 typedef ::dds::sub::detail::Rank Rank; 00054 00055 template <typename T> 00056 class ReaderQuery; 00057 00058 template <typename T, typename DELEGATE=dds::sub::detail::Sample<T> > 00059 class Sample; 00060 00061 typedef tdds::sub::SampleInfo<dds::sub::detail::SampleInfo> SampleInfo; 00062 00063 typedef dds::sub::detail::Subscriber Subscriber; 00064 00065 class SubscriberListener; 00066 00067 00068 namespace cond { 00069 template <typename T, 00070 template <typename Q> class DELEGATE = ::dds::sub::cond::detail::ReadConditionImpl> 00071 class ReadCondition; 00072 00073 #ifdef OMG_DDS_CONTENT_SUBSCRIPTION_SUPPORT 00074 template <typename T, 00075 template <typename Q> class DELEGATE = ::dds::sub::cond::detail::QueryCondition> 00076 class QueryCondition; 00077 #endif // OMG_DDS_CONTENT_SUBSCRIPTION_SUPPORT 00078 } 00079 00080 00081 namespace qos { 00082 typedef ::dds::sub::qos::detail::DataReaderQos DataReaderQos; 00083 00084 typedef ::dds::sub::qos::detail::SubscriberQos SubscriberQos; 00085 } 00086 00087 00088 namespace status { 00089 class ReaderState; 00090 } 00091 00092 } } 00093 00094 #endif /* OMG_DDS_SUB_SUB_FWD_HPP_ */
1.7.1