/** WebItemCollection **/ WebItemCollection::WebItemCollection(const tj::shared::String& fn, const tj::shared::String& dn, const tj::shared::String& contentType): WebItemResource(fn,dn,contentType, 0) { Flags<WebItem::Permission> perms; perms.Set(WebItem::PermissionGet, true); perms.Set(WebItem::PermissionPropertyRead, true); SetPermissions(perms); }
void Set(const DeviceConfig &config, const DeviceDescriptor &device, const NMEAInfo &basic) { i = 0; flags.Set(config, device, basic); }
void Set (Flags ThisFlag) { mOptions.Set(ThisFlag); };