GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > MSG / V3-0-1
Constituent: msg2src     Tag: sun-gcc
msg2src - Convert .msg files to .c and .h filesmsg2src m_file [--source=s_file] [--header=h_file]
m_file | Input .msg file (must end with extension .msg) |
s_file | Output source file (defaults to stem-of-m_file.c) |
h_file | Output header file (defaults to stem-of-m_file.h) |
| 0 | Success |
| 1 | Failure |
msg2src command preprocesses .msg files to produce .c and .h files. The msg2src output files can then be added to the source code for a package/constituent.
This is entirely supported in CMX and it is unlikely that a user would need to invoke this command directly unless trying to debug the syntax of a .msg file. The flexibility of defining input and output file names is provided almost entirely for the author's debugging.
1.3.3