mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 11:26:35 +00:00
Added sendData function call to remote main.
Commented out more things that are currently not needed.
This commit is contained in:
@@ -6,8 +6,10 @@ int main(int argc, char *argv[])
|
||||
QCoreApplication a(argc, argv);
|
||||
|
||||
RemoteControl remoteControl;
|
||||
remoteControl.createNamedPipe();
|
||||
remoteControl.startCommunication();
|
||||
|
||||
#ifdef FIFO_TEST
|
||||
remoteControl.startTest();
|
||||
#else
|
||||
remoteControl.sendData(200, 200, 400, 400);
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user