Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions common/rdm/PidStoreLoader.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ class PidStoreLoader {
* @returns A pointer to a new RootPidStore or NULL if loading failed.
*/
const RootPidStore *LoadFromStream(std::istream *data,
bool validate = true);


Comment thread
zayeralam marked this conversation as resolved.
Outdated
bool validate = true);
const RootPidStore *LoadManufacturerNames(const std::string &file);
private:
typedef std::map<uint16_t, const PidDescriptor*> PidMap;
typedef std::map<uint16_t, PidMap*> ManufacturerMap;
Expand Down