/* * Define here the outputs for the module */ #ifndef _OUTPUTS_H #define _OUTPUTS_H char output_data[INPUT_MAX_DATA]; /** configure output interfaces */ struct utils_itf output_itfs[] = { {"output", sizeof(input1_t), INPUT_MAX_DATA, output_data, NULL, NULL, }, {NULL, 0, 0, 0, 0, 0}}; /** =============== End ================ */ #endif /* _OUTPUTS_H */