Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

csimmex.h File Reference


Detailed Description

Declares all csimMex<command> functions.

#include <mex.h>
#include "globaldefinitions.h"

Go to the source code of this file.

Functions

Variables


Function Documentation

void csimMexCleanUp void   ) 
 

When the CSIM MEX-file is cleared (e.g. at an exit from matlab) this function will be called.

This function is registered as MEX exit function via mexAtExit(). Within this function one has to make sure that we "clean up" properly.