In the
directory run $STUDENT_SRC/componentsmake .functions.CubeFunction-cxx
to generate the C++ server-side binding for the component class
functions.CubeFunction. The output from this
step should look something like this:
### Generating a cxx implementation for the CubeFunction component babel -s cxx -R../xml_repository -R/san/cca/cca-tools_gcc_intelF90_PIC/share/cca-spec-babel-0_7_8-babel-0.10.10/xml \ -g -u -E -l -m "functions.CubeFunction." --suppress-timestamp functions.CubeFunction Babel: Resolved symbol "functions.CubeFunction"... touch .functions.CubeFunction
Upon completion of this step, the directory
should contain two additional files,
$STUDENT_SRC/components/functions/cxxfunctions_CubeFunction_Impl.cxx and
functions_CubeFunction_Impl.hxx which will be
edited to provide the implementation of the newly defined
component.