I'm trying to implement Carrier Sensing in a C++ block in GNU Radio. The Signal Probe block seems to be able to probe the input signal, but how can the results of this probe be accessed in my C++ block?
I imagine, that inside my C++ block, I have to use the name of signal probe (or Function Probe) to find a pointer to it.