C++ SDK for MANUS Core 2.1
Loading...
Searching...
No Matches
Main

Functions

int main (int argc, char *argv[])
 The entry point and main loop of the application. More...
 

Detailed Description

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

The entry point and main loop of the application.

Parameters
argcstandard main argument parameter
argvstandard main argument parameter
Returns
ClientReturnCode_Success if successful, ClientReturnCode_FailedToResizeWindow if the client was not able to resize the console window, ClientReturnCode_FailedToInitialize if the system was not able to initialize the SDK, ClientReturnCode_FailedToFindHosts if no hosts were found, ClientReturnCode_FailedToConnect if the sdk could not connect to Core, ClientReturnCode_UnrecognizedStateEncountered if un unrecognized state was encountered, ClientReturnCode_FailedToShutDown if it failed to shut down the SDK wrapper, ClientReturnCode_FailedToRestart if the SDK was not able to reconnect to Core.

Definition at line 19 of file Main.cpp.