245 void MHEG5rootPrint(
MHEG5Root *root,
char *out);
void MHEG5rootClone(MHEG5Root *destination, MHEG5Root *source)
Implementation of the root part of the Close action.
Definition: mh5root.c:110
MHEG5Final clazz
Definition: mh5root.h:55
void MHEG5rootDestruct(MHEG5Root *root)
Implementation of the Destruction behaviour Destruction This behaviour has the basic semantics of ask...
Definition: mh5root.c:247
MHEG5ErrorCode MHEG5getAvailabilityStatus(MHEG5Root *target, MHEG5GList *params)
Implementation of the GetAvailabilityStatus action GetAvailabilityStatus (AvailabilityStatusVar) Set ...
Definition: mh5root.c:284
Definition: mh5group.h:47
MHEG5ErrorCode MHEG5getRunningStatus(MHEG5Root *target, MHEG5GList *params)
Implementation of the GetRunningStatus action GetRunningStatus (RunningStatusVar) Set the Variable re...
Definition: mh5root.c:336
MHEG5Final
Definition: mh5base.h:186
MH5GroupPtr grp
Definition: mh5root.h:57
long MHEG5Int
Definition: mh5base.h:69
Definition: mh5base.h:165
void MHEG5rootPrepare(MHEG5Root *root)
Implementation of the Preparation behaviour Preparation This behaviour has the basic semantics of all...
Definition: mh5root.c:139
short MHEG5Bool
Definition: mh5base.h:67
MHEG5ErrorCode
Definition: mh5base.h:218
void MHEG5rootDeactivate(MHEG5Root *root)
Implementation of the Deactivation behaviour Deactivation This behaviour has the basic semantics of n...
Definition: mh5root.c:210
struct sMHEG5Root MHEG5Root
MHEG5Bool availabilityStatus
Definition: mh5root.h:52
void MHEG5rootInit(MHEG5Root *root)
Initialise a Root object with default values.
Definition: mh5root.c:87
void MHEG5rootActivate(MHEG5Root *root)
Implementation of the Activation behaviour Activation This behaviour has the basic semantics of immed...
Definition: mh5root.c:187
MHEG5Int id
Definition: mh5root.h:48
MHEG5Bool runningStatus
Definition: mh5root.h:51
void MHEG5rootFree(MHEG5Root *root)
Free off all memory associated with the specified object, including any exchanged attributes and inte...
Definition: mh5root.c:99