#ifndef OMG_DDS_SUB_PACKAGE_INCLUDE_HPP_ #define OMG_DDS_SUB_PACKAGE_INCLUDE_HPP_ /* Copyright 2010, Object Management Group, Inc. * Copyright 2010, PrismTech, Corp. * Copyright 2010, Real-Time Innovations, Inc. * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #include /* Depends on: * * * * */ #include ///////////////////////////////////////////////////////////////////////////// // -- Status Includes #include ///////////////////////////////////////////////////////////////////////////// // -- QoS Includes #include #include ///////////////////////////////////////////////////////////////////////////// // -- Sub Includes #include #include /* Depends on: * Forward declaration of AnyDataReader */ #include /* * Depends on: * * */ #include #include #include /* Depends on: * * */ #include /* Depends on: * */ #include /* Depends on: * * */ #include /* Depends on: * */ #include /* Depends on: * * */ #include ///////////////////////////////////////////////////////////////////////////// // -- Condition Includes /* Depends on: * */ #include #include /* Depends on: * * * */ #include /* Depends on: * * */ #include #include // // Pretty Print Utilities // // #if (OMG_DDS_HAS_PRETTY_PRINT_COUT == 1) std::ostream& operator << (std::ostream& os, const dds::sub::status::DataState& s); std::ostream& operator << (std::ostream& os, const dds::sub::Rank& r); std::ostream& operator << (std::ostream& os, const dds::sub::SampleInfo& si); #include // #endif #endif /* OMG_DDS_SUB_PACKAGE_INCLUDE_HPP_ */