MIDAS
|
dox
dox
Definition at line 35 of file elog.cxx.
Definition at line 1014 of file elog.cxx.
INT el_retrieve | ( | char * | tag, |
char * | date, | ||
int * | run, | ||
char * | author, | ||
char * | type, | ||
char * | syst, | ||
char * | subject, | ||
char * | text, | ||
int * | textsize, | ||
char * | orig_tag, | ||
char * | reply_tag, | ||
char * | attachment1, | ||
char * | attachment2, | ||
char * | attachment3, | ||
char * | encoding | ||
) |
Definition at line 770 of file elog.cxx.
dox
Definition at line 500 of file elog.cxx.
Definition at line 950 of file elog.cxx.
INT el_submit | ( | int | run, |
const char * | author, | ||
const char * | type, | ||
const char * | syst, | ||
const char * | subject, | ||
const char * | text, | ||
const char * | reply_to, | ||
const char * | encoding, | ||
const char * | afilename1, | ||
const char * | buffer1, | ||
INT | buffer_size1, | ||
const char * | afilename2, | ||
const char * | buffer2, | ||
INT | buffer_size2, | ||
const char * | afilename3, | ||
const char * | buffer3, | ||
INT | buffer_size3, | ||
char * | tag, | ||
INT | tag_size | ||
) |
dox Submit an ELog entry.
run | Run Number. |
author | Message author. |
type | Message type. |
syst | Message system. |
subject | Subject. |
text | Message text. |
reply_to | In reply to this message. |
encoding | Text encoding, either HTML or plain. |
afilename1 | File name of attachment. |
buffer1 | File contents. |
buffer_size1 | Size of buffer in bytes. |
afilename2 | File name of attachment. |
buffer2 | File contents. |
buffer_size2 | Size of buffer in bytes. |
afilename3 | File name of attachment. |
buffer3 | File contents. |
buffer_size3 | Size of buffer in bytes. |
tag | If given, edit existing message. |
tag_size | Maximum size of tag. |
Definition at line 124 of file elog.cxx.