Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

generate of header file for interface is wrong #12

Closed
GoogleCodeExporter opened this issue Apr 24, 2015 · 3 comments
Closed

generate of header file for interface is wrong #12

GoogleCodeExporter opened this issue Apr 24, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Added labels: Priority-Critical
  • Removed labels: Priority-High

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

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

  • Added labels: archived

@terfloth terfloth modified the milestone: Done in Google Code Oct 16, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants