The following
properties, listed for C++ and C,
are related to the use of the serialization methods:
- CPP_CG::Framework::ReactiveGetStateCall
Default value is OMReactive::getState();
Defines the prototype of the getState framework
method.
- CPP_CG::Framework::ReactiveSetStateCall
Default value is OMReactive::setState(p_state);
Defines the prototype of the setState framework
method.
- CPP_CG::Framework::ReactiveStateType
Default value is unsigned long
Defines the oxfstate type.
- C_CG::Framework::ReactiveGetStateCall
Default value is RiCReactive_getState(ric_reactive);
Defines the prototype of the getState framework
method.
- C_CG::Framework::ReactiveSetStateCall
Default value is RiCReactive_setState(ric_reactive,
p_state);
Defines the prototype of
the setState framework method.
- C_CG::Framework::ReactiveStateType
Default value is long
Defines the oxfstate type.