Changeset 251 in flair-src


Ignore:
Timestamp:
06/27/18 11:49:01 (6 years ago)
Author:
Bayard Gildas
Message:

nullptr instead of NULL

File:
1 edited

Legend:

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

    r214 r251  
    8282  // axis stuff
    8383  unsigned int axisNumber;
    84   core::Matrix *axis = NULL;
     84  core::Matrix *axis = nullptr;
    8585  virtual void AcquireAxisData(core::Matrix &axis) = 0; // responsible for
    8686                                                          // getting the axis
     
    9090  // button stuff
    9191  unsigned int buttonNumber;
    92   core::Matrix *button = NULL;
     92  core::Matrix *button = nullptr;
    9393  virtual void AcquireButtonData(core::Matrix &button) = 0; // responsible for
    9494                                                              // getting the
Note: See TracChangeset for help on using the changeset viewer.