I have a signal/slot defined,
signal: my_signal(QObject link, int sysId, int componentId, uint32_t bit_field, int node_firmwareType, int node_vehicleType);
slot: _m_slot(QObject link, int sysId, int componentId, uint32_t bit_field, int node_firmwareType, int node_vehicleType);
But the slot does not get called. I am pretty sure they are connected well, and the object instance is alive, what could be the possible reason?
thanks.