ICON Community Interface 0.4.0
Loading...
Searching...
No Matches
simple_c_plugin.c File Reference
#include <comin.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Include dependency graph for simple_c_plugin.c:

Go to the source code of this file.

Functions

void simple_c_constructor ()
 
void simple_c_diagfct ()
 
void simple_c_destructor ()
 
void comin_main ()
 

Variables

void * pres
 
void * simple_c_var
 
void * simple_c_tracer
 

Function Documentation

◆ comin_main()

void comin_main ( )

Definition at line 126 of file simple_c_plugin.c.

Here is the call graph for this function:

◆ simple_c_constructor()

void simple_c_constructor ( )

Definition at line 28 of file simple_c_plugin.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ simple_c_destructor()

void simple_c_destructor ( )

Definition at line 124 of file simple_c_plugin.c.

Here is the caller graph for this function:

◆ simple_c_diagfct()

void simple_c_diagfct ( )

Definition at line 102 of file simple_c_plugin.c.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ pres

void* pres

Definition at line 26 of file simple_c_plugin.c.

◆ simple_c_tracer

void * simple_c_tracer

Definition at line 26 of file simple_c_plugin.c.

◆ simple_c_var

void * simple_c_var

Definition at line 26 of file simple_c_plugin.c.