|
theKernel 10.0
|
the final class of MkBufferStreamS with 1024 byte ILS-Size … More...
#include <LibMkKernel_mk.h>
Collaboration diagram for MkBufferStream1024S:Public Attributes | ||
| 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 8051 of file LibMkKernel_mk.h.
| struct MkBufferS MkBufferStream1024S::buf |
Definition at line 8056 of file LibMkKernel_mk.h.
| struct MkBufferStreamS MkBufferStream1024S::bus |
Definition at line 8057 of file LibMkKernel_mk.h.
| MK_BINB MkBufferStream1024S::ils_data[MkBufferStream1024_ils_size] |
ILS storage
Definition at line 8063 of file LibMkKernel_mk.h.
| struct MkObjectS MkBufferStream1024S::obj |
Definition at line 8055 of file LibMkKernel_mk.h.
| union { ... } MkBufferStream1024S::super |