testnc.h
Go to the documentation of this file.
1 
23 #ifndef TESTNC_H_
24 #define TESTNC_H_
25 
26 #include "std_msgs/String.h"
27 #include "std_msgs/Float32.h"
28 #include "nav_msgs/Odometry.h"
29 #include "geometry_msgs/Twist.h"
30 
32 
33 namespace testnc{
34 
36  {
37  public:
38  TestNC();
39  ~TestNC();
40  void callback(const std_msgs::Float32& value);
41  virtual void init();
42  virtual void start();
43  virtual void stop();
44  };
45 };
46 
47 #endif
virtual void start()
Definition: testnc.cpp:43
void callback(const std_msgs::Float32 &value)
Definition: testnc.cpp:38
Definition: testnc.h:33
virtual void init()
Definition: testnc.cpp:34
virtual void stop()
Definition: testnc.cpp:36


testnc
Author(s):
autogenerated on Mon Jun 10 2019 14:02:33