Advertisement
Guest User

Untitled

a guest
Jul 20th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. typedef struct{
  2. QList<configelement_t> constituent_sensors;
  3. QList<configelement_t> missing_sensors;
  4. QList<metadata_t> metadata;
  5. quint8 nummissing;
  6. QString name;
  7. QString path;//this is used to store the default file path (full path) where the data will be stored (if wav file storage is used)
  8. } configuration_descriptor_t;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement