Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. MIL STD 1553 class creation
Qt 6.11 is out! See what's new in the release blog

MIL STD 1553 class creation

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 565 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.
  • E Offline
    E Offline
    EvanBarrera
    wrote on last edited by
    #1

    Hello everybody, I wanna create a class of MILSTD1553 by type of class like Qtcpserver, but for MILSTD1553, which steps I need to make for understand how does realized Qtcpserver under the hood. To create the same thing but for MILSTD1553. How can I make it?

    C 1 Reply Last reply
    0
    • E EvanBarrera

      Hello everybody, I wanna create a class of MILSTD1553 by type of class like Qtcpserver, but for MILSTD1553, which steps I need to make for understand how does realized Qtcpserver under the hood. To create the same thing but for MILSTD1553. How can I make it?

      C Offline
      C Offline
      ChrisW67
      wrote on last edited by
      #2

      @EvanBarrera said in MIL STD 1553 class creation:

      Hello everybody, I wanna create a class of MILSTD1553 by type of class like Qtcpserver, but for MILSTD1553, which steps I need to make for understand how does realized Qtcpserver under the hood. To create the same thing but for MILSTD1553. How can I make it?

      To see how QTcpServer is implemented you can inspect the code that can be found in here

      Given that MIL-STD-1553 defines a serial data bus, you may be better off looking at QSerialPort.

      The environments in which you will find such a bus do not strike me as a place you would typically find Qt.

      E 1 Reply Last reply
      2
      • C ChrisW67

        @EvanBarrera said in MIL STD 1553 class creation:

        Hello everybody, I wanna create a class of MILSTD1553 by type of class like Qtcpserver, but for MILSTD1553, which steps I need to make for understand how does realized Qtcpserver under the hood. To create the same thing but for MILSTD1553. How can I make it?

        To see how QTcpServer is implemented you can inspect the code that can be found in here

        Given that MIL-STD-1553 defines a serial data bus, you may be better off looking at QSerialPort.

        The environments in which you will find such a bus do not strike me as a place you would typically find Qt.

        E Offline
        E Offline
        EvanBarrera
        wrote on last edited by
        #3

        @ChrisW67 Thank you so much for fast response

        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