Generic initialisation event

Name

Generic initialisation event -- Used for initial conditions

Synopsis


#include <gfs.h>


#define     GFS_IS_INIT                     (obj)

GfsEventClass* gfs_init_class               (void);

Description

GfsInit events happen in the order in which they appear in the parameter file and before any other event.

The syntax in parameter files is as follows:

[ GfsEvent ]

Details

GFS_IS_INIT()

#define     GFS_IS_INIT(obj)

obj : 


gfs_init_class ()

GfsEventClass* gfs_init_class               (void);

Returns :