Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AIRLegend/aitrack
/ getGenericConfig
Method
getGenericConfig
Client/src/model/Config.cpp:7–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
6
7
ConfigData ConfigData::getGenericConfig()
8
{
9
ConfigData conf = ConfigData();
10
conf.ip =
""
;
11
conf.port = 4242;
12
conf.prior_pitch = 0.0;
13
conf.prior_yaw = 0.0;
14
conf.prior_distance = .6;
15
return conf;
16
}
17
18
19
Callers
nothing calls this directly
Calls
1
ConfigData
Class · 0.85
Tested by
no test coverage detected