BRL-CAD
Loading...
Searching...
No Matches
ged_subprocess Struct Reference

#include <defines.h>

Collaboration diagram for ged_subprocess:
[legend]

Data Fields

uint32_t magic
 magic number
 
struct bu_process * p
 
voidchan
 
int aborted
 
struct gedgedp
 
bu_clbk_t end_clbk
 function called when process completes
 
voidend_clbk_data
 
int stdin_active
 
int stdout_active
 
int stderr_active
 

Detailed Description

Definition at line 112 of file defines.h.

Field Documentation

◆ magic

uint32_t magic

magic number

Definition at line 113 of file defines.h.

◆ p

struct bu_process* p

Definition at line 114 of file defines.h.

◆ chan

void* chan

Definition at line 115 of file defines.h.

◆ aborted

int aborted

Definition at line 116 of file defines.h.

◆ gedp

struct ged* gedp

Definition at line 117 of file defines.h.

◆ end_clbk

bu_clbk_t end_clbk

function called when process completes

Definition at line 118 of file defines.h.

◆ end_clbk_data

void* end_clbk_data

Definition at line 119 of file defines.h.

◆ stdin_active

int stdin_active

Definition at line 120 of file defines.h.

◆ stdout_active

int stdout_active

Definition at line 121 of file defines.h.

◆ stderr_active

int stderr_active

Definition at line 122 of file defines.h.


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