📄 slog_irec_getassocs.3
字号:
.TH SLOG_Irec_GetAssocs 3 "4/24/2000" " " "SLOG_API".SH NAMESLOG_Irec_GetAssocs \- Retrieve the association array of the interval record. .SH SYNOPSIS.nfint SLOG_Irec_GetAssocs( const SLOG_intvlrec_t *intvlrec, const SLOG_N_assocs_t size_assocs, SLOG_assoc_t *assocs ).fi.SH UNMODIFIED INPUT VARIABLES .PD 0.TP.B intvlrec - pointer to the internal Interval record to be retrieved..PD 1.PD 0.TP.B size_assocs - Number of elements available for the input association array..PD 1.SH MODIFIED INTPUT VARIABLES .PD 0.TP.B assocs - association array, array of file pointers to the associatedinterval records of the specified interval record.It is assumed the input array, assocs[], is big enoughto hold the association array of the interval record..PD 1.SH MODIFIED OUTPUT VARIABLES .PD 0.TP.B returned value - N_assocs : Number of elements in the association arrayreturned. If the input size, size_assocs, is smallerthan the actual number of elements of the associationarray, the return value will be SLOG_EOF and only thefirst size_assocs elements will be returned..PD 1.SH USAGE NOTES ON THIS SUBROUTINE The subroutine gets the association array of the specified InternalInterval Record. This subroutine is meant to be called once foreach interval record. Calling multiple times for the same intervalrecord returns the same results. If the return value, N_assocs,is equal to zero. It means there is no associated record..SH INCLUDE FILE NEEDED slog.h.SH LOCATION../src/slog_irec_read.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -