Realistic 3D camera system
3D camera system components
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
JetsonMessageHost
default_configuration.h
Go to the documentation of this file.
1
/*
2
* Whatever the licensing for the 3D camera project stipulates
3
*/
4
34
#ifndef DEFAULT_CONFIGURATION_H
35
#define DEFAULT_CONFIGURATION_H
36
37
const
char
*
default_config
= R
"CONF(
38
#Default configuration
39
#The IPs in ClientIPList can not be hostnames.
40
[Host]
41
Listen=10910
42
Protocol=0
43
[Clients]
44
ClientIPList=127.0.0.1;192.168.0.110
45
)CONF";
46
47
#endif
/* DEFAULT_CONFIGURATION_H */
48
default_config
const char * default_config
Definition:
default_configuration.h:37
Generated by
1.8.11