Difference between revisions of "Talk:NodeSpace.h"

From Organic Design wiki
(chip chip)
(nodal structure is now built by deserialise)
 
Line 1: Line 1:
Deserialise almost working, here's the output....
+
Deserialise is working - the program runs as before, but the nodal structure is now built by deserialise :-) --[[User:Nad|Nad]] 18:07, 15 Sep 2006 (NZST)
<pre>
 
Fri Sep 15 11:49:47 2006:
 
 
 
PARSING THE FOLLOWING TEXT:
 
--------------------------------------------
 
*[[0|root]]
 
*[[1000|io]];[[1001|interface]];
 
*[[io]]
 
*[[1002|server]];[[1003|streams]];
 
*[[1004|stream]]
 
*[[interface]]
 
*[[1005|events]];[[1006|desktop]];
 
*[[1007|window]]
 
 
 
--------------------------------------------
 
 
 
INFORMATION EXTRACTED:
 
--------------------------------------------
 
(0|root:0)0...
 
(1000|io:176)176 ; (1001|interface:196)196 ;
 
(io:176)176...
 
(1002|server:253)253 ; (1003|streams:296)296 ;
 
(1004|stream:340)340...
 
(interface:196)196...
 
(1005|events:344)344 ; (1006|desktop:386)386 ;
 
(1007|window:434)434...
 
--------------------------------------------
 
Fri Sep 15 11:49:47 2006: nodeIO = 176
 
Fri Sep 15 11:49:47 2006: nodeINTERFACE = 196
 
Fri Sep 15 11:49:47 2006: nodeSERVER = 253
 
Fri Sep 15 11:49:47 2006: nodeSTREAMS = 296
 
Fri Sep 15 11:49:47 2006: nodeSTREAM = 340
 
Fri Sep 15 11:49:47 2006: nodeEVENTS = 344
 
Fri Sep 15 11:49:47 2006: nodeDESKTOP = 386
 
Fri Sep 15 11:49:47 2006: nodeWINDOW = 434
 
Fri Sep 15 11:49:47 2006: SDL successfully initialized.
 
</pre>
 
 
 
:This looks like good progress. Will you still use Trie to solve the int to ref problem? --[[User:Rob|Rob]] 13:24, 15 Sep 2006 (NZST)
 
::we need the trie and hash functions, but may have to separate them out to work on a second list-space while testing... not sure yet, I'll just keep chipping away - will be setting up this azzuro server for the next few hours tho --[[User:Nad|Nad]] 13:47, 15 Sep 2006 (NZST)
 
 
 
  
  

Latest revision as of 06:07, 15 September 2006

Deserialise is working - the program runs as before, but the nodal structure is now built by deserialise :-) --Nad 18:07, 15 Sep 2006 (NZST)


Nodal-root.jpg

Excellent. This makes things very clear to me. This shared whiteboard thing works well. --Rob 14:09, 6 Aug 2006 (NZST)

Yeah I should get a cheap camera so I can keep doing it after Milan's gone... (actually this one was just pen & paper not whiteboard, but notebook,whiteboard,paper is definately cool combined with wiki :) --Nad 14:30, 6 Aug 2006 (NZST)