I am going through the source code of the REDHAWK SDR framework and want to upgrade it to support SCA 4.1 specification. It already is partially compliant to SCA 2.2.2 version.
I have the IDL descriptions for the interfaces of the SCA 4.1 and compiled them with omniORB IDL compiler with C++ mapping. The skeleton and stub codes are generated properly. Now I want to understand how to do the following:
where to place these generated skeleton and stub codes in the REDHAWK source code.
Where to place the server and client codes based on these skeleton and stub codes in the redhawk source code
I also want to upgrade to logging as specified in SCA 4.1 and available at link https://www.omg.org/spec/LtLOG/1.1/PDF. Here again I have generated the skeleton and stub codes but do not know how to proceed further.
Am I missing something(or a lot).
Any pointers will be helpful.Please ask for any information I have not included as I am also in the learning stage.