image_preprocessing
StereoTask.hpp
Go to the documentation of this file.
1 /* Generated from orogen/lib/orogen/templates/tasks/Task.hpp */
2 
3 #ifndef IMAGE_PREPROCESSING_STEREOTASK_TASK_HPP
4 #define IMAGE_PREPROCESSING_STEREOTASK_TASK_HPP
5 
6 #include "image_preprocessing/StereoTaskBase.hpp"
7 
8 namespace image_preprocessing {
9  class StereoTask : public StereoTaskBase
10  {
11  friend class StereoTaskBase;
12  protected:
13 
14 // RTT::extras::ReadOnlyPointer<base::samples::frame::Frame> in_frame_left;
15  RTT::extras::ReadOnlyPointer<base::samples::frame::FramePair> out_frame_pair;
16 
17 
18  public:
19  StereoTask(std::string const& name = "image_preprocessing::StereoTask", TaskCore::TaskState initial_state = Stopped);
20 
21  ~StereoTask();
22 
36  // bool configureHook();
37 
43  bool startHook();
44 
59  void updateHook();
60 
67  // void errorHook();
68 
72  // void stopHook();
73 
78  // void cleanupHook();
79  };
80 }
81 
82 #endif
83 
Definition: BaseTask.hpp:12
StereoTask(std::string const &name="image_preprocessing::StereoTask", TaskCore::TaskState initial_state=Stopped)
Definition: StereoTask.cpp:8
friend class StereoTaskBase
Definition: StereoTask.hpp:11
Definition: StereoTask.hpp:9
RTT::extras::ReadOnlyPointer< base::samples::frame::FramePair > out_frame_pair
Definition: StereoTask.hpp:15
~StereoTask()
Definition: StereoTask.cpp:14
void updateHook()
Definition: StereoTask.cpp:26
bool startHook()
Definition: StereoTask.cpp:19