Changeset 42 in pacpussensors for trunk/Sick/SickComponent.h


Ignore:
Timestamp:
04/01/14 14:47:39 (10 years ago)
Author:
cfougera
Message:

Last version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Sick/SickComponent.h

    r37 r42  
    7070     * @param config XML file passed in order to configure the Sick Component.
    7171     *
    72      * This function instanciate every sensor configured through the XML file.
    73      * The XML file must be formated as expected by this function, see [annexe TODO]{TODO}.
     72     * This function instanciate every sensors configured through the XML file.
     73     * The XML file must be formated as expected by this function.
     74     * Depending on used sensors and how many, you should define these three property in a "Sick" node (X must start from '0') :
     75     * - sickldmrs_X
     76     * - sicklms151_X
     77     * - sicklms511_X
     78     *
     79     * For example, let's say we have two Sick LMS151, one LDMRS and one LMS511 :
     80     *
     81     * <tt> <Sick type="SickComponent" sickldmrs_0="192.168.0.1:2111" sicklms151_0="192.168.0.10:2111" sicklms151_1="192.168.0.11:2111" sicklms511_0="192.168.1.50:2111" /> </tt>
     82     *
     83     * Do not forget \c type="SickComponent".
    7484     */
    7585    virtual ComponentBase::COMPONENT_CONFIGURATION configureComponent(XmlComponentConfig config);
Note: See TracChangeset for help on using the changeset viewer.