Writing the SDK ApplicationSY-7000 SDK Manual
21
int InstallNetworkServer ( const unsigned int port , const char* ifc = "eth0" );
Installs a network server. InstallNetworkServer should not be called more than once!
Arguments:
port
port for session
ifc
interface (default "eth0")
int createLowResTimer (long timeoutSeconds);
Creates a timer
Arguments:
// create a timer
resolution in seconds
Returns:
Timerid
id of timer created
void killTimer (int timerId);
// kill a timer
Arguments:
timerid
as returned by createlowrestimer
int EventLoop ();
// main event loop
wait here for events till “done” flag raised
static EventManager * GetInstance();
Get the instance of the event manager. If none exists, create one.
Summary of Contents for SY-7000 SDK
Page 1: ...SY 7000 SDK Manual SYnel Industries LTD...
Page 10: ...IntroductionSY 7000 SDK Manual 10 1 1 3 2Bottom connector panel...
Page 33: ...Writing the SDK ApplicationSY 7000 SDK Manual 33...
Page 37: ...Creating and Loading the Application File to the TerminalSY 7000 SDK Manual 37...
Page 40: ...SY 7000 SDK Manual 40 Step 6 Use the default settings on this screen and click Next...
Page 42: ...SY 7000 SDK Manual 42 Step 8 Select Direct Connection and click Next...
Page 44: ...SY 7000 SDK Manual 44 Step 10 Click the sign next to Devel to expand it...
Page 45: ...SY 7000 SDK Manual 45 Step 11 Under Devel scroll down to gcc...
Page 46: ...SY 7000 SDK Manual 46 Step 12 Select gcc by clicking on the word Skip once...
Page 48: ...SY 7000 SDK Manual 48 Cygwin will now download and install the packages that you selected...
Page 49: ...SY 7000 SDK Manual 49 Step 14 Leave the options checked and click Finish...
Page 51: ...SY 7000 SDK Manual 51...
Page 52: ...SY 7000 SDK Manual 52...
Page 54: ...SY 7000 SDK Manual 45...