|
openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
data structure to manage trace dumps. Should eventually be combined with the state variable dumps, but I'm keeping it separate for now for my own sanity. More...
#include <MULTI_ION_IF.h>
Public Attributes | |
| bool | found |
| found on this node More... | |
| bool | ignored |
| globally not found More... | |
| node_index_t | node_idx |
| local node number More... | |
| int | region |
| opencarp::FILE_SPEC | file |
data structure to manage trace dumps. Should eventually be combined with the state variable dumps, but I'm keeping it separate for now for my own sanity.
Definition at line 195 of file MULTI_ION_IF.h.
| opencarp::FILE_SPEC limpet::Trace_Info::file |
Definition at line 200 of file MULTI_ION_IF.h.
| bool limpet::Trace_Info::found |
found on this node
Definition at line 196 of file MULTI_ION_IF.h.
| bool limpet::Trace_Info::ignored |
globally not found
Definition at line 197 of file MULTI_ION_IF.h.
| node_index_t limpet::Trace_Info::node_idx |
local node number
Definition at line 198 of file MULTI_ION_IF.h.
| int limpet::Trace_Info::region |
Definition at line 199 of file MULTI_ION_IF.h.