|
|
| EcGuiNet (QWidget *parent=nullptr) |
| |
|
bool | start_network () |
| |
|
bool | stop_network () |
| |
|
void | copy_files_network (const QStringList &files_list) |
| |
|
void | open_firmware_config () |
| |
|
void | start_firmware_update () |
| |
|
void | stop_firmware_update () |
| |
|
void | set_repl_config (const QString &repl_bin) |
| |
|
void | set_protocol_enabled (bool enable) |
| |
|
void | set_net_enabled (bool enable) |
| |
|
ec_net_info_t | get_net_setup () |
| |
|
|
bool | eventFilter (QObject *o, QEvent *e) |
| |
|
|
void | ec_master_processFinished (int, QProcess::ExitStatus) |
| |
|
void | server_processFinished (int, QProcess::ExitStatus) |
| |
|
void | OnMouseClicked (QTreeWidgetItem *item, int column) |
| |
|
void | OnPasswordEntered () |
| |
|
void | OnPasswordChanged () |
| |
|
void | OnProtocolChanged () |
| |
|
void | stopping_network (bool force_stop=false) |
| |
|
void | connect_to_network () |
| |
|
|
bool | create_ssh_cmd (QProcess *process, QString &stdout) |
| |
|
QString | find_running_process (QProcess *process, QString bin_name, QString &stdout) |
| |
|
QString | find_process (QProcess *process, QString bin_name, QString &stdout) |
| |
|
void | start_process (QProcess *process, QString bin_file_path, QString option) |
| |
|
void | kill_process (QProcess *process, QString bin_name, QString &stdout) |
| |
|
void | kill_view_process (QString &terminal_pid) |
| |
|
void | view_process (const QString &file_path, QString &terminal_pid) |
| |
|
bool | start_master_process (const QString &bin_file_name, const QString &option, QString &error) |
| |
|
void | ec_master_readyStdO () |
| |
|
void | view_master_process () |
| |
|
void | server_readyStdO () |
| |
|
void | view_server_process () |
| |
|
void | set_ec_network () |
| |
|
void | view_gui_process () |
| |
|
bool | copy_config_file () |
| |
|
void | save_config_file () |
| |
|
void | close_net_setup () |
| |
|
|
QTreeWidget * | _net_tree_wid |
| |
|
QTreeWidgetItem * | _net_item |
| |
|
QLineEdit * | _password |
| |
|
int | _net_column |
| |
|
bool | _net_enabled |
| |
|
QProcess * | _ec_master_process |
| |
|
QProcess * | _server_process |
| |
|
QStringList | _ssh_command |
| |
|
QString | _ec_master_stdout |
| |
|
QString | _server_stdout |
| |
|
QString | _ec_master_file_path |
| |
|
QString | _server_file_path |
| |
|
QString | _gui_file_path |
| |
|
QFile * | _ec_master_file =nullptr |
| |
|
QFile * | _server_file =nullptr |
| |
|
QTextStream * | _ec_master_stream |
| |
|
QTextStream * | _server_stream |
| |
|
QString | _server_username |
| |
|
QString | _server_hostname |
| |
|
QString | _server_port |
| |
|
QString | _server_protocol |
| |
|
QString | _server_pwd |
| |
|
QString | _real_server_username |
| |
|
QString | _master_terminal_pid ="" |
| |
|
QString | _server_terminal_pid ="" |
| |
|
QString | _gui_terminal_pid ="" |
| |
|
QString | _repl_config |
| |
|
QAction * | _connect_action |
| |
|
QComboBox * | _protocol_combobox |
| |
|
bool | _open_config_file =false |
| |
The documentation for this class was generated from the following files:
- /home/runner/work/ecat-client-advr/ecat-client-advr/src/gui/ec_gui/src/network/ec_gui_net.h
- /home/runner/work/ecat-client-advr/ecat-client-advr/src/gui/ec_gui/src/network/ec_gui_net.cpp