BRL-CAD
ged_subprocess Struct Reference

#include <defines.h>

Collaboration diagram for ged_subprocess:
[legend]

Data Fields

uint32_t magic
 magic number More...
 
struct bu_process * p
 
void * chan
 
int aborted
 
struct gedgedp
 
int stdin_active
 
int stdout_active
 
int stderr_active
 

Detailed Description

Definition at line 118 of file defines.h.

Field Documentation

◆ magic

uint32_t magic

magic number

Definition at line 119 of file defines.h.

◆ p

struct bu_process* p

Definition at line 120 of file defines.h.

◆ chan

void* chan

Definition at line 121 of file defines.h.

◆ aborted

int aborted

Definition at line 122 of file defines.h.

◆ gedp

struct ged* gedp

Definition at line 123 of file defines.h.

◆ stdin_active

int stdin_active

Definition at line 124 of file defines.h.

◆ stdout_active

int stdout_active

Definition at line 125 of file defines.h.

◆ stderr_active

int stderr_active

Definition at line 126 of file defines.h.


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