root/applications/doprava/traffic_agent.cpp @ 819

Revision 819, 346 bytes (checked in by smidl, 15 years ago)

agents for doprava

Line 
1#include "traffic_agent.h"
2
3void SignalGroup::from_setting(const libconfig::Setting& set)
4{
5UI::get(name,set, "name", UI::compulsory);
6UI::get(detectors, set, "detectors", UI::optional);
7//
8// TODO make some analysis of the detectors
9
10}
11
12void ARXAgent::from_setting(const libconfig::Setting& set)
13{
14    bdm::Participant::from_setting(set);
15       
16       
17}
Note: See TracBrowser for help on using the browser.