SAE Teensy ECU
IIT SAE Microcontroller programming
Loading...
Searching...
No Matches
Module::Node Struct Reference
module nullptr

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}
 

Detailed Description

Definition at line 27 of file moduleOrder.hpp.

Constructor & Destructor Documentation

◆ Node()

Module::Node::Node ( const Module_t module,
bitmapVal_t  nID 
)
inline

Definition at line 33 of file moduleOrder.hpp.

Member Data Documentation

◆ dependencies

bitmapVal_t Module::Node::dependencies = 0U

Definition at line 31 of file moduleOrder.hpp.

◆ depList

bitmapVal_t* Module::Node::depList[maxModules] = {0}

Definition at line 32 of file moduleOrder.hpp.

◆ marked

bool Module::Node::marked = false

Definition at line 28 of file moduleOrder.hpp.

◆ nID

bitmapVal_t Module::Node::nID = 0U

Definition at line 30 of file moduleOrder.hpp.


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