📄 slog_setframereservedspace.3
字号:
.TH SLOG_SetFrameReservedSpace 3 "12/2/1999" " " "SLOG_API".SH NAMESLOG_SetFrameReservedSpace \- Set the byte size of the frame's reserved space for SLOG file .SH SYNOPSIS.nfint SLOG_SetFrameReservedSpace( SLOG_STREAM *slog, SLOG_uint32 reserved_bytesize ).fi.SH UNMODIFIED INPUT VARIABLES .PD 0.TP.B reserved_bytesize - unsigned integer to specify the reserved bytesize of the frame..PD 1.SH MODIFIED INPUT VARIABLES .PD 0.TP.B slog - pointer to SLOG_STREAM where interval records will be stored..PD 1.SH MODIFIED OUTPUT VARIABLES .PD 0.TP.B returned value - integer return status..PD 1.SH USAGE NOTES ON THIS SUBROUTINE The routine is one of the methods provided to reserve frame spacefor the pseudo records in the 1st pass of the logfile. Reservationof the frame space is only necessary if the completed interval recordsare arranged in increasing endtime order and there is no way thatuser can rearrange the call sequence of the start event to callSLOG_Irec_ReserveSpace(). When the completed interval recordsare arranged in increasing starttime order, there is no needto reserve space for the pseudo interval records, so this routine shouldNOT be called. Also if user has knowledge of the start event of theinterval record, like in an event based model where all start and endevents are mixed and are arranged in increasing time order, oneshould call SLOG_Irec_ReserveSpace() instead of this routineto do frame space reservation..SH INCLUDE FILE NEEDED slog_header.h.SH LOCATION../src/slog_header.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -