X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ricxappframe%2Fxapp_sdl.py;fp=ricxappframe%2Fxapp_sdl.py;h=17e48b9a31edfb467540c37e298a0ccb464623be;hb=e87ea199767eccd9a2e51346d7c38a84c7e16d46;hp=6c4bbf3f7ac0bf25846435b91e17743599fe696b;hpb=37f008ee7c54649c816b82cb538206dee1dc12c8;p=ric-plt%2Fxapp-frame-py.git diff --git a/ricxappframe/xapp_sdl.py b/ricxappframe/xapp_sdl.py index 6c4bbf3..17e48b9 100644 --- a/ricxappframe/xapp_sdl.py +++ b/ricxappframe/xapp_sdl.py @@ -25,15 +25,12 @@ from ricsdl.syncstorage import SyncStorage class SDLWrapper: """ - This is a wrapper around the SDL Python interface. - - We do not embed the below directly in the Xapp classes because - this SDL wrapper is useful for other python apps, for example A1 - Mediator uses this verbatim. Therefore, we leave this here as a - separate object so it can be used outside of xapps. - - This class optionally uses msgpack for binary (de)serialization: + Provides convenient wrapper methods for using the SDL Python interface. + Optionally uses msgpack for binary (de)serialization: see https://msgpack.org/index.html + + Published as a standalone module (and kept separate from the Xapp + framework classes) so these features can be used outside Xapps. """ def __init__(self, use_fake_sdl=False):