| // -------------------------------------------------------- |
| // Code generated by Papyrus C |
| // -------------------------------------------------------- |
| |
| /* |
| * File generated from the CCodegenTest::Package1::Class8 uml class |
| * Generated by the Papyrus C Generator (CEA LIST) |
| * |
| */ |
| |
| // Include self header |
| #include "Class8.h" |
| // Derived includes |
| |
| // ----------------------------------Private and Protected Global VariableDescription---------------------------------- |
| |
| // ----------------------------------Private and Protected Class Functions---------------------------------- |
| /* |
| *------Private/Protected Function Declarations----- |
| */ |
| |
| // ----------------------------------Private and Protected Global Functions---------------------------------- |
| // ----------------------------------Implementation of the class constructor and destructor---------- |
| /* |
| *--Default constructor & destructor implementations- |
| */ |
| Class8* Class8_create() { |
| Class8 *self = (Class8*) malloc(sizeof(Class8)); |
| Class8_init(self); |
| return self; |
| } |
| // default destructor |
| void Class8_destroy(Class8 *self) { |
| free(self); |
| } |
| |
| // ----------------------------------Initialization functions implementation---------------------------------- |
| |
| void Class8_init(Class8 *self) { |
| |
| } |
| |
| // ----------------------------------Functions Implementation---------------------------------- |
| /** |
| * |
| */ |
| int Class8_operation1(Class8 *self, int iVal1, int iVal2, char cVal1, |
| char cVal2) { |
| |
| } |
| |
| /** |
| * |
| */ |
| void Class8_operation2(Class8 *self, int iVal1) { |
| |
| } |
| |
| // ----------------------------------Receptions Implementation---------------------------------- |
| |
| // ----------------------------------Signal Event Process Functions Implementations-------------------------------- |
| |
| // ----------------------------------Call Event Process Functions Implementations---------------------------------- |
| |