Last modified 18 months ago
Last modified on 03/18/12 18:41:26
Earthworm Module: ringdup_generic
Contributed by:
Function
Ringdup is a program to read messages (with user specified logos) from one ring and deposit them in another. This is actually two program, ringdup_generic and ringdup_scn.
Details
Example Configuration File
# ringdup_generic configuration file
#
#
MyModuleId MOD_RINGDUP_GENERIC # module id for this program
InRing WAVE_RING # transport ring to use for input
OutRing EXPPT_RING # transport ring to use for output
HeartBeatInt 30 # EW internal heartbeat interval (sec)
LogFile 1 # If 0, don't write logfile
# if 2, write to module log but not stderr/stdout
#
# Logos of messages to export to client systems
# Installation Module Message Type
GetMsgLogo INST_ATWC MOD_WILDCARD TYPE_H71SUM2K
MaxMsgSize 128 # maximum size (bytes) for input/output msgs
RingSize 10 # number of msgs to buffer
