Helper template to simplify the process of generating Comm-maker. More...
#include <commMaker.hpp>
Public Member Functions | |
| CommMaker (const std::string &key) | |
| virtual std::shared_ptr< IComm > | Create (const std::string &filename) const |
| Accepts node to pass into Comms constructor. | |
Public Member Functions inherited from ifw::core::protocol::base::ICommMaker | |
| virtual | ~ICommMaker () |
Helper template to simplify the process of generating Comm-maker.
|
inline |
When created, the Comm maker will automaticly register itself with the factory Note - you are discouraged from using CommMaker outside REGISTER_COMM macro
|
inlinevirtual |
Accepts node to pass into Comms constructor.
Returns new Comm object
Implements ifw::core::protocol::base::ICommMaker.