Go to the documentation of this file.
65 #ifndef XDACOMMUNICATORFACTORY_H
66 #define XDACOMMUNICATORFACTORY_H
virtual CommunicatorTypeId portInfoToCommunicatorId(const XsPortInfo &portInfo) const
Match a XsPortInfo to a communicator.
virtual CommunicatorTypeId filenameToCommunicatorId(const XsString &filename) const
Match a filename to a communicator.
A Factory for the communicators.
void registerCommunicatorTypes() override
Register the communicator types.
unsigned int CommunicatorTypeId
The typedef of the communicator type ID.
Contains a descriptor for opening a communication port to an Xsens device.
Communicator * create(const XsPortInfo &portInfo) const
Create a communicator based on a port info.
XdaCommunicatorFactory()
Construct this factory.
XDA communication factory.
A 0-terminated managed string of characters.