![]() |
MHEG5
18.9.0
MHEG5 Documentation
|
#include <mh5program.h>
Public Attributes | |
MHEG5Ingredient | ingredient |
MHEG5String | name |
MHEG5Bool | initiallyAvailable |
MHEG5Int | programConnectionTag |
MHEG5GList * | parameter |
MHEG5Bool | forked |
MHEG5Bool * | forkSucceededValue |
void * | resultValue |
void * | resultCode |
MHEG5ErrorCode(* | startFunc )(struct MHEG5Program_struct *) |
void(* | stopFunc )(struct MHEG5Program_struct *) |
Definition at line 44 of file mh5program.h.
MHEG5Bool MHEG5Program_struct::forked |
Definition at line 58 of file mh5program.h.
MHEG5Bool* MHEG5Program_struct::forkSucceededValue |
Definition at line 59 of file mh5program.h.
MHEG5Ingredient MHEG5Program_struct::ingredient |
Definition at line 47 of file mh5program.h.
MHEG5Bool MHEG5Program_struct::initiallyAvailable |
Definition at line 51 of file mh5program.h.
MHEG5String MHEG5Program_struct::name |
Definition at line 50 of file mh5program.h.
MHEG5GList* MHEG5Program_struct::parameter |
Definition at line 57 of file mh5program.h.
MHEG5Int MHEG5Program_struct::programConnectionTag |
Definition at line 52 of file mh5program.h.
void* MHEG5Program_struct::resultCode |
Definition at line 61 of file mh5program.h.
void* MHEG5Program_struct::resultValue |
Definition at line 60 of file mh5program.h.
MHEG5ErrorCode(* MHEG5Program_struct::startFunc) (struct MHEG5Program_struct *) |
Definition at line 62 of file mh5program.h.
void(* MHEG5Program_struct::stopFunc) (struct MHEG5Program_struct *) |
Definition at line 63 of file mh5program.h.