Skip to content
Snippets Groups Projects

aidge#199: Add documentation for Node

Closed Ghost User requested to merge hrouis/aidge_core:issue#199 into dev
2 files
+ 6
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -247,6 +247,7 @@ public:
/**
* @brief Returns the number of free data inputs of the Node
* (i.e. data inputs that are not linked to an other node)
* @warning Node cannot run until all of its inputs are filled"
* @return IOIndex_t
*/
IOIndex_t getNbFreeDataInputs() const;
@@ -298,6 +299,7 @@ public:
/**
* @brief Number of inputs linked to a Parent's output.
* @warning Inputs that are not linked will prevent the node from functioning
* @return IOIndex_t
*/
IOIndex_t nbValidInputs() const;
Loading