blob: 21536296b2f2d391b4edfa60198a3b4d0572aba3 [file] [log] [blame]
// --------------------------------------------------------
// Code generated by Papyrus C
// --------------------------------------------------------
// This template is called by the main module file
/*
* File generated from the CCodegenTest::Class4 uml class
* Generated by the Papyrus C Generator (CEA LIST)
*
*/
// include of the self header
/* include header file*/
#include "Class4.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-
*/
Class4* Class4_create() {
Class4* self = (Class4*) malloc(sizeof(Class4));
return self;
}
// default destructor
void Class4_destroy(Class4* self) {
free(self);
}
// ----------------------------------Initialisation function implementation----------------------------------
/*
*----Default value initialization implementation---
*/
void Class4_init(Class4* self) {
}
// ----------------------------------Function Implementation----------------------------------
/*
*--------------Function Implementation-------------
*/