I wonder if there is method to see internal structure of standard blocks of GNU Radio Library as if this blocks were OOT module built with more fundamental blocks of GNU Radio. I tried to right click -> More -> Open Hier, but GR did not respond to my clicks.
In case I have not made myself clear: If I recall correctly(I have seen it in a paper, don`t remember which, that is why I think there is a way to see this), GFSK Demod blocks internal structure is 1) Input -> 2)MM clock recovery -> 3) Quadrature demod -> 4) Binary slicer(?) -> 5)Output. Now, where can I find this type of graphs (.grc maybe) for other standard blocks? I need to see inside flow of data for debugging processes.