159 void MHEG5programPrint(
MHEG5Program *program,
char *out);
void MHEG5programFree(MHEG5Program *program)
Free off all memory associated with the specified object, including any exchanged attributes and inte...
Definition: mh5program.c:121
void MHEG5programDeactivate(MHEG5Program *program)
Definition: mh5program.c:314
void(* stopFunc)(struct MHEG5Program_struct *)
Definition: mh5program.h:63
Implementation of the Ingredient class.
void MHEG5residentProgramFree(MHEG5Program *program)
Free off all memory associated with the specified object, including any exchanged attributes and inte...
Definition: mh5program.c:152
MHEG5ErrorCode(* startFunc)(struct MHEG5Program_struct *)
Definition: mh5program.h:62
void MHEG5remoteProgramInit(MHEG5Program *program)
Initialise a remoteProgram object with default values.
Definition: mh5program.c:164
Definition: mh5ingredient.h:63
void * resultCode
Definition: mh5program.h:61
MHEG5Bool initiallyAvailable
Definition: mh5program.h:51
long MHEG5Int
Definition: mh5base.h:69
MHEG5ErrorCode MHEG5call(MHEG5Root *target, MHEG5GList *params)
Definition: mh5program.c:364
void * resultValue
Definition: mh5program.h:60
Definition: mh5base.h:165
MHEG5GList * parameter
Definition: mh5program.h:57
struct MHEG5Program_struct MHEG5Program
short MHEG5Bool
Definition: mh5base.h:67
MHEG5ErrorCode
Definition: mh5base.h:218
MHEG5ErrorCode MHEG5fork(MHEG5Root *target, MHEG5GList *params)
Definition: mh5program.c:459
MHEG5Bool forked
Definition: mh5program.h:58
MHEG5String name
Definition: mh5program.h:50
MHEG5Int programConnectionTag
Definition: mh5program.h:52
void MHEG5interchangedProgramInit(MHEG5Program *program)
Initialise a interchangedProgram object with default values.
Definition: mh5program.c:190
void MHEG5remoteProgramFree(MHEG5Program *program)
Free off all memory associated with the specified object, including any exchanged attributes and inte...
Definition: mh5program.c:178
Definition: mh5program.h:44
MHEG5ErrorCode MHEG5programActivate(MHEG5Program *program)
Definition: mh5program.c:236
MHEG5Bool * forkSucceededValue
Definition: mh5program.h:59
void MHEG5interchangedProgramFree(MHEG5Program *program)
Free off all memory associated with the specified object, including any exchanged attributes and inte...
Definition: mh5program.c:204
MHEG5Ingredient ingredient
Definition: mh5program.h:47
void MHEG5residentProgramInit(MHEG5Program *program)
<Function description>="">
Definition: mh5program.c:138
void MHEG5programPrepare(MHEG5Program *program)
Definition: mh5program.c:214
void MHEG5programDestruct(MHEG5Program *program)
Definition: mh5program.c:327