femon cleanup/SVDRP enhancement

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Big List of Linux Books]     [Fedora Users]     [Fedora Women]     [ALSA Devel]     [Linux USB]

  Powered by Linux