WarpTwin
Documentation for WarpTwin models and classes.
Loading...
Searching...
No Matches
OS.h File Reference
#include "types.h"
#include "architecture/Time.h"

Go to the source code of this file.

Classes

class  warpos::OS
 Holds all os-specific interfaces. More...

Namespaces

namespace  warpos

Enumerations

enum  warpos::file_descriptors_e : uint8 {
  warpos::WRITE = 0x01 , warpos::READ = 0x02 , warpos::OPEN_EXISTING = 0x04 , warpos::CREATE_NEW = 0x08 ,
  warpos::CREATE_ALWAYS = 0x10 , warpos::OPEN_ALWAYS = 0x20 , warpos::OPEN_APPEND = 0x40
}
 Options when opening files. More...