Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. International
  3. German
  4. main Funktion mit Standard C++ zu eine Sheduling umbauen
Forum Updated to NodeBB v4.3 + New Features

main Funktion mit Standard C++ zu eine Sheduling umbauen

Scheduled Pinned Locked Moved Unsolved German
3 Posts 2 Posters 787 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    Galilio
    wrote on last edited by
    #1

    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

    jsulmJ 1 Reply Last reply
    0
    • G Galilio

      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

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Galilio Simplest but not very elegant solution would be a loop with sleep() inside. Do you use any other libraries/frameworks?
      "Diese wird mit dem Brocker kommuniziert" - how?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      G 1 Reply Last reply
      1
      • jsulmJ jsulm

        @Galilio Simplest but not very elegant solution would be a loop with sleep() inside. Do you use any other libraries/frameworks?
        "Diese wird mit dem Brocker kommuniziert" - how?

        G Offline
        G Offline
        Galilio
        wrote on last edited by
        #3

        @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

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved