Index: sources/canbus/CanInterface.h =================================================================== diff -u -r20b370a54d2737831b307a0de82aec9e06e2b772 -r99cf0dc3002c0395f0d10d1d4fb34e2052449fd6 --- sources/canbus/CanInterface.h (.../CanInterface.h) (revision 20b370a54d2737831b307a0de82aec9e06e2b772) +++ sources/canbus/CanInterface.h (.../CanInterface.h) (revision 99cf0dc3002c0395f0d10d1d4fb34e2052449fd6) @@ -1,13 +1,13 @@ /*! * - * Copyright (c) 2020-2023 Diality Inc. - All Rights Reserved. + * Copyright (c) 2020-2024 Diality Inc. - All Rights Reserved. * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * \file CanInterface.h * \author (last) Behrouz NematiPour - * \date (last) 10-Feb-2023 + * \date (last) 18-Jul-2023 * \author (original) Behrouz NematiPour * \date (original) 26-Aug-2020 * @@ -56,6 +56,7 @@ const char *_canType = "socketcan"; QString _canInterface = gActiveCANBus; // can0 by default, can be altered by -A(--active-can-bus) const int _canBitRate = 250000; + const bool _canFDKey = false; // member variables QCanBusDevice *_canDevice = nullptr;