output_settings_ Struct Reference
#include <grasp_output_settings.h>
Data Fields | |
int | nsegment_output_function |
char | segment_output_function [GRASP_MAX_OUTPUT_FUNC][_GBL_FILE_PATH_LEN] |
int | niteration_output_function |
char | iteration_output_function [GRASP_MAX_OUTPUT_FUNC][_GBL_FILE_PATH_LEN] |
int | ntile_output_function |
char | tile_output_function [GRASP_MAX_OUTPUT_FUNC][_GBL_FILE_PATH_LEN] |
int | nsegment_stream |
char | segment_stream [GRASP_MAX_OUTPUT_FUNC][_GBL_FILE_PATH_LEN] |
int | niteration_stream |
char | iteration_stream [GRASP_MAX_OUTPUT_FUNC][_GBL_FILE_PATH_LEN] |
int | ntile_stream |
char | tile_stream [GRASP_MAX_OUTPUT_FUNC][_GBL_FILE_PATH_LEN] |
int | ncurrent_output_function |
char | current_output_function [GRASP_MAX_OUTPUT_FUNC][_GBL_FILE_PATH_LEN] |
int | ncurrent_stream |
char | current_stream [GRASP_MAX_OUTPUT_FUNC][_GBL_FILE_PATH_LEN] |
char | simulated_file [_GBL_FILE_PATH_LEN] |
grasp_output_segment_functions_settings | segment_function |
grasp_output_tile_functions_settings | tile_function |
grasp_output_current_functions_settings | current_function |
Field Documentation
◆ current_function
grasp_output_current_functions_settings current_function |
◆ current_output_function
char current_output_function[GRASP_MAX_OUTPUT_FUNC][_GBL_FILE_PATH_LEN] |
◆ current_stream
char current_stream[GRASP_MAX_OUTPUT_FUNC][_GBL_FILE_PATH_LEN] |
◆ iteration_output_function
char iteration_output_function[GRASP_MAX_OUTPUT_FUNC][_GBL_FILE_PATH_LEN] |
◆ iteration_stream
char iteration_stream[GRASP_MAX_OUTPUT_FUNC][_GBL_FILE_PATH_LEN] |
◆ ncurrent_output_function
int ncurrent_output_function |
◆ ncurrent_stream
int ncurrent_stream |
◆ niteration_output_function
int niteration_output_function |
◆ niteration_stream
int niteration_stream |
◆ nsegment_output_function
int nsegment_output_function |
◆ nsegment_stream
int nsegment_stream |
◆ ntile_output_function
int ntile_output_function |
◆ ntile_stream
int ntile_stream |
◆ segment_function
grasp_output_segment_functions_settings segment_function |
◆ segment_output_function
char segment_output_function[GRASP_MAX_OUTPUT_FUNC][_GBL_FILE_PATH_LEN] |
◆ segment_stream
char segment_stream[GRASP_MAX_OUTPUT_FUNC][_GBL_FILE_PATH_LEN] |
◆ simulated_file
char simulated_file[_GBL_FILE_PATH_LEN] |
◆ tile_function
grasp_output_tile_functions_settings tile_function |
◆ tile_output_function
char tile_output_function[GRASP_MAX_OUTPUT_FUNC][_GBL_FILE_PATH_LEN] |
◆ tile_stream
char tile_stream[GRASP_MAX_OUTPUT_FUNC][_GBL_FILE_PATH_LEN] |