the final class of MkBufferStreamS with 1024 byte ILS-Size … More...
#include <LibMkKernel_mk.h>
Data Fields | ||
union { | ||
struct MkObjectS obj | ||
struct MkBufferS buf | ||
struct MkBufferStreamS bus | ||
} | super | |
MK_BINB | ils_data [MkBufferStream1024_ils_size] | |
ILS storage | ||
the final class of MkBufferStreamS with 1024 byte ILS-Size …
This buffer is used for medium-data-io (default in Programming-Language-Micro-Kernel (PLMK)).
Definition at line 7545 of file LibMkKernel_mk.h.
struct MkBufferS MkBufferStream1024S::buf |
Definition at line 7550 of file LibMkKernel_mk.h.
struct MkBufferStreamS MkBufferStream1024S::bus |
Definition at line 7551 of file LibMkKernel_mk.h.
MK_BINB MkBufferStream1024S::ils_data[MkBufferStream1024_ils_size] |
ILS storage
Definition at line 7557 of file LibMkKernel_mk.h.
struct MkObjectS MkBufferStream1024S::obj |
Definition at line 7549 of file LibMkKernel_mk.h.
union { ... } MkBufferStream1024S::super |