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