3#include <NDEVR/Buffer.h>
The equivelent of std::vector but with a bit more control.
QTableWidget * m_table
The table widget displaying forwarding entries.
ConnectionForwardingDialog(QWidget *parent=nullptr)
Constructs a ConnectionForwardingDialog.
File defaultJSONFile() const
Returns the default file path for storing forwarding configuration as JSON.
JSONNode toJSON()
Serializes all connection forwarding entries to a JSON node.
Buffer< ConnectionForwarding * > m_connections
The list of connection forwarding entries.
void fromJSON(const JSONNode &node)
Populates the table from a JSON node containing forwarding entries.
void updateTable()
Refreshes the table display to reflect the current forwarding entries.
void clearAll()
Removes all connection forwarding entries from the table.
Logic for taking all rx data from one Connection and sending it through another Connection and vice-v...
Logic for reading or writing to a file as well as navigating filesystems or other common file operati...
JavaScript Object Notation or JSON is an open - standard file format that uses human - readable text ...
The primary namespace for the NDEVR SDK.