SBB Host
Host communication with the self balancing bike.
Loading...
Searching...
No Matches
main.cpp File Reference

Main file of the application. More...

#include "SBBHostApp.h"

Functions

int main (int argc, char *argv[])
 Main function of the application. More...
 

Detailed Description

Main file of the application.

Main file of the SBB Host Applicaton. The SBBHostApp object is created as a Glib::RefPtr and run.

Function Documentation

◆ main()

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

Main function of the application.

Main file of the SBB Host Applicaton. The SBBHostApp object is created as a Glib::RefPtr and run.

Parameters
argcThe number of input char.
argvPointer to a char array.
Returns
The exit status of the application.