These different source code panes let the user pinpoint his own code inside various part of the RTI generated code.
You must use with caution as the result might really impact the final simulation.
You can retrieve all the generated code in the below functions located into the file [database name]_code.cpp
Add here your FedAmbassador #include, #define and #typedef.
It will be inserted in the beginning of file [database name]_code.h
Add here your FedAmbassador user definitions.
It will be inserted in the file [database name]_code.cpp
under int vsTaskerAmbassador::usrConnect()
Add here all FedAmbassador user methods.
Do not forget to use: Rti::...
It will be inserted in the file [database name]_code.cpp
under int vsTaskerAmbassador::usrPublishSubscribe()
Add here the FedAmbassador user code at connect time.
It will be inserted in the file [database name]_code.cpp
under int vsTaskerAmbassador::usrSynchronize()
Add here the FedAmbassador user runtime code.
Event* event is available.
It will be inserted in the file [database name]_code.cpp
under int vsTaskerAmbassador::usrRuntime()
Add here the FedAmbassador user runtime code.
Event* event is available.
It will be inserted in the file [database name]_code.cpp
under int vsTaskerAmbassador::usrDisconnect()