// -------------------------------------------------------- | |
// Code generated by Papyrus C | |
// -------------------------------------------------------- | |
// This template is called by the main module file | |
/* | |
* File generated from the CCodegenTest::Class6 uml class | |
* Generated by the Papyrus C Generator (CEA LIST) | |
* | |
*/ | |
// include of the self header | |
/* include header file*/ | |
#include "Class6.h" | |
// Generate import of class --------------------------------------------- | |
/* "startUserCode" to add imports */ | |
/* "endUserCode" to add imports */ | |
// ----------------------------------Private and Protected Global VariableDescription---------------------------------- | |
// ----------------------------------Private and Protected Class Functions---------------------------------- | |
// ----------------------------------Private and Protected Global Functions---------------------------------- | |
// ----------------------------------Implementation of the class constructor and destructor---------- | |
/* | |
*--Default constructor & destructor implementations- | |
*/ | |
Class6* Class6_create() { | |
Class6* self = (Class6*) malloc(sizeof(Class6)); | |
return self; | |
} | |
// default destructor | |
void Class6_destroy(Class6* self) { | |
free(self); | |
} | |
// ----------------------------------Initialisation function implementation---------------------------------- | |
// ----------------------------------Function Implementation---------------------------------- | |
/* | |
*--------------Function Implementation------------- | |
*/ | |
int Class5_pureVirtualOp(Class5 *self) { | |
} | |
int* | |
Class5_pureVirtualConstOp(Class5 *self) { | |
} | |