CARMA C++
SzaDriveTask.h
Go to the documentation of this file.
1 #ifndef SZADRIVETASK_H
2 #define SZADRIVETASK_H
3 
14 
15 namespace sza {
16  namespace antenna {
17  namespace control {
18 
19 
20  class SzaDriveTask :
21  public sza::util::GenericTask<AntennaDriveMsg> {
22 
23  public:
24 
29  inline SzaDriveTask() {
30  share_ = 0;
31  };
32 
37  inline virtual ~SzaDriveTask() {};
38 
42  inline SzaShare* getShare();
43 
44  protected:
45 
46  SzaShare* share_;
47 
48  }; // End class SzaDriveTask
49 
50  }; // End namespace control
51  }; // End namespace antenna
52 }; // End namespace sza
53 
54 #endif // End #ifndef
Tagged: Fri Nov 14 12:39:33 UTC 2003.
Tagged: Thu Nov 13 16:53:54 UTC 2003.
All tasks will have the following functionality:
Definition: GenericTask.h:32
Tagged: Thu Nov 13 16:53:28 UTC 2003.