X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fdevices%2FCECDeviceMap.h;h=6037fa3d548140523b587b2df8d34c28eb2c441c;hb=ebcedb051be7d8e1e19ecd3f0aa164baae252400;hp=c27a2dd57e533df3e631fa3b1e4c0b67b18c57c1;hpb=1a1e2e6c67d1812527c14a2e5bbb359b63567476;p=deb_libcec.git diff --git a/src/lib/devices/CECDeviceMap.h b/src/lib/devices/CECDeviceMap.h index c27a2dd..6037fa3 100644 --- a/src/lib/devices/CECDeviceMap.h +++ b/src/lib/devices/CECDeviceMap.h @@ -63,6 +63,7 @@ namespace CEC void GetActive(CECDEVICEVEC &devices) const; void GetByType(const cec_device_type type, CECDEVICEVEC &devices) const; void GetChildrenOf(CECDEVICEVEC& devices, CCECBusDevice* device) const; + void SignalAll(cec_opcode opcode); void GetPowerOffDevices(const libcec_configuration &configuration, CECDEVICEVEC &devices) const; void GetWakeDevices(const libcec_configuration &configuration, CECDEVICEVEC &devices) const;