Suggestion on Slice documentation
I find it hard to use chapter B. Slice Documentation as a reference. For each interface the individual methods are spread out over many pages and the method names don't stand out enough so it's hard to scan.
Personally I'd prefer Qt/Doxygen style where there's a compact list of methods for each class and details come later (hyper links from the list would be ideal). I'd also put all the relavent properties here as well but you probably have a good reason to keep them separated.
For example:
Code:
B.47 Ice::ObjectAdapter
Methods
getName
getCommunicator
activate
...
Properties
name.AdapterId
name.ReplicaGroupId
...
Overview
local interface ObjectAdapter
...
Used By
...
getName
string getName();
...
Alex Makarenko
Marathon Robotics
project: multi-robot systems