blockfactory
blockfactory copied to clipboard
Cleanup support for const Signal across the code base
It should be legal to call CoderBlockInformation::setInputPort(const core::Port::Info& portInfo, const void* signalAddress)
, that is currently not the case due to https://github.com/robotology/blockfactory/issues/81#issuecomment-2371530173 .