File: plugins.rst

package info (click to toggle)
c-blosc2 2.23.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 14,060 kB
  • sloc: ansic: 46,362; python: 332; lisp: 82; makefile: 36; sh: 3
file content (53 lines) | stat: -rw-r--r-- 897 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Plugins
=======

Filters
-------

.. doxygentypedef:: blosc2_filter_forward_cb
.. doxygentypedef:: blosc2_filter_backward_cb

.. doxygenstruct:: blosc2_filter
   :members:

.. doxygenfunction:: blosc2_register_filter

Codecs
------

.. doxygentypedef:: blosc2_codec_encoder_cb
.. doxygentypedef:: blosc2_codec_decoder_cb

.. doxygenstruct:: blosc2_codec
   :members:

.. doxygenfunction:: blosc2_register_codec

Tuners
------

.. doxygenstruct:: blosc2_tuner
   :members:

.. doxygenfunction:: blosc2_register_tuner


IO backends
-----------

.. doxygentypedef:: blosc2_open_cb
.. doxygentypedef:: blosc2_close_cb
.. doxygentypedef:: blosc2_write_cb
.. doxygentypedef:: blosc2_read_cb
.. doxygentypedef:: blosc2_truncate_cb


.. doxygenstruct:: blosc2_io_cb
   :members:

.. doxygenstruct:: blosc2_io
   :members:

.. doxygenfunction:: blosc2_register_io_cb

.. doxygenfunction:: blosc2_get_io_cb