FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
const char* GetLocalIp
(
)
Definition at line
181
of file
DimSetup.cc
.
References
Dim::GetLocalIp()
.
Referenced by
main()
.
182
{
183
static
string
rc;
184
rc =
Dim::GetLocalIp
();
185
cout <<
"Setting DIM_HOST_NODE="
<< rc << endl;
186
return
rc.c_str();
187
}
Dim::GetLocalIp
std::string GetLocalIp(const std::string &dns="10.0.100.1")
Definition:
DimSetup.cc:51
Here is the call graph for this function:
Here is the caller graph for this function:
src
DimSetup.cc
Generated on Sun Sep 18 2016 20:50:40 for FACT++ by
1.8.11