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
 
void(* end_clbk )(int, void *)
 function called when process completes More...
 
void * end_clbk_data
 
int stdin_active
 
int stdout_active
 
int stderr_active
 

Detailed Description

Definition at line 128 of file defines.h.

Field Documentation

◆ magic

uint32_t magic

magic number

Definition at line 129 of file defines.h.

◆ p

struct bu_process* p

Definition at line 130 of file defines.h.

◆ chan

void* chan

Definition at line 131 of file defines.h.

◆ aborted

int aborted

Definition at line 132 of file defines.h.

◆ gedp

struct ged* gedp

Definition at line 133 of file defines.h.

◆ end_clbk

void(* end_clbk) (int, void *)

function called when process completes

Definition at line 134 of file defines.h.

◆ end_clbk_data

void* end_clbk_data

Definition at line 135 of file defines.h.

◆ stdin_active

int stdin_active

Definition at line 136 of file defines.h.

◆ stdout_active

int stdout_active

Definition at line 137 of file defines.h.

◆ stderr_active

int stderr_active

Definition at line 138 of file defines.h.


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