Title | Function | Function Name | No |
format Bool STM_Init (Sint32 grp_open_max, Sint32 stm_open_max, void * work) Input grp_open_max: Maximum number of stream groups opened simultaneously (1 to 24) st _B_stm_open_max: Maximum number of streams to be opened simultaneously (1 to 24) work work: work area Output None Function value TRUE: When initialization is successful FALSE: When initialization is not possible Function Immediately after starting the program, initialization is performed to use the stream system. Remarks (a) Must be performed immediately after GFS_Init. Specify with GFS_Init. The maximum number of open files (open_max) at must be at least stm_open_max. : (b) The size of the work area is STM_WORK_SIZE (grp_open_max, stm_open_max) bytes Obtained by . Place work on a 4-byte boundary.
Title | Function | Function Name | No |
format void STM_Reset (void) Input None Output None Numerical value None Function Close all open stream groups and streams, and stream Resets the system. (Stop access to the stream and save all information Initialize. )
Title | Function | Function Name | No |
format StmGrpHn STM_OpenGrp (void) Input None Output None Function value Stream group handle NULL in case of error Function Opens a stream group.