Ember
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
callback.h File Reference
#include <stdexcept>
#include "mathUtils.h"
Include dependency graph for callback.h:
This graph shows which files directly or indirectly include this file:

Classes

class  LoggerCallback
 
class  IntegratorCallback
 

Typedefs

typedef void(* logger_callback_wrapper) (const std::string &, int, void *, void **)
 
typedef double(* integrator_callback_wrapper) (double, double, double, double, dvec &, void *, void **)
 

Functions

int translate_callback_exception ()
 

Typedef Documentation

◆ logger_callback_wrapper

typedef void(* logger_callback_wrapper) (const std::string &, int, void *, void **)

◆ integrator_callback_wrapper

typedef double(* integrator_callback_wrapper) (double, double, double, double, dvec &, void *, void **)

Function Documentation

◆ translate_callback_exception()

int translate_callback_exception ( )