![]() |
SAE Teensy ECU
IIT SAE Microcontroller programming
|
Public Member Functions | |
| Node (const Module_t *module, bitmapVal_t nID) | |
Public Attributes | |
| bool | marked = false |
| bitmapVal_t | nID = 0U |
| bitmapVal_t | dependencies = 0U |
| bitmapVal_t * | depList [maxModules] = {0} |
Definition at line 27 of file moduleOrder.hpp.
|
inline |
Definition at line 33 of file moduleOrder.hpp.
| bitmapVal_t Module::Node::dependencies = 0U |
Definition at line 31 of file moduleOrder.hpp.
| bitmapVal_t* Module::Node::depList[maxModules] = {0} |
Definition at line 32 of file moduleOrder.hpp.
| bool Module::Node::marked = false |
Definition at line 28 of file moduleOrder.hpp.
| bitmapVal_t Module::Node::nID = 0U |
Definition at line 30 of file moduleOrder.hpp.