Loading [MathJax]/extensions/tex2jax.js
rgbd
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
test_client_shm.cpp
Go to the documentation of this file.
1 #include "test_client_templ.h"
2 #include "rgbd/client_shm.h"
3 
4 int main(int argc, char **argv)
5 {
6  return main_templ<rgbd::ClientSHM>(argc, argv);
7 }
client_shm.h
test_client_templ.h
main
int main(int argc, char **argv)
Definition: test_client_shm.cpp:4