Changeset 136 in flair-src for trunk/lib/FlairSensorActuator/src/VrpnClient.cpp
- Timestamp:
- Feb 13, 2017, 3:02:54 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSensorActuator/src/VrpnClient.cpp
r122 r136 37 37 38 38 VrpnClient::VrpnClient(string name, 39 string address, uint 16_t us_period, uint8_t priority)39 string address, uint8_t priority) 40 40 : Thread(getFrameworkManager(), name, priority) { 41 41 if (singleton != NULL) { … … 45 45 46 46 singleton = this; 47 pimpl_ = new VrpnClient_impl(this, name, address , us_period);47 pimpl_ = new VrpnClient_impl(this, name, address); 48 48 } 49 49
Note:
See TracChangeset
for help on using the changeset viewer.