31 #ifndef INCLUDE_OLA_RDM_PIDSTOREHELPER_H_
32 #define INCLUDE_OLA_RDM_PIDSTOREHELPER_H_
35 #include <ola/messaging/Descriptor.h>
36 #include <ola/messaging/SchemaPrinter.h>
57 unsigned int initial_indent = 0);
63 const string &pid_name,
64 uint16_t manufacturer_id)
const;
67 uint16_t manufacturer_id)
const;
71 const vector<string> &inputs);
74 unsigned int *data_length);
79 unsigned int data_length);
84 uint16_t manufacturer_id,
92 vector<string> *pid_names)
const;
95 uint16_t manufacturer_id,
96 vector<const ola::rdm::PidDescriptor*> *descriptors)
const;
99 const string m_pid_location;
109 #endif // INCLUDE_OLA_RDM_PIDSTOREHELPER_H_