|
WSF
|
A simple factory to create new UCI messages based on the type found in the header. More...
#include <WsfUCI_MessageFactory.hpp>
Public Member Functions | |
| UCI_MessageFactory (UCI_Interface &aInterface) | |
| ~UCI_MessageFactory () | |
| std::unique_ptr< UCI_MessageBaseType > | Create (const uci::type::MessageType *aMessage) const |
| Create a message type based on the type provided in the message header (see uci/type/accessorType.h). | |
A simple factory to create new UCI messages based on the type found in the header.
|
explicit |
| wsf::UCI_MessageFactory::~UCI_MessageFactory | ( | ) |
| std::unique_ptr< UCI_MessageBaseType > wsf::UCI_MessageFactory::Create | ( | const uci::type::MessageType * | aMessage | ) | const |
Create a message type based on the type provided in the message header (see uci/type/accessorType.h).