#include "xdacommunicatorfactory.h"
#include "mtbfilecommunicator.h"
#include "serialportcommunicator.h"
#include "usbcommunicator.h"
Go to the source code of this file.
Namespaces | |
CommunicatorType | |
Variables | |
static const CommunicatorFactory::CommunicatorTypeId | CommunicatorType::MTBFILE = 1 |
static const CommunicatorFactory::CommunicatorTypeId | CommunicatorType::SERIALPORT = 3 |
static const CommunicatorFactory::CommunicatorTypeId | CommunicatorType::UNKNOWN = 0 |
static const CommunicatorFactory::CommunicatorTypeId | CommunicatorType::USB = 2 |