예제 #1
0
파일: device.c 프로젝트: suborb/reelvdr
cString cSatipDevice::GetPidsInformation(void)
{
  //debug("cSatipDevice::%s(%u)", __FUNCTION__, deviceIndexM);
  return GetPidStatistic();
}
예제 #2
0
cString cSatipDevice::GetPidsInformation(void)
{
  debug16("%s [device %u]", __PRETTY_FUNCTION__, deviceIndexM);
  return GetPidStatistic();
}