Background: I have a project which must be written entirely in c++ (i.e. not using python--this probably seems like a silly requirement but it is out of my control). My thought is that I will use the gnuradio companion to help me figure out the radio design and generate prototype code, but I need to be able to transfer that over to c++ somehow.
The first thing I noticed is that whereas the gnuradio companion has blocks that handle psk (PSK Mod), I have been unable to find the corresponding class in the header files. Is there a class that I am missing, or is the PSK Mod block derived from other blocks somehow?