main Funktion mit Standard C++ zu eine Sheduling umbauen
Unsolved
German
-
Hallo zusammen,
ich habe einen Console Application.
Diese wird mit dem Brocker kommuniziert.
Nun möchte ich die Application mit C++ Standard in eine Sheduling umbauen.
Mit andere Worte, die main() Funktion so umbauen, dass die Application immer lauft.
Auf Qt Ebene wäre, die Benutzung von QCoreApplication als grosse Hilfe aber eine der Anforderung diese Application soll unabhängig von Qt Library.
Es muss nur Standard c++ benutzt.Danke in voraus
-
@jsulm said in main Funktion mit Standard C++ zu eine Sheduling umbauen:
Simplest but not very elegant solution would be a loop with sleep() inside. Do you use any other libraries/frameworks?
yes Rhapsody
"Diese wird mit dem Brocker kommuniziert" - how?
the Brocker will simulate the Hardware