rgbd
test_client.cpp
Go to the documentation of this file.
1 #include "test_client_templ.h"
2 #include "rgbd/client.h"
3 
4 int main(int argc, char **argv)
5 {
6  return main_templ<rgbd::Client>(argc, argv);
7 }
test_client_templ.h
client.h
main
int main(int argc, char **argv)
Definition: test_client.cpp:4