bota_device_driver_node.cpp
Go to the documentation of this file.
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 }
int main(int argc, char **argv)


bota_device_driver
Author(s):
autogenerated on Wed Mar 3 2021 03:09:22