KiCad PCB EDA Suite
|
Repository metadata. More...
#include <pcm_data.h>
Public Attributes | |
wxString | url |
std::optional< wxString > | sha256 |
uint64_t | update_timestamp |
Repository metadata.
Definition at line 113 of file pcm_data.h.
std::optional<wxString> PCM_RESOURCE_REFERENCE::sha256 |
Definition at line 116 of file pcm_data.h.
Referenced by PLUGIN_CONTENT_MANAGER::CacheRepository(), from_json(), and to_json().
uint64_t PCM_RESOURCE_REFERENCE::update_timestamp |
Definition at line 117 of file pcm_data.h.
Referenced by PLUGIN_CONTENT_MANAGER::CacheRepository(), from_json(), and to_json().
wxString PCM_RESOURCE_REFERENCE::url |
Definition at line 115 of file pcm_data.h.
Referenced by PLUGIN_CONTENT_MANAGER::CacheRepository(), from_json(), and to_json().