66 MSG(
const uint32_t msgAddr,
bool outgoing,
const SIG **SIGNALS,
const int signalCount,
const bool hasValueSetter) : buffer(msgAddr, value.arr, outgoing), outgoing(outgoing), SIGNALS(SIGNALS), signalCount(signalCount), hasValueSetter(hasValueSetter) {}