DeviceAtlas C++ interface Api
Public Member Functions | Public Attributes | List of all members
com::deviceatlas::da::DeviceDwConfig Struct Reference

Optional download data config offers single and scheduled download modes using standard C++ type to determine point in time for the latter. More...

#include <devatlas.h>

Public Member Functions

 DeviceDwConfig (std::string _path=std::string(), std::string _url=std::string(), std::chrono::time_point< std::chrono::system_clock > *_sc=nullptr, da_property_decl_t *_ep=defaultep, DwProcFn _dwproc=nullptr, DwExtractFn _dwextract=nullptr, DwNotifyFn _dwnotify=nullptr, DwLogFn _dwlog=nullptr)
 

Public Attributes

std::string path
 
std::string url
 
DwProcFn dwproc
 
DwExtractFn dwextract
 
DwNotifyFn dwnotify
 
DwLogFn dwlog
 
DwMode mode
 
dw_config inst
 

Detailed Description

Optional download data config offers single and scheduled download modes using standard C++ type to determine point in time for the latter.


The documentation for this struct was generated from the following file: