Go to the source code of this file.
Functions | |
int | main () |
Variables | |
static const char * | xml_maintree |
static const char * | xml_subtree |
int main | ( | ) |
Definition at line 68 of file t14_subtree_model.cpp.
|
static |
Here, when calling "MySub", only sub_in_name
and sub_out_state
are explicitly remapped. We will use the default values for the other two.
Definition at line 51 of file t14_subtree_model.cpp.
|
static |
You can optionally add a model to a SubTrees, in this case, "MySub". We are telling the factory that the callee should remap two mandatory inputs, and two outputs:
The callee (parent tree, including the subtree) MUST specify those remapping which have no default value.
Definition at line 25 of file t14_subtree_model.cpp.