Changeset 330 in flair-src for trunk/lib/FlairSensorActuator/src/VrpnObject.h
- Timestamp:
- 09/25/19 15:29:26 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSensorActuator/src/VrpnObject.h
r309 r330 50 50 * \brief Constructor 51 51 * 52 * Construct a VrpnObject. Connection is done by IP . (vrpn)52 * Construct a VrpnObject. Connection is done by IP with vrpn or vrpnlite (see tools/VrpnLite in flair-src) 53 53 * 54 54 * \param name VRPN object name, should be the same as defined in the server … … 62 62 * \brief Constructor 63 63 * 64 * Construct a VrpnObject. Connection is done by xbee or vrpnlite (see tools/VrpnLite in flair-src)64 * Construct a VrpnObject. Connection is done by xbee 65 65 * 66 66 * \param name name 67 * \param id VRPN object id, should be the same as defined in the xbee bridge or vrpnlite tool67 * \param id VRPN object id, should be the same as defined in the xbee bridge 68 68 * \param tab Tab for the user interface 69 69 * \param client VrpnClient of the connection, if unspecified, use the default one
Note:
See TracChangeset
for help on using the changeset viewer.