Ignore:
Timestamp:
11/28/19 17:08:04 (4 years ago)
Author:
Sanahuja Guillaume
Message:

add servos

File:
1 edited

Legend:

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

    r318 r340  
    4848}
    4949
    50 PressureSensor::PressureSensor(const IODevice *parent, std::string name)
    51     : IODevice(parent, name) {
    52   plot_tab = NULL;
    53   main_tab = NULL;
    54   tab = NULL;
    55   sensor_tab = NULL;
    56   setup_groupbox = NULL;
    57 
    58   output = NULL;
    59 }
    60 
    6150PressureSensor::~PressureSensor() {
    62   if (main_tab != NULL)
    63     delete main_tab;
     51  delete main_tab;
    6452}
    6553
     
    7361
    7462void PressureSensor::UseDefaultPlot(void) {
    75   if (tab == NULL) {
    76     Err("not applicable for simulation part.\n");
    77     return;
    78   }
    79 
    8063  plot_tab = new Tab(tab, "Mesures");
    8164  plot = new DataPlot1D(plot_tab->NewRow(), ObjectName(), 101000, 101500);
Note: See TracChangeset for help on using the changeset viewer.