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>
53 unsigned int initial_indent = 0);
59 const std::string &pid_name,
60 uint16_t manufacturer_id)
const;
63 uint16_t manufacturer_id)
const;
67 const std::vector<std::string> &inputs);
70 unsigned int *data_length);
75 unsigned int data_length);
80 uint16_t manufacturer_id,
89 std::vector<std::string> *pid_names)
const;
92 uint16_t manufacturer_id,
93 std::vector<const PidDescriptor*> *descriptors)
const;
96 const std::string m_pid_location;
106 #endif // INCLUDE_OLA_RDM_PIDSTOREHELPER_H_