- Timestamp:
- 02/23/10 01:17:00 (15 years ago)
- Location:
- library/bdm
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
library/bdm/base/participants.h
r776 r819 29 29 //! name - ID of the participant 30 30 string name; 31 //! Pointers to neighbours32 Array<string > neighbours;33 31 public: 34 32 //! Empty constructor -
library/bdm/mpdm/arx_agent.h
r787 r819 22 22 class ARXAgent : public Participant { 23 23 protected: 24 //! Pointers to neighbours 25 Array<string > neighbours; 24 26 25 27 //! Internal ARX Controller