This System Configuration illustrates the use of the Tagged data design pattern to implement the Time-Stamped Messaging design pattern. As shown
above, this system configuration is identical to that of the AGENTS_LOGL system, with the
following differences:
- The
LOGdevice is configured as a remote(RMT_FRAME)rather than a local(FRAME_DEVICE)device. - The
AGENTSdevice has an additionalTAGSresource containing an instance of theTAGOUTFB type to forward messages from theMSG_LOGlocal multicast channel to the UDP multicast socket225.0.0.1:1025. - The
LOGdevice has an additionalTAGSresource containing an instance of theTAGINFB type to forward messages from the UDP multicast socket225.0.0.1:1025to theLOGdevice'sMSG_LOGlocal multicast channel, which forwards it to theLOGFB in itsLOG_RESresource.