huybuidac20593 / yakindu

Automatically exported from code.google.com/p/yakindu
0 stars 0 forks source link

generate of header file for interface is wrong #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
generate of header file for interface is wrong 

  xyz_raiseEvent_Event* event);

missing "("    

****************************************************

#ifdef INTERFACE_LISTENER

extern void gPS_if_LedGreen_init(Statemachine_cy* statemachine,
        EventSet* eventSet);
extern void gPS_if_LedGreen_set_listener(handleEvent handleEventPtr);
extern void gPS_if_LedGreen_raiseEvent_Event* event);

#else

Original issue reported on code.google.com by AxelTerfloth on 28 Jun 2012 at 1:32

GoogleCodeExporter commented 9 years ago

Original comment by AxelTerfloth on 28 Jun 2012 at 1:38

GoogleCodeExporter commented 9 years ago
The new version of the c code generator fixed this bug by applying a different 
code generation approach for the state machine API.

Original comment by AxelTerfloth on 13 Oct 2012 at 8:49

GoogleCodeExporter commented 9 years ago

Original comment by AxelTerfloth on 29 Sep 2014 at 2:05