trikRuntime
|
Service to automatically select USB or I2C MSP communicator. It tries to use USB when possible. More...
#include <mspBusAutoDetector.h>
Static Public Member Functions | |
static MspCommunicatorInterface * | createCommunicator (const trikKernel::Configurer &configurer, trikHal::HardwareAbstractionInterface &hardwareAbstraction) |
Factory method that tries to determine which interface is to be used for MSP communication and creates corresponding communicator instance. More... | |
Service to automatically select USB or I2C MSP communicator. It tries to use USB when possible.
|
static |
Factory method that tries to determine which interface is to be used for MSP communication and creates corresponding communicator instance.
Transfers ownership to a caller.
configurer | - contains preparsed XML configuration. |