grasp_output_functions_settings_template.h
Go to the documentation of this file.
1 /*
2  * Copyright 2016 CNRS & Universite Lille 1. All rights reserved.
3  *
4  * Licensed under the GRASP Open Source License V1.0 (see LICENSE file)
5  */
6 
7 #ifndef GRASP_OUTPUT_FUNCTIONS_SETTINGS_H
8 #define GRASP_OUTPUT_FUNCTIONS_SETTINGS_H
9 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
14 @GRASP_OUTPUT_FUNCTIONS_SETTINGS_SEGMENT_INCLUDES@
15 @GRASP_OUTPUT_FUNCTIONS_SETTINGS_TILE_INCLUDES@
16 @GRASP_OUTPUT_FUNCTIONS_SETTINGS_CURRENT_INCLUDES@
17 
18  typedef struct grasp_output_segment_functions_settings_{@GRASP_OUTPUT_FUNCTIONS_SETTINGS_SEGMENT_STRUCT@
20 
21  typedef struct grasp_output_tile_functions_settings_{@GRASP_OUTPUT_FUNCTIONS_SETTINGS_TILE_STRUCT@
23 
24  typedef struct grasp_output_current_functions_settings_{@GRASP_OUTPUT_FUNCTIONS_SETTINGS_CURRENT_STRUCT@
26 
27 #ifdef __cplusplus
28 }
29 #endif
30 
31 #endif /* GRASP_OUTPUT_FUNCTIONS_SETTINGS_H */
Definition: grasp_output_functions_settings_template.h:18
Definition: grasp_output_functions_settings_template.h:24
struct grasp_output_tile_functions_settings_ grasp_output_tile_functions_settings
GRASP_OUTPUT_FUNCTIONS_SETTINGS_SEGMENT_INCLUDES GRASP_OUTPUT_FUNCTIONS_SETTINGS_TILE_INCLUDES GRASP_OUTPUT_FUNCTIONS_SETTINGS_CURRENT_INCLUDES struct grasp_output_segment_functions_settings_ grasp_output_segment_functions_settings
struct grasp_output_current_functions_settings_ grasp_output_current_functions_settings
Definition: grasp_output_functions_settings_template.h:21