Main Page
Namespaces
Classes
Files
File List
include
testnc
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
31
#include "
micros_swarm/micros_swarm.h
"
32
33
namespace
testnc
{
34
35
class
TestNC
:
public
micros_swarm::Application
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
testnc::TestNC::start
virtual void start()
Definition:
testnc.cpp:43
testnc::TestNC::callback
void callback(const std_msgs::Float32 &value)
Definition:
testnc.cpp:38
testnc::TestNC
Definition:
testnc.h:35
testnc
Definition:
testnc.h:33
testnc::TestNC::~TestNC
~TestNC()
Definition:
testnc.cpp:32
testnc::TestNC::TestNC
TestNC()
Definition:
testnc.cpp:30
testnc::TestNC::init
virtual void init()
Definition:
testnc.cpp:34
micros_swarm.h
micros_swarm::Application
testnc::TestNC::stop
virtual void stop()
Definition:
testnc.cpp:36
testnc
Author(s):
autogenerated on Mon Jun 10 2019 14:02:33