FreeNOS
Enumerations
Core Namespace Reference

Enumerations

enum  Action { GetCoreCount = 0 , CreateProcess , PingRequest , PongResponse }
 Actions which may be performed on the CoreServer. More...
 
enum  Result {
  Success , InvalidArgument , NotFound , BootError ,
  ExecError , OutOfMemory , IOError , MemoryError ,
  IpcError
}
 Result code for Actions. More...
 

Enumeration Type Documentation

◆ Action

Actions which may be performed on the CoreServer.

Enumerator
GetCoreCount 
CreateProcess 
PingRequest 
PongResponse 

Definition at line 36 of file Core.h.

◆ Result

Result code for Actions.

Enumerator
Success 
InvalidArgument 
NotFound 
BootError 
ExecError 
OutOfMemory 
IOError 
MemoryError 
IpcError 

Definition at line 47 of file Core.h.