rtt-scripting-fwd.hpp
Go to the documentation of this file.
1 /***************************************************************************
2  tag: Peter Soetens Fri Aug 14 20:13:44 2009 +0200 rtt-scripting-fwd.hpp
3 
4  rtt-scripting-fwd.hpp - description
5  -------------------
6  begin : Fri Aug 14 2009
7  copyright : (C) 2009 Peter Soetens
8  email : peter@thesourceworks.com
9 
10  ***************************************************************************
11  * This library is free software; you can redistribute it and/or *
12  * modify it under the terms of the GNU General Public *
13  * License as published by the Free Software Foundation; *
14  * version 2 of the License. *
15  * *
16  * As a special exception, you may use this file as part of a free *
17  * software library without restriction. Specifically, if other files *
18  * instantiate templates or use macros or inline functions from this *
19  * file, or you compile this file and link it with other files to *
20  * produce an executable, this file does not by itself cause the *
21  * resulting executable to be covered by the GNU General Public *
22  * License. This exception does not however invalidate any other *
23  * reasons why the executable file might be covered by the GNU General *
24  * Public License. *
25  * *
26  * This library is distributed in the hope that it will be useful, *
27  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
28  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
29  * General Public License for more details. *
30  * *
31  * You should have received a copy of the GNU General Public *
32  * License along with this library; if not, write to the Free Software *
33  * Foundation, Inc., 59 Temple Place, *
34  * Suite 330, Boston, MA 02111-1307 USA *
35  * *
36  ***************************************************************************/
37 
38 
39 #ifndef ORO_RTT_scripting_FWD_HPP
40 #define ORO_RTT_scripting_FWD_HPP
41 
42 namespace RTT {
43  class Scripting;
44  namespace scripting {
45  class ArgumentsParser;
46  class CallFunction;
47  class CommandComposite;
48  class CommandCounter;
49  class CommandFunction;
50  class CommandIllegal;
51  class CommandNOP;
52  class CommandString;
53  class CommonParser;
54  class ConditionBinaryCompositeAND;
55  class ConditionBinaryCompositeOR;
56  class ConditionBool;
57  class ConditionBoolDataSource;
58  class ConditionBoolProperty;
59  class ConditionCache;
60  class ConditionCompositeNOT;
61  class ConditionDSDuration;
62  class ConditionDuration;
63  class ConditionExpire;
64  class ConditionFalse;
65  class ConditionFunction;
66  class ConditionInterface;
67  class ConditionInvert;
68  class ConditionOnce;
69  class ConditionParser;
70  class ConditionTrue;
71  class DataCallParser;
72  class DataSourceCondition;
73  class DataSourceTime;
74  class EdgeCondition;
75  class EvalCommand;
76  class EvalCommandResult;
77  class ExpressionParser;
78  class FunctionFactory;
79  class FunctionGraph;
80  class FunctionGraphBuilder;
81  class ParsedStateMachine;
82  class Parser;
83  class PeerParser;
84  class ProgramGraphParser;
85  class ProgramInterface;
86  class ProgramService;
87  class PropertyParser;
88  class ScriptingService;
89  class SendHandleAlias;
90  class StateDescription;
91  class StateGraphParser;
92  class StateInterface;
93  class StateMachine;
94  class StateMachineBuilder;
95  class StateMachineService;
96  class StatementProcessor;
97  class TryCommand;
98  class TryCommandResult;
99  class ValueChangeParser;
100  class ValueParser;
101  class VertexNode;
102  struct CommandBinary;
103  struct CommandDataSource;
104  struct CommandDataSourceBool;
105  template<typename T, typename compare_op>
106  class ConditionCompare;
107  }
108  namespace detail {
109  using namespace scripting;
110  }
111 }
112 #endif
Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.
Definition: Activity.cpp:53


rtt
Author(s): RTT Developers
autogenerated on Fri Oct 25 2019 03:59:35