openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Public Attributes | List of all members
limpet::IMPinfo Struct Reference

#include <ION_IF.h>

Collaboration diagram for limpet::IMPinfo:

Public Attributes

char * name
 IMP name. More...
 
int sz
 storage required More...
 
int nplug
 number of plugins More...
 
IMPinfoplug
 plugins More...
 
bool compatible
 does IM match stored IM More...
 
int map
 which plugin does this IMO match More...
 
int offset
 offset into node data More...
 
uint64_t fingerprint
 saved SV-layout fingerprint (format >= 3; 0 otherwise) More...
 

Detailed Description

Definition at line 128 of file ION_IF.h.

Member Data Documentation

◆ compatible

bool limpet::IMPinfo::compatible

does IM match stored IM

Definition at line 133 of file ION_IF.h.

◆ fingerprint

uint64_t limpet::IMPinfo::fingerprint

saved SV-layout fingerprint (format >= 3; 0 otherwise)

Definition at line 136 of file ION_IF.h.

◆ map

int limpet::IMPinfo::map

which plugin does this IMO match

Definition at line 134 of file ION_IF.h.

◆ name

char* limpet::IMPinfo::name

IMP name.

Definition at line 129 of file ION_IF.h.

◆ nplug

int limpet::IMPinfo::nplug

number of plugins

Definition at line 131 of file ION_IF.h.

◆ offset

int limpet::IMPinfo::offset

offset into node data

Definition at line 135 of file ION_IF.h.

◆ plug

IMPinfo* limpet::IMPinfo::plug

plugins

Definition at line 132 of file ION_IF.h.

◆ sz

int limpet::IMPinfo::sz

storage required

Definition at line 130 of file ION_IF.h.


The documentation for this struct was generated from the following file: