#include <datasets.hpp>
Public Member Functions | |
DataSet (uint16_t number, const char *name, const char *desc, bool mandatory, bool repeatable, uint32_t minbytes, uint32_t maxbytes, TypeId type, uint16_t recordId, const char *photoshop) | |
Constructor. | |
Public Attributes | |
uint16_t | number_ |
const char * | name_ |
const char * | desc_ |
bool | mandatory_ |
bool | repeatable_ |
uint32_t | minbytes_ |
uint32_t | maxbytes_ |
TypeId | type_ |
uint16_t | recordId_ |
const char * | photoshop_ |