Changeset 819 for library

Show
Ignore:
Timestamp:
02/23/10 01:17:00 (14 years ago)
Author:
smidl
Message:

agents for doprava

Location:
library/bdm
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/base/participants.h

    r776 r819  
    2929        //! name - ID of the participant  
    3030        string name; 
    31         //! Pointers to neighbours 
    32         Array<string > neighbours; 
    3331public: 
    3432        //! Empty constructor 
  • library/bdm/mpdm/arx_agent.h

    r787 r819  
    2222class ARXAgent : public Participant { 
    2323        protected: 
     24                //! Pointers to neighbours 
     25                Array<string > neighbours; 
    2426                 
    2527                //! Internal ARX Controller