openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Namespaces | Macros | Functions | Variables
ION_IF.cc File Reference

Specify an interface for an IMP. More...

#include "limpet_types.h"
#include "ION_IF.h"
#include <stdarg.h>
Include dependency graph for ION_IF.cc:

Go to the source code of this file.

Namespaces

 limpet
 

Macros

#define offsetof(TYPE, MEMBER)   ((size_t) &((TYPE *)0)->MEMBER)
 

Functions

char * limpet::tokstr_r (char *s1, const char *s2, char **lasts)
 
void limpet::initialize_ts (Target target, ts *tstp, int ng, int *skp, double dt)
 
void limpet::update_ts (ts *ptstp)
 
void * limpet::memmem (void *haystack, int sz_hay, void *needle, int sz_n)
 
char * limpet::get_next_list (char *lst, char delimiter)
 
bool limpet::verify_flags (const char *flags, const char *given)
 
bool limpet::flag_set (const char *flags, const char *target)
 

Variables

FILE_SPEC limpet::_nc_logf = NULL
 
int * limpet::curr_node_list
 needed to determine the global node number More...
 

Detailed Description

Specify an interface for an IMP.

Author
Edward Vigmond
Version
Date
2019-10-25

Definition in file ION_IF.cc.

Macro Definition Documentation

◆ offsetof

#define offsetof (   TYPE,
  MEMBER 
)    ((size_t) &((TYPE *)0)->MEMBER)

Definition at line 109 of file ION_IF.cc.