Cyclone ISO C++ API Reference Guide
Condition.hpp
Go to the documentation of this file.
1 #ifndef OMG_TDDS_DDS_CORE_COND_CONDITION_HPP_
2 #define OMG_TDDS_DDS_CORE_COND_CONDITION_HPP_
3 
4 /* Copyright 2010, Object Management Group, Inc.
5  * Copyright 2010, PrismTech, Corp.
6  * Copyright 2010, Real-Time Innovations, Inc.
7  * All rights reserved.
8  *
9  * Licensed under the Apache License, Version 2.0 (the "License");
10  * you may not use this file except in compliance with the License.
11  * You may obtain a copy of the License at
12  *
13  * http://www.apache.org/licenses/LICENSE-2.0
14  *
15  * Unless required by applicable law or agreed to in writing, software
16  * distributed under the License is distributed on an "AS IS" BASIS,
17  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18  * See the License for the specific language governing permissions and
19  * limitations under the License.
20  */
21 
22 #include <dds/core/Reference.hpp>
23 #include <dds/core/cond/detail/GuardCondition.hpp>
24 #include <dds/core/cond/detail/StatusCondition.hpp>
25 #include <dds/sub/cond/detail/ReadCondition.hpp>
26 #include <dds/sub/cond/detail/QueryCondition.hpp>
27 
28 namespace dds
29 {
30 namespace core
31 {
32 namespace cond
33 {
34 
35 class Condition;
36 }
37 }
38 }
39 
59 {
60 public:
62  OMG_DDS_EXPLICIT_REF_BASE_DECL(Condition, dds::core::cond::detail::StatusCondition)
63  OMG_DDS_EXPLICIT_REF_BASE_DECL(Condition, dds::core::cond::detail::GuardCondition)
64  OMG_DDS_EXPLICIT_REF_BASE_DECL(Condition, dds::sub::cond::detail::ReadCondition)
65  OMG_DDS_EXPLICIT_REF_BASE_DECL(Condition, dds::sub::cond::detail::QueryCondition)
66 
67 public:
69  ~Condition();
72 public:
85  template <typename Functor>
86  void handler(Functor& func);
87 
89  template <typename Functor>
90  void handler(const Functor& func);
91 
101  void reset_handler();
102 
112  void dispatch();
113 
124  bool trigger_value() const;
125 
126 };
127 
128 #endif /* OMG_TDDS_DDS_CORE_CONDITION_HPP_ */
OMG_DDS_EXPLICIT_REF_BASE_DECL
#define OMG_DDS_EXPLICIT_REF_BASE_DECL(TYPE, FROM)
Definition: refmacros.hpp:111
dds::core::cond::Condition::trigger_value
bool trigger_value() const
dds::core::cond::Condition::handler
void handler(Functor &func)
OMG_DDS_REF_TYPE_PROTECTED_DC
#define OMG_DDS_REF_TYPE_PROTECTED_DC(TYPE, BASE, DELEGATE)
Definition: refmacros.hpp:164
dds::core::Reference
Base class for reference-counted objects.
Definition: Reference.hpp:94
dds
Definition: array.hpp:30
Reference.hpp
dds::core::cond::Condition::dispatch
void dispatch()
dds::core::cond::Condition
This class is the base class for all the conditions that may be attached to a dds::core::cond::WaitSe...
Definition: Condition.hpp:58
dds::core::cond::Condition::reset_handler
void reset_handler()