X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fuser-guide.rst;fp=docs%2Fuser-guide.rst;h=8189ab4ebf02ddc367d1a2c19b07705d3675b876;hb=e87ea199767eccd9a2e51346d7c38a84c7e16d46;hp=7147f0259508020fd98b306b8eae649b5182ea83;hpb=37f008ee7c54649c816b82cb538206dee1dc12c8;p=ric-plt%2Fxapp-frame-py.git diff --git a/docs/user-guide.rst b/docs/user-guide.rst index 7147f02..8189ab4 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -12,6 +12,17 @@ Xapp writers should use the public classes and methods from the Xapp Python framework package as documented below. +Class _BaseXapp +--------------- + +Although this base class should not be used directly, it is inherited by +the public classes shown below and all of this class's public methods are +available for use by application writers. + +.. autoclass:: ricxappframe.xapp_frame._BaseXapp + :members: + + Class RMRXapp -------------