#include <LOW_portSerialFactory.h>
Static Public Member Functions | |
LOW_portSerial * | new_portSerial (const portSpecifier_t inPortSpec) |
Platform aware replacement for creating dynamic instances of LOW_portSerial. | |
Private Member Functions | |
LOW_portSerialFactory () | |
Constructor. | |
virtual | ~LOW_portSerialFactory () |
Destructor. |
This class also contains platform specific type definitions.
This class is thread-safe.
Definition at line 38 of file LOW_portSerialFactory.h.
|
Constructor. Private to prevent instaciation as this is a static factory. Definition at line 28 of file LOW_portSerialFactory.cpp. |
|
Destructor. Private to prevent instaciation as this is a static factory. Definition at line 33 of file LOW_portSerialFactory.cpp. |
|
Platform aware replacement for creating dynamic instances of LOW_portSerial.
Definition at line 43 of file LOW_portSerialFactory.cpp. Referenced by LOW_linkDS2480B::LOW_linkDS2480B(), and LOW_linkPassiveSerial::LOW_linkPassiveSerial(). |