public NetworkTableProvider(NetworkTableNode ntn)
 {
   base.\u002Ector();
   NetworkTableProvider networkTableProvider = this;
   this.tables = new Hashtable();
   this.node = ntn;
 }
示例#2
0
 internal NetworkTable([In] string obj0, [In] NetworkTableProvider obj1)
 {
   base.\u002Ector();
   NetworkTable networkTable = this;
   this.connectionListenerMap = new Hashtable();
   this.listenerMap = new Hashtable();
   this.path = obj0;
   this.entryCache = new NetworkTable.EntryCache(this, obj0);
   this.absoluteKeyCache = new NetworkTable.NetworkTableKeyCache(obj0);
   this.provider = obj1;
   this.node = obj1.getNode();
 }