theKernel 10.0
Loading...
Searching...
No Matches
csmkkernel.MkKernel Class Reference

MkKernel PACKAGE - The package is the toplevel structure of the Programming-Language-Micro-Kernel (PLMK)More...

Static Public Member Functions

static MkErrorE ErrorE_FromInt (int value)
  C#: [static] MkErrorE ErrorE_FromInt(int value) C-API
return the MkErrorE from integer …
 
static MkIdSE IdSE_FromInt (int value)
  C#: [static] MkIdSE IdSE_FromInt(int value) C-API
return the MkIdSE from integer …
 
static MkTimeoutE TimeoutE_FromInt (int value)
  C#: [static] MkTimeoutE TimeoutE_FromInt(int value) C-API
return the MkTimeoutE from integer …
 
static MkTypeE TypeE_FromInt (int value)
  C#: [static] MkTypeE TypeE_FromInt(int value) C-API
return the MkTypeE from integer …
 
static int ErrorE_ToInt (MkErrorE value)
  C#: [static] int ErrorE_ToInt(MkErrorE value) C-API
return the MkErrorE as integer …
 
static string ErrorE_ToString (MkErrorE value)
  C#: [static] string ErrorE_ToString(MkErrorE value) C-API
return the MkErrorE as string …
 
static int IdSE_ToInt (MkIdSE value)
  C#: [static] int IdSE_ToInt(MkIdSE value) C-API
return the MkIdSE as integer …
 
static string IdSE_ToString (MkIdSE value)
  C#: [static] string IdSE_ToString(MkIdSE value) C-API
return the MkIdSE as string …
 
static int TimeoutE_ToInt (MkTimeoutE value)
  C#: [static] int TimeoutE_ToInt(MkTimeoutE value) C-API
return the MkTimeoutE as integer …
 
static string TimeoutE_ToString (MkTimeoutE value)
  C#: [static] string TimeoutE_ToString(MkTimeoutE value) C-API
return the MkTimeoutE as string …
 
static int TypeE_ToInt (MkTypeE value)
  C#: [static] int TypeE_ToInt(MkTypeE value) C-API
return the MkTypeE as integer …
 
static string TypeE_ToString (MkTypeE value)
  C#: [static] string TypeE_ToString(MkTypeE value) C-API
return the MkTypeE as string …
 
static void Cleanup ()
  C#: [static] Cleanup() C-API
cleanup csmkkernel internal memory …
 
static void Setup ()
  C#: [static] Setup() C-API
setup csmkkernel internal memory …
 

Detailed Description

MkKernel PACKAGE - The package is the toplevel structure of the Programming-Language-Micro-Kernel (PLMK)


The csmkkernel package is loaded with:

using csmsgque; 

and is a composition of one or more class-item.

The csmkkernel package add the following public classes into MkObjectC_C_API :

Object C-Type Description
MkObjectC MK_OBJ MkObjectC - class known as obj or object is used as base-class type for a Programming-Language-Micro-Kernel (PLMK) class …
MkBufferC MK_BUF MkBufferC - the abstract class known as buf or buffer is used to create and manage dynamic, generic, mixed typed data. …
MkBufferStreamC MK_BUS MkBufferStreamC - the abstract class known as bus or stream is a subclass of MkBufferC and is used for package-based-io
MkBufferListC MK_BFL MkBufferListC - the class known as bfl or buffer-list is used to create and manage a list of MkBufferC
MkLogFileC MK_LFL MkLogFileC - the class known as lfl or log-file is used to control the target of the logging-output
MkErrorC MK_ERR MkErrorC - the class known as err or error is used to create and manage an error message …
MkRuntimeC MK_RT MkRuntimeC - The class known as mkrt or runtime is the main csmkkernel application environment …

The csmkkernel package add the following public types into MkObjectC_C_API :

    ABSTRACT: MkTypeSTT (TypeTypeType = type of a TypeType)
    |
    |- ABSTRACT: MkTypeDefSTT (TypeType = type of a Type)
       |
       |- MkObjectST, MkLogFileST, MkBufferListST,
       |- MkErrorPanicST, MkErrorIgnoreST, MkErrorPrintST, MkErrorDefaultST, MkErrorST
       |
       |- ABSTRACT: MkBufferST
          |- FINAL: MkBuffer64ST, MkBuffer256ST, MkBuffer1024ST
          |- ABSTRACT: MkBufferStreamST
             | FINAL: MkBufferStream64ST, MkBufferStream256ST, MkBufferStream1024ST, MkBufferStream16384ST

Definition at line 279 of file LibMkKernel.cs.


The documentation for this class was generated from the following file: