X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=doc%2Fsrc%2Fuser%2Fexample5.im;fp=doc%2Fsrc%2Fuser%2Fexample5.im;h=635cd1024978e080e049f7ccf0e022283e2c08c9;hb=d486a17c04f3d6d865f787168d446f4cfea3be25;hp=0000000000000000000000000000000000000000;hpb=ef3620529c936a8790d6970c57198b4caee09c0d;p=ric-plt%2Fxapp-frame-cpp.git diff --git a/doc/src/user/example5.im b/doc/src/user/example5.im new file mode 100644 index 0000000..635cd10 --- /dev/null +++ b/doc/src/user/example5.im @@ -0,0 +1,38 @@ + +.if false +================================================================================== + Copyright (c) 2020 Nokia + Copyright (c) 2020 AT&T Intellectual Property. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +================================================================================== +.fi + +&h2(Configuration Interface) +This example is a simple illustration of how the configuration file support +(xAPP descriptor) can be used to suss out configuration parameters before +creating the Xapp object. +The example also illustrates how a notification callback can be used to react +to changes in the configuration. + + +&space +&indent +.** pull in the code from the example directory +&ex_start +.im j=start-example ../../../examples/xapp_t3.cpp +&ex_end +&fig_cen( Simple application making use of the configuration object.) +&uindent +&space +