search for: infotag

Displaying 4 results from an estimated 4 matches for "infotag".

2005 Dec 19
0
new(er) SEC driver.
...E (88) #define SEC_BAUD_RATE (89) /* Some baud rates for setup_serial() */ #define SEC_NUMBAUDS 5 struct baud_rate_t { int rate; int name; }; /* * Exhaustive information for each possible variable */ #define SEC_NUMVARS 90 #define SEC_MAX_VARSIZE 65 struct sec_varlist_t { char *infotag; /* variable names from new-names.txt */ char *name; /* Human readable text (also in shared-tables.h) */ float unit; /* Variable should be scaled by this */ char *cmd; /* Command to send to get/set variable */ int field; /* Which returned field variable corresponsd to */...
2005 Apr 14
1
Ogg Tags in Windows File properties?
...rious if anyone has developed a Windows shell extension to enable Ogg tags to be viewed and maintained in the File Properties window. This currently supports at least MP3 & WMA file tags. I would like to install one if there is one. I managed to find an Info tool tip extension for Ogg files. InfoTag Magic: http://www.contextmagic.com/audiotag-editor/ Regards, Ross. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/vorbis/attachments/20050415/37eee23d/attachment.htm
2011 May 09
0
Xen 4.1.0 domU shutting down on restart
I recently upgraded from Xen 3.3 to Xen 4.1. I''ve overcome most of the hurdles involved but one that I haven''t been able to work around is that when restarting a domU (say with "shutdown -r now") causes the domU to be shutdown/destroyed instead of restarted. In my domU config I have the following: on_poweroff = ''destroy'' on_reboot =
2007 Jan 13
3
duplicate definition when inheriting classes
I thought the purpose of classes was that you could redefine types in the subclasses. However I get "Duplicate definition" errors whenever I attempt this. On a whim I tried the code from the documentation: http://reductivelabs.com/projects/puppet/documentation/structures.html --- Subclassing The primary benefit of using subclasses instead of just including the parent class is that