summaryrefslogtreecommitdiffstats
path: root/positioning/client/include/POS_common_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'positioning/client/include/POS_common_private.h')
-rw-r--r--positioning/client/include/POS_common_private.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/positioning/client/include/POS_common_private.h b/positioning/client/include/POS_common_private.h
index 531ef6a9..4dd98a25 100644
--- a/positioning/client/include/POS_common_private.h
+++ b/positioning/client/include/POS_common_private.h
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -31,6 +31,11 @@
* Definition *
*---------------------------------------------------------------------------------*/
/*--- for message ---*/
+/*
+ * Maximum receive message size
+ * - Set the value based on the message receiving buffer size of the local thread
+ */
+#define MAX_MSG_BUF_SIZE (4096)
/* command ID */
#define CID_POSIF_SET_DATA 0x0790 /* set data command ID */