-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
GNBDEV
committed
Dec 31, 2023
1 parent
25ff341
commit 0e81d29
Showing
13 changed files
with
52 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,14 @@ | |
#include "gnb_core_frame_type_defs.h" | ||
#include "es/gnb_es_type.h" | ||
|
||
|
||
#ifndef GNB_SKIP_BUILD_TIME | ||
#define GNB_BUILD_STRING "Build Time ["__DATE__","__TIME__"]" | ||
#else | ||
#define GNB_BUILD_STRING "Build Time [Hidden]" | ||
#endif | ||
|
||
|
||
gnb_es_ctx* gnb_es_ctx_create(int is_service, char *ctl_block_file,gnb_log_ctx_t *log); | ||
void gnb_es_ctx_init(gnb_es_ctx *es_ctx); | ||
|
||
|
@@ -67,9 +75,9 @@ void gnb_start_environment_service(gnb_es_ctx *es_ctx); | |
|
||
static void show_useage(int argc,char *argv[]){ | ||
|
||
printf("GNB Environment Service version 1.3.0.b protocol version 1.1.3\n"); | ||
printf("GNB Environment Service version 1.4.5.b protocol version 1.4.5\n"); | ||
|
||
printf("Build[%s %s]\n", __DATE__, __TIME__); | ||
printf("%s\n", GNB_BUILD_STRING); | ||
|
||
printf("Copyright (C) 2019 gnbdev<[email protected]>\n"); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -169,7 +169,7 @@ typedef struct _gnb_core_t{ | |
#define GNB_LOG_ID_INDEX_SERVICE_WORKER 5 | ||
#define GNB_LOG_ID_DETECT_WORKER 6 | ||
|
||
#define GNB_VERSION_STRING "GNB version 1.4.5.a protocol version 1.4.5" | ||
#define GNB_VERSION_STRING "GNB version 1.4.5.b protocol version 1.4.5" | ||
#define GNB_COPYRIGHT_STRING "Copyright (C) 2019 gnbdev<[email protected]>" | ||
#define GNB_URL_STRING "https://github.com/gnbdev/opengnb" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.4.5.a | ||
1.4.5.b |