Main Page
Namespaces
Namespace List
Classes
Class List
Class Hierarchy
Class Members
All
Functions
Variables
Typedefs
Files
File List
File Members
All
Functions
src
bota_device_driver_node.cpp
Go to the documentation of this file.
1
#include <
bota_device_driver/BotaDeviceDriver.hpp
>
2
3
int
main
(
int
argc,
char
** argv)
4
{
5
bota_node::Nodewrap<bota_device_driver::BotaDeviceDriver>
node(argc, argv,
"bota_device_driver"
, 2,
true
);
6
node.
execute
();
7
return
0;
8
}
main
int main(int argc, char **argv)
Definition:
bota_device_driver_node.cpp:3
bota_node::Nodewrap
bota_node::Nodewrap::execute
bool execute()
BotaDeviceDriver.hpp
bota_device_driver
Author(s):
autogenerated on Wed Mar 3 2021 03:52:23