Ignore:
Timestamp:
Nov 18, 2009, 3:36:32 PM (15 years ago)
Author:
Christoph Mayer
Message:

-small visualization enhancements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/visual/ServerVis.h

    r6822 r6954  
    5858        use_logging_h(ServerVis);
    5959public:
    60         void configure(string ip, unsigned int port);
     60        void configure(string ip, unsigned int port, unsigned int _color = 0);
     61        static unsigned int nodecolor;
    6162
    6263        typedef enum _NETWORK_ID {
     
    105106        virtual void visChangeLinkColor (NETWORK_ID network, NodeID& srcnode, NodeID& destnode, NODE_COLORS color) = 0;
    106107
     108        /// Show the label of the node.
     109        virtual void visShowNodeLabel (NETWORK_ID network, NodeID& node, string label) = 0;
     110
    107111protected:
    108112        ServerVis();
Note: See TracChangeset for help on using the changeset viewer.