#include <schedule.h>
|
| 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 = {} |
| |
◆ 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.
| 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 file: