Ignore:
Timestamp:
02/22/18 15:38:55 (6 years ago)
Author:
Sanahuja Guillaume
Message:

add us plot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairSensorActuator/src/SimuUs.cpp

    r214 r221  
    3232namespace sensor {
    3333
     34//control part
    3435SimuUs::SimuUs(string name, uint32_t modelId,uint32_t deviceId,
    3536               uint8_t priority)
     
    4344}
    4445
     46//simulation part
    4547SimuUs::SimuUs(const IODevice *parent, string name,uint32_t modelId,uint32_t deviceId)
    4648    : Thread(parent, name, 0), UsRangeFinder(parent,name) {
Note: See TracChangeset for help on using the changeset viewer.