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

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>

Collaboration diagram for limpet::Trace_Info:

Public Attributes

bool found
 found on this node More...
 
bool ignored
 globally not found More...
 
int node_idx
 local node number More...
 
int region
 
opencarp::FILE_SPEC file
 

Detailed Description

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 184 of file MULTI_ION_IF.h.

Member Data Documentation

◆ file

opencarp::FILE_SPEC limpet::Trace_Info::file

Definition at line 189 of file MULTI_ION_IF.h.

◆ found

bool limpet::Trace_Info::found

found on this node

Definition at line 185 of file MULTI_ION_IF.h.

◆ ignored

bool limpet::Trace_Info::ignored

globally not found

Definition at line 186 of file MULTI_ION_IF.h.

◆ node_idx

int limpet::Trace_Info::node_idx

local node number

Definition at line 187 of file MULTI_ION_IF.h.

◆ region

int limpet::Trace_Info::region

Definition at line 188 of file MULTI_ION_IF.h.


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