Go to the source code of this file.
◆ BUFFER_BYTES_FREE
Value: ((
x) -> tail > (
x) -> head \
?
sizeof ((
x) -> buf) - ((
x) -> tail - (
x) -> head) \
: (
x) -> head - (
x) -> tail)
Definition at line 57 of file buffer.h.
◆ BYTES_IN_BUFFER
Value: ((
x) -> tail > (
x) -> head \
? (
x) -> tail - (
x) -> head - 1 \
:
sizeof ((
x) -> buf) - ((
x) -> head - (
x) -> tail) - 1)
Definition at line 62 of file buffer.h.
◆ OMAPI_BUF_SIZE
◆ omapi_buffer_t
◆ omapi_connection_copyin()
◆ omapi_connection_copyout()
◆ omapi_connection_flush()
◆ omapi_connection_get_uint16()
◆ omapi_connection_get_uint32()
◆ omapi_connection_put_uint16()
◆ omapi_connection_put_uint32()
◆ omapi_connection_require()