nngn
Loading...
Searching...
No Matches
nngn::Schedule::Entry Struct Reference

#include <schedule.h>

Inheritance diagram for nngn::Schedule::Entry:

Public Attributes

Fn f = {}
 The task's main function.
 
Fn dest = {}
 Destructor for the associated data.
 
std::vector< std::byte > data = {}
 Opaque byte array associated with the task.
 
Flag flags = {}
 

Member Data Documentation

◆ data

std::vector< std::byte > nngn::Schedule::Entry::data = {}

Opaque byte array associated with the task.

◆ dest

Fn nngn::Schedule::Entry::dest = {}

Destructor for the associated data.

◆ f

Fn nngn::Schedule::Entry::f = {}

The task's main function.

◆ flags

Flag nngn::Schedule::Entry::flags = {}

The documentation for this struct was generated from the following files: