Skip to content
Snippets Groups Projects
Commit 7274995f authored by MelanieCarriere's avatar MelanieCarriere
Browse files

[doc] Add documentation to the class vvPacketSender

parent 4749a112
No related branches found
No related tags found
1 merge request!150[fix] Fix loop option of the packet file sender
Pipeline #202471 failed
Pipeline: LidarView

#202472

    ...@@ -24,6 +24,12 @@ ...@@ -24,6 +24,12 @@
    class vtkPacketFileReader; class vtkPacketFileReader;
    /**
    * \class vvPacketSender
    * \brief This class is responsible to send all packets in a .pcap file once.
    * To send a pcap file multiples times, a new vvPacketSender should be created each time.
    */
    class VTK_EXPORT vvPacketSender class VTK_EXPORT vvPacketSender
    { {
    public: public:
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment