Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 29, 2015, 8:02:23 PM (9 years ago)
Author:
gania
Message:

All compiling, WingmanControllers actually find LeaderControllers and connect to them, SectionControllers find DivisionControllers and connect. TODO write tick functions, helper functions to CommonController

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/AI_HS15/src/orxonox/controllers/DivisionController.cc

    r10718 r10719  
    6464        }
    6565    }
    66     /*void DivisionController::XMLPort(Element& xmlelement, XMLPort::Mode mode)
     66    void DivisionController::XMLPort(Element& xmlelement, XMLPort::Mode mode)
    6767    {
    6868        SUPER(DivisionController, XMLPort, xmlelement, mode);
    6969
    7070        //XMLPortParam(DivisionController, "target_", setTarget, getTarget, xmlelement, mode).defaultValues(100.0f);
    71     }*/
     71    }
    7272
    7373   
Note: See TracChangeset for help on using the changeset viewer.