Changes between Version 6 and Version 7 of Internal/NewNodeAgent


Ignore:
Timestamp:
Oct 30, 2014, 9:01:15 PM (10 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/NewNodeAgent

    v6 v7  
    6565 * Node agent it self should check what modules are already loaded and create instances of the module classes for modules that are already loaded. It will push in a refrence to it self, so that the refrence buffer can never go empty.
    6666 * There will need to be a structure that maps pci-id <-> modulename <-> deviceClass. This structure will need to be known to node agent.
     67
     68----
     69''' 10/30/2014'''
     70
     71I've run into a chicken and egg problem where I need to know the device name before I can make the object but can't know the device name until after the object is made. I think I'm going to resolve this by makign the logical names muteable.