#include <PcapDataProvider.h>
Static Public Member Functions | |
static PcapDataProvider * | create (PcapDataProviderId id, const std::string &path, const std::string &c10y) |
static PcapDataProvider * | create (PcapDataProviderId id, PcapDataProviderSettings settings) |
Definition at line 39 of file PcapDataProvider.h.
|
static |
Creates an instance of PCAP data provider.
id | Data provider unique ID. |
path | Path to a location where data is stored. |
c10y | Path to a connectivity configuration file. |
|
static |
Creates an instance of PCAP data provider.
id | Data provider unique ID. |
settings | PCAP data provider settings. |