CPN
Computational Process Networks
Public Attributes | List of all members
CPN::LocalContext::KernelInfo Struct Reference

#include <LocalContext.h>

+ Collaboration diagram for CPN::LocalContext::KernelInfo:

Public Attributes

std::string name
 
std::string hostname
 
std::string servname
 
KernelBasekernel
 
bool live
 
bool dead
 
bool allowremote
 

Detailed Description

Struct to hold kernel information.

Definition at line 45 of file LocalContext.h.

Member Data Documentation

bool CPN::LocalContext::KernelInfo::allowremote

Definition at line 52 of file LocalContext.h.

bool CPN::LocalContext::KernelInfo::dead

Definition at line 51 of file LocalContext.h.

std::string CPN::LocalContext::KernelInfo::hostname

Definition at line 47 of file LocalContext.h.

KernelBase* CPN::LocalContext::KernelInfo::kernel

Definition at line 49 of file LocalContext.h.

bool CPN::LocalContext::KernelInfo::live

Definition at line 50 of file LocalContext.h.

std::string CPN::LocalContext::KernelInfo::name

Definition at line 46 of file LocalContext.h.

std::string CPN::LocalContext::KernelInfo::servname

Definition at line 48 of file LocalContext.h.


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