grasp_controller_functions.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 
18 #ifndef GRASP_CONTROLLER_FUNCTIONS_H
19 #define GRASP_CONTROLLER_FUNCTIONS_H
20 
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24 
25 #include "../input/grasp_input_functions.h"
26 #include "../output/grasp_output_functions.h"
27 
49 
50 
51 #ifdef __cplusplus
52 }
53 #endif
54 
55 #endif /* GRASP_CONTROLLER_FUNCTIONS_H */
56 
Definition: grasp_controller_functions.h:31
int ncurrent_output_functions
Number of extension function to print the output from the part of the tile already processed (partial...
Definition: grasp_controller_functions.h:46
grasp_input_driver_t * driver
Driver which is used.
Definition: grasp_controller_functions.h:32
int ntile_output_functions
Number of extension function to print the output from a entire tile.
Definition: grasp_controller_functions.h:43
grasp_output_segment_function_t * segment_output_functions
Output segment function pointers.
Definition: grasp_controller_functions.h:38
Definition: grasp_output_functions.h:33
grasp_output_segment_function_t * iteration_output_functions
Output segment function pointers that will be use for the iterations output.
Definition: grasp_controller_functions.h:41
struct grasp_processing_functions_t_ grasp_processing_functions_t
grasp_output_tile_function_t * tile_output_functions
Output tile function pointers.
Definition: grasp_controller_functions.h:44
Definition: grasp_output_functions.h:47
int niteration_output_functions
Number of extension function to print the output of every iteration of the retrieval.
Definition: grasp_controller_functions.h:40
Definition: grasp_output_functions.h:61
grasp_input_transformer_t * transformers
Transformer extension functions.
Definition: grasp_controller_functions.h:35
int nsegment_output_functions
Number of extension function to print the output from a single segment.
Definition: grasp_controller_functions.h:37
int ntransformers
Number of transformer function will be used.
Definition: grasp_controller_functions.h:34
Definition: grasp_input_functions.h:40
grasp_output_current_function_t * current_output_functions
Output current function pointers.
Definition: grasp_controller_functions.h:47
Definition: grasp_input_functions.h:51