#include <testnc.h>

Public Member Functions | |
| void | callback (const std_msgs::Float32 &value) |
| virtual void | init () |
| virtual void | start () |
| virtual void | stop () |
| TestNC () | |
| ~TestNC () | |
Definition at line 30 of file testnc.cpp.
Definition at line 32 of file testnc.cpp.
| void testnc::TestNC::callback | ( | const std_msgs::Float32 & | value | ) |
Definition at line 38 of file testnc.cpp.
| void testnc::TestNC::init | ( | ) | [virtual] |
Implements micros_swarm::Application.
Definition at line 34 of file testnc.cpp.
| void testnc::TestNC::start | ( | ) | [virtual] |
Implements micros_swarm::Application.
Definition at line 43 of file testnc.cpp.
| void testnc::TestNC::stop | ( | ) | [virtual] |
Implements micros_swarm::Application.
Definition at line 36 of file testnc.cpp.