blob: 498ec341c896a8a06747df7d53a0755121d8eb99 [file] [log] [blame]
// --------------------------------------------------------
// Code generated by Papyrus C
// --------------------------------------------------------
// This template is called by the main module file
/*
* File generated from the CCodegenTest::Class1 uml class
* Generated by the Papyrus C Generator (CEA LIST)
*
*/
// include of the self header
/* include header file*/
#include "Class1.h"
// Generate import of class ---------------------------------------------
/* "startUserCode" to add imports */
/* "endUserCode" to add imports */
// ----------------------------------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-
*/
// ----------------------------------Initialisation function implementation----------------------------------
// ----------------------------------Function Implementation----------------------------------
/*
*--------------Function Implementation-------------
*/
void Class1__Class1(Class1 *self) {
}
void Class1_Class1(Class1 cSource, Class1 *self) {
self->iVal = cSource.iVal;
}