µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
os::rtos::port::context Class Reference

#include <os-decls.h>

Public Types

typedef void(* func_t) (void)
 

Public Member Functions

 context ()=delete
 

Static Public Member Functions

static void create (void *context, void *func, void *args)
 

Detailed Description

Definition at line 937 of file os-decls.h.

Member Typedef Documentation

◆ func_t

typedef void(* os::rtos::port::context::func_t) (void)

Definition at line 945 of file os-decls.h.

Constructor & Destructor Documentation

◆ context()

os::rtos::port::context::context ( )
delete

Member Function Documentation

◆ create()

static void os::rtos::port::context::create ( void *  context,
void *  func,
void *  args 
)
static

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