| // -------------------------------------------------------- |
| // Code generated by Papyrus C |
| // -------------------------------------------------------- |
| |
| /* |
| * File generated from the CCodegenTest::Class1 uml class |
| * Generated by the Papyrus C Generator (CEA LIST) |
| * |
| */ |
| |
| // Include self header |
| #include "Class1.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- |
| */ |
| |
| // ----------------------------------Initialization functions implementation---------------------------------- |
| // ----------------------------------Functions Implementation---------------------------------- |
| /** |
| * Destructor |
| */ |
| void Class1__Class1(Class1 *self) { |
| |
| } |
| |
| /** |
| * Copy constructor |
| */ |
| void Class1_Class1(Class1 cSource, Class1 *self) { |
| |
| self->iVal = cSource.iVal; |
| } |
| |
| // ----------------------------------Receptions Implementation---------------------------------- |
| |
| // ----------------------------------Signal Event Process Functions Implementations-------------------------------- |
| |
| // ----------------------------------Call Event Process Functions Implementations---------------------------------- |
| |