Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNI/OpenNI
/ PrintHelpHeader
Function
PrintHelpHeader
Samples/NiSkeletonBenchmark/NiSkeletonBenchmark.cpp:159–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
return nRetVal; \
158
}
159
void PrintHelpHeader(const char* cmd)
160
{
161
printf(
"Usage:\n"
);
162
printf(
"%s <Number of Users [1-2] (default=1)>\n"
,cmd);
163
}
164
int main(int argc, char **argv)
165
{
166
XnStatus nRetVal = XN_STATUS_OK;
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected