📄 slog_irec_getargs.3
字号:
.TH SLOG_Irec_GetArgs 3 "4/24/2000" " " "SLOG_API".SH NAMESLOG_Irec_GetArgs \- Retrieve the argument array of the interval record. .SH SYNOPSIS.nfint SLOG_Irec_GetArgs( SLOG_intvlrec_t *intvlrec, const SLOG_N_args_t size_args, SLOG_arg_t *args ).fi.SH UNMODIFIED INPUT VARIABLES .PD 0.TP.B size_args - Number of elements available for the input array..PD 1.SH MODIFIED INTPUT VARIABLES .PD 0.TP.B intvlrec - pointer to the internal interval record to be retrieved.The internal pointer to Vector Argument will be updated..PD 1.PD 0.TP.B args - argument array, array of call arguments of the specified interval record. It is assumed the input array, args[], is big enough to hold the argument array of the interval record..PD 1.SH MODIFIED OUTPUT VARIABLES .PD 0.TP.B returned value - N_args : Number of elements in the argument arrayreturned. If the input size, size_args, is smallerthan the actual number of elements of the argumentarray, the return value will be SLOG_EOF and only thefirst size_args elements will be returned. When thereis no more argument array in the interval record,a zero will be returned..PD 1.SH USAGE NOTES ON THIS SUBROUTINE The subroutine retrieves argument array(s) of the specified InternalInterval Record. This subroutine is meant to be called at least oncefor each interval record extracted from the slogfile.If the return value, N_args, is equal to zero. It means there isno argument array. That suggests that the subroutine needs to becalled as long as it returns positive integer ( > 0 )..SH INCLUDE FILE NEEDED slog.h.SH LOCATION../src/slog_irec_read.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -