|
#include "AbstractController.h"
#include "../View/TCPInformationTab.h"
#include <memory>
#include <Eigen/Core>
#include <QLayoutItem>
#include <QLineEdit>
Go to the source code of this file.
Classes | |
class | TCPInformationController |
Subcontroller which handles all user interaction with the tcp information tab in the GUI, communicates with other controllers via signals and slots. More... | |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Typedefs | |
using | TCPInformationControllerPtr = std::shared_ptr< TCPInformationController > |