Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
openlcb/Node.cxx
Go to the documentation of this file.
1
35#include "openlcb/Node.hxx"
36
37namespace openlcb
38{
39
40extern void StartInitializationFlow(Node* node);
41
43{
44 // Ensures the caller's logic is statefully correct.
46
48}
49
50} // namespace openlcb
Node information.
Definition Devtab.hxx:549
virtual bool is_initialized()=0
void initialize()
Callback from the simple stack to start the initialization process.
#define HASSERT(x)
Checks that the value of expression x is true, else terminates the current process.
Definition macros.h:138
void StartInitializationFlow(Node *node)
Helper function that sends a local virtual node to the static InitializeFlow.