Ignore:
Timestamp:
03/01/17 15:38:42 (6 years ago)
Author:
Sanahuja Guillaume
Message:

add timestamp to simucamera producer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairSensorActuator/src/SimuCamera.h

    r144 r151  
    2121  namespace core {
    2222    class SharedMem;
    23   }
    24   namespace gui {
    25     class SpinBox;
    2623  }
    2724}
     
    9996  void UpdateFrom(const core::io_data *data){};
    10097
    101   gui::SpinBox *data_rate;
    10298  size_t buf_size;
    103   IplImage *img;
     99  char* shmemReadBuf;
    104100};
    105101} // end namespace sensor
Note: See TracChangeset for help on using the changeset viewer.