RTduino Source Code Reference Manual
Public Attributes | List of all members
rtduino_loader Struct Reference

Public Attributes

const char * name
 
void(* setup )(void)
 
void(* loop )(void)
 
rt_thread_t thread
 

Member Data Documentation

◆ loop

void(* rtduino_loader::loop) (void)

Loop function.

◆ name

const char* rtduino_loader::name

Name of the loader.

◆ setup

void(* rtduino_loader::setup) (void)

Setup function.

◆ thread

rt_thread_t rtduino_loader::thread

Loader thread entity.


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