On Tue, 20 Jun 2006, Herbert Poetzl wrote:
On Tue, Jun 20, 2006 at 08:33:28AM +0200, Frank Schmirler wrote:
On Mon, 19 Jun 2006 20:52:33 +0200, Herbert Poetzl wrote
- else if (strcasecmp(Command, "INFO") == 0) {
cString str = getFrontendInfo(atoi(Option));
I like the possibility to pass the device index as option. However it should be optional. I'd suggest:
cString str = getFrontendInfo(*Option ? atoi(Option) : cDevice::ActualDevice()->CardIndex());
ah, yes good point ...
Well, I don't see the point to check statistics on secondary devices that might _not_ even be tuned to any transponder. However, if you want to check how the current transponder looks like on other devices, you can always use NEXT/PREV commands.
Would be nice if all commands worked that way...
Would it? Why? Bitrates are calculated only on current channel, so should they be available also for all channels on all available transponders/devices?
-- rofa