blob: b58296c801f755d1f4917639d62230d5be4c00aa [file] [log] [blame]
// --------------------------------------------------------
// Code generated by Papyrus C
// --------------------------------------------------------
/*
* File generated from the CCodegenTest::Class5 uml class
* Generated by the Papyrus C Generator (CEA LIST)
*
*/
#ifndef CLASS5_H_
#define CLASS5_H_
/*
*---------------Includes and declares--------------
*/
// Derived includes
// End of Derived includes
// Derived declares
// End of Derived declares
// Std headers
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
// End of Std headers
/*
*--------------Public Class Description-------------
*/
// Structure
/* Class Macro definition */
#define Class5(OBJ) ((Class5*)OBJ)
/**
*
*/
typedef struct Class5 Class5;
struct Class5 {
int externalProp;
};
// Constructor and destructor declarations
/*
*----Default constructor & destructor prototypes---
*/
/**
* Dynamic instantiation of a Class5 structure
* @return Class5 instance pointer
*/
Class5* Class5_create();
/**
* Dynamic destruction of a Class5 structure instantiation
* @param Pointer to an instance of the Class5 structure
* @return void
*/
void Class5_destroy(Class5*);
// Property initialisation declarations
// Class methods declarations
/*
*---------------Function Declarations--------------
*/
int
Class5_pureVirtualOp(Class5 *self);
int*
Class5_pureVirtualConstOp(Class5 *self);
// Class receptions declarations
// ----------------------------------Public Global VariableDescription----------------------------------
// ----------------------------------Global Public Functions----------------------------------
// ----------------------------------Signal Event Process Functions Implementations--------------------------------
// ----------------------------------Call Event Process Functions ----------------------------------
#endif /*CLASS5_H_*/