What are bridge and transformer skeletons?
(From the MC-3020 UG:) Based upon information modeled in BridgePoint Model Builder, MC-3020 automatically generates source code frameworks for bridge and transform implementation. These skeleton files will actually compile as generated. The user is saved from delving into generated code to divine interfaces required for these boundary functions. Kind and helpful comments are provided to guide insertion of bridge and transform implementation code. Generated xform and bridge header files are under the context and control of the translation engine. Skeleton implementation files (skel/XXX_xform.c) are provided as a convenience for the user. These provide correct method signatures, requisite include files, etc. The user “inserts implementation code here”. Note that BridgePoint Generator has some translation idiosynchracies when multiple arguments are passed on a bridge or transformer interface. The order of arguments in the generated code is non-deterministic. Bridge and transformer inter