Skip to content

Commit

Permalink
Updated class/type defs to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Aug 27, 2024
1 parent 74ca30d commit a718087
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 44 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/devskim-analysis.yml

This file was deleted.

Binary file modified database
Binary file not shown.
2 changes: 1 addition & 1 deletion src/vscp/common/vscp-class.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
!!!!!!!!!!!!!!!!!!!! W A R N I N G !!!!!!!!!!!!!!!!!!!!
This file is auto-generated
see https://github.com/grodansparadis/vscp-classes
Generated: 2024-04-08 08:39:19.257091
Generated: 2024-08-23 16:27:25.870870
*/

#ifndef VSCP_CLASS_H
Expand Down
2 changes: 1 addition & 1 deletion src/vscp/common/vscp-hashclass.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
!!!!!!!!!!!!!!!!!!!! W A R N I N G !!!!!!!!!!!!!!!!!!!!
This file is auto-generated
see https://github.com/grodansparadis/vscp-classes
Generated: 2024-04-08 08:39:20.197532
Generated: 2024-08-23 16:27:26.833436
*/

m_hashClass[ 0 ] = _("CLASS1_PROTOCOL");
Expand Down
10 changes: 5 additions & 5 deletions src/vscp/common/vscp-hashtype.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
!!!!!!!!!!!!!!!!!!!! W A R N I N G !!!!!!!!!!!!!!!!!!!!
This file is auto-generated
see https://github.com/grodansparadis/vscp-classes
Generated: 2024-04-08 08:39:20.640516
Generated: 2024-08-23 16:27:27.315130
*/


Expand Down Expand Up @@ -878,8 +878,8 @@
m_hashType[ MAKE_CLASSTYPE_LONG(102,5) ] = _("VSCP_TYPE_DISPLAY_SHOW_DISPLAY_BUFFER");
m_hashType[ MAKE_CLASSTYPE_LONG(102,6) ] = _("VSCP_TYPE_DISPLAY_SET_DISPLAY_BUFFER_PARAM");
m_hashType[ MAKE_CLASSTYPE_LONG(102,32) ] = _("VSCP_TYPE_DISPLAY_SHOW_TEXT");
m_hashType[ MAKE_CLASSTYPE_LONG(102,48) ] = _("VSCP_TYPE_DISPLAY_SHOW_LED");
m_hashType[ MAKE_CLASSTYPE_LONG(102,49) ] = _("VSCP_TYPE_DISPLAY_SHOW_LED_COLOR");
m_hashType[ MAKE_CLASSTYPE_LONG(102,48) ] = _("VSCP_TYPE_DISPLAY_SET_LED");
m_hashType[ MAKE_CLASSTYPE_LONG(102,49) ] = _("VSCP_TYPE_DISPLAY_SET_COLOR");

// CLASS1.IR = 110 - IR Remote I/f
m_hashType[ MAKE_CLASSTYPE_LONG(110,0) ] = _("VSCP_TYPE_REMOTE_GENERAL");
Expand Down Expand Up @@ -1945,8 +1945,8 @@
m_hashType[ MAKE_CLASSTYPE_LONG(614,5) ] = _("VSCP_TYPE_DISPLAY_SHOW_DISPLAY_BUFFER");
m_hashType[ MAKE_CLASSTYPE_LONG(614,6) ] = _("VSCP_TYPE_DISPLAY_SET_DISPLAY_BUFFER_PARAM");
m_hashType[ MAKE_CLASSTYPE_LONG(614,32) ] = _("VSCP_TYPE_DISPLAY_SHOW_TEXT");
m_hashType[ MAKE_CLASSTYPE_LONG(614,48) ] = _("VSCP_TYPE_DISPLAY_SHOW_LED");
m_hashType[ MAKE_CLASSTYPE_LONG(614,49) ] = _("VSCP_TYPE_DISPLAY_SHOW_LED_COLOR");
m_hashType[ MAKE_CLASSTYPE_LONG(614,48) ] = _("VSCP_TYPE_DISPLAY_SET_LED");
m_hashType[ MAKE_CLASSTYPE_LONG(614,49) ] = _("VSCP_TYPE_DISPLAY_SET_COLOR");

// CLASS2.LEVEL1.IR = 622 - Class2 Level I IR
// Event types is the same as CLASS1.IR = 110 - IR Remote I/f
Expand Down
6 changes: 3 additions & 3 deletions src/vscp/common/vscp-type.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
!!!!!!!!!!!!!!!!!!!! W A R N I N G !!!!!!!!!!!!!!!!!!!!
This file is auto-generated
see https://github.com/grodansparadis/vscp-classes
Generated: 2024-04-08 08:39:19.726474
Generated: 2024-08-23 16:27:26.321269
*/

#ifndef VSCP_TYPE_H
Expand Down Expand Up @@ -595,8 +595,8 @@
#define VSCP_TYPE_DISPLAY_SHOW_DISPLAY_BUFFER 5 /* Show Display Buffer */
#define VSCP_TYPE_DISPLAY_SET_DISPLAY_BUFFER_PARAM 6 /* Set Display Buffer Parameter */
#define VSCP_TYPE_DISPLAY_SHOW_TEXT 32 /* Show Text */
#define VSCP_TYPE_DISPLAY_SHOW_LED 48 /* Set LED */
#define VSCP_TYPE_DISPLAY_SHOW_LED_COLOR 49 /* Set RGB Color */
#define VSCP_TYPE_DISPLAY_SET_LED 48 /* Set LED */
#define VSCP_TYPE_DISPLAY_SET_COLOR 49 /* Set RGB Color */

/* CLASS1.IR = 110 - IR Remote I/f */
#define VSCP_TYPE_REMOTE_GENERAL 0 /* General event */
Expand Down

0 comments on commit a718087

Please sign in to comment.