COMMS
Template library intended to help with implementation of communication protocols.
|
#include "options.h"
Force usage of the provide message factory.
Similar to comms::option::app::MsgFactory, but the template parameter is template template class with the same template arguments as comms::MsgFactory>.
TFactory | Factory template, expected to have the same template parameters and expose the same interface as comms::MsgFactory. |