nngn
Loading...
Searching...
No Matches
nngn::Schedule::BaseEntry Struct Reference
Inheritance diagram for nngn::Schedule::BaseEntry:
Collaboration diagram for nngn::Schedule::BaseEntry:

Public Member Functions

bool active () const
 
bool is_heartbeat () const
 
bool call (void)
 
bool destroy (void)
 
bool active () const
 
bool is_heartbeat () const
 
bool call (void)
 
bool destroy (void)
 

Additional Inherited Members

- Public Attributes inherited from nngn::Schedule::Entry
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 Function Documentation

◆ active() [1/2]

bool nngn::Schedule::BaseEntry::active ( ) const
inline
Here is the caller graph for this function:

◆ active() [2/2]

bool nngn::Schedule::BaseEntry::active ( ) const
inline

◆ call() [1/2]

bool nngn::Schedule::BaseEntry::call ( void  )

◆ call() [2/2]

bool nngn::Schedule::BaseEntry::call ( void  )

◆ destroy() [1/2]

bool nngn::Schedule::BaseEntry::destroy ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ destroy() [2/2]

bool nngn::Schedule::BaseEntry::destroy ( void  )

◆ is_heartbeat() [1/2]

bool nngn::Schedule::BaseEntry::is_heartbeat ( ) const
inline

◆ is_heartbeat() [2/2]

bool nngn::Schedule::BaseEntry::is_heartbeat ( ) const
inline

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