Keyple C++
0.9.0
Keyple, an Open Source SDK for Ticketing
|
#include <StubProtocolSetting.h>
Inherits enable_shared_from_this< StubProtocolSetting >.
Static Public Member Functions | |
static const std::map< std::shared_ptr< SeCommonProtocol >, std::string > | getSpecificSettings (const std::set< std::shared_ptr< SeCommonProtocol >> &specificProtocols) |
static const std::map< std::shared_ptr< SeCommonProtocol >, std::string > & | getAllSettings () |
Static Public Attributes | |
static std::map< std::shared_ptr< SeCommonProtocol >, std::string > | STUB_PROTOCOL_SETTING |
This class contains all the parameters to identify the communication protocols supported by STUBvreaders.
The application can choose to add all parameters or only a subset.
|
static |
Return the whole settings map
|
static |
Return a subset of the settings map
specificProtocols | subset of protocols |
|
static |