Update Tecknet controller files to new standardized header comment

This commit is contained in:
Adam Honse 2024-06-17 23:05:48 -05:00
parent ff404bfd99
commit 90d92ddbd5
5 changed files with 53 additions and 49 deletions

View file

@ -1,11 +1,13 @@
/*-------------------------------------------------------------------*\
| RGBController_Tecknet.cpp |
| |
| Driver for Tecknet Devices |
| |
| Chris M (Dr_No) 29th Jul 2020 |
| |
\*-------------------------------------------------------------------*/
/*---------------------------------------------------------*\
| RGBController_Tecknet.cpp |
| |
| RGBController for Tecknet devices |
| |
| Chris M (Dr_No) 29 Jul 2020 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include "RGBController_Tecknet.h"

View file

@ -1,14 +1,15 @@
/*-------------------------------------------------------------------*\
| RGBController_Tecknet.h |
| |
| Driver for Tecknet Devices |
| |
| Chris M (Dr_No) 29th Jul 2020 |
| |
\*-------------------------------------------------------------------*/
/*---------------------------------------------------------*\
| RGBController_Tecknet.h |
| |
| RGBController for Tecknet devices |
| |
| Chris M (Dr_No) 29 Jul 2020 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#ifndef RGBCONTROLLER_TECKNET_H
#define RGBCONTROLLER_TECKNET_H
#pragma once
#include "RGBController.h"
#include "TecknetController.h"
@ -31,5 +32,3 @@ public:
private:
TecknetController* controller;
};
#endif // RGBCONTROLLER_TECKNET_H

View file

@ -1,11 +1,13 @@
/*-------------------------------------------------------------------*\
| TecknetController.cpp |
| |
| Driver for Technet Devices |
| |
| Chris M (Dr_No) 29th Jul 2020 |
| |
\*-------------------------------------------------------------------*/
/*---------------------------------------------------------*\
| TecknetController.cpp |
| |
| Driver for Tecknet devices |
| |
| Chris M (Dr_No) 29 Jul 2020 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include "TecknetController.h"

View file

@ -1,14 +1,15 @@
/*-------------------------------------------------------------------*\
| TecknetController.h |
| |
| Driver for Tecknet Devices |
| |
| Chris M (Dr_No) 29th Jul 2020 |
| |
\*-------------------------------------------------------------------*/
/*---------------------------------------------------------*\
| TecknetController.h |
| |
| Driver for Tecknet devices |
| |
| Chris M (Dr_No) 29 Jul 2020 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#ifndef TECKNETCONTROLLER_H
#define TECKNETCONTROLLER_H
#pragma once
#include <string>
#include <hidapi/hidapi.h>
@ -78,5 +79,3 @@ private:
void SendUpdate();
};
#endif // TECKNETCONTROLLER_H

View file

@ -1,17 +1,19 @@
/*-------------------------------------------------------------------*\
| TecknetControllerDetect.cpp |
| |
| Driver for Tecknet Devices |
| |
| Chris M (Dr_No) 29th Jul 2020 |
| |
\*-------------------------------------------------------------------*/
/*---------------------------------------------------------*\
| TecknetControllerDetect.cpp |
| |
| Detector for Tecknet devices |
| |
| Chris M (Dr_No) 29 Jul 2020 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include <hidapi/hidapi.h>
#include "Detector.h"
#include "TecknetController.h"
#include "RGBController.h"
#include "RGBController_Tecknet.h"
#include <hidapi/hidapi.h>
#define TECKNET_VID 0x04D9