blob: f2644d319321b0385778aedbd6ffe4a5552a9c88 [file] [log] [blame]
// --------------------------------------------------------
// Code generated by Papyrus C
// --------------------------------------------------------
/*
* File generated from the CCodegenTest::Class7 uml class
* Generated by the Papyrus C Generator (CEA LIST)
*
*/
// Include self header
#include "Class7.h"
// Derived includes
// ----------------------------------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));
Class7_init(self);
return self;
}
// default destructor
void Class7_destroy(Class7 *self) {
free(self);
}
// ----------------------------------Initialization functions implementation----------------------------------
void Class7_init(Class7 *self) {
}
// ----------------------------------Functions Implementation----------------------------------
// ----------------------------------Receptions Implementation----------------------------------
// ----------------------------------Signal Event Process Functions Implementations--------------------------------
// ----------------------------------Call Event Process Functions Implementations----------------------------------