39 lines
750 B
ReStructuredText
39 lines
750 B
ReStructuredText
.. _si_interfaces_api:
|
|
|
|
Session Items Interfaces
|
|
========================
|
|
.. graphviz::
|
|
:align: center
|
|
|
|
digraph inheritance {
|
|
rankdir=LR;
|
|
GInterface -> WpSiEndpoint;
|
|
GInterface -> WpSiAdapter;
|
|
GInterface -> WpSiLinkable;
|
|
GInterface -> WpSiLink;
|
|
GInterface -> WpSiAcquisition;
|
|
}
|
|
|
|
.. doxygenstruct:: WpSiEndpoint
|
|
|
|
.. doxygenstruct:: _WpSiEndpointInterface
|
|
|
|
.. doxygenstruct:: WpSiAdapter
|
|
|
|
.. doxygenstruct:: _WpSiAdapterInterface
|
|
|
|
.. doxygenstruct:: WpSiLinkable
|
|
|
|
.. doxygenstruct:: _WpSiLinkableInterface
|
|
|
|
.. doxygenstruct:: WpSiLink
|
|
|
|
.. doxygenstruct:: _WpSiLinkInterface
|
|
|
|
.. doxygenstruct:: WpSiAcquisition
|
|
|
|
.. doxygenstruct:: _WpSiAcquisitionInterface
|
|
|
|
.. doxygengroup:: wpsiinterfaces
|
|
:content-only:
|