Changeset 122 in flair-src for trunk/lib/FlairSensorActuator/src/VrpnObject_impl.cpp
- Timestamp:
- Jan 6, 2017, 1:56:26 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSensorActuator/src/VrpnObject_impl.cpp
r15 r122 39 39 using namespace flair::sensor; 40 40 41 VrpnObject_impl::VrpnObject_impl(VrpnObject *self, const VrpnClient *parent,41 VrpnObject_impl::VrpnObject_impl(VrpnObject *self, 42 42 string name, int id, const TabWidget *tab) { 43 this->parent = parent;43 parent = GetVrpnClient(); 44 44 this->self = self; 45 45 46 if(parent==NULL) { 47 self->Err("VrpnClient must be instanced before creating VrpnObject\n"); 48 return; 49 } 46 50 if (id == -1 && parent->UseXbee()) { 47 51 self->Err("erreur aucun identifiant specifie pour la connexion Xbee\n");
Note:
See TracChangeset
for help on using the changeset viewer.