Config

Configuration settings for Telemetry. More...

Macros

#define TELEMETRY_CSP_ADDRESS   1
 
#define MESSAGE_QUEUE_SIZE   10
 
#define TELEMETRY_CSP_PORT   20
 
#define TELEMETRY_SUBSCRIBERS_MAX_NUM   ((CSP_CONN_MAX / 2) - 1)
 
#define TELEMETRY_SUBSCRIBER_READ_ATTEMPTS   10
 
#define TELEMETRY_RX_THREAD_STACK_SIZE   1000
 
#define TELEMETRY_RX_THREAD_PRIORITY   2
 

Macro Definition Documentation

#define MESSAGE_QUEUE_SIZE   10

Size of incoming telemetry message queue

#define TELEMETRY_CSP_ADDRESS   1

Address used for the current CSP instance

#define TELEMETRY_CSP_PORT   20

Port number used for the telemetry server's CSP socket

#define TELEMETRY_RX_THREAD_PRIORITY   2

Priority of thread for receiving incoming messages

#define TELEMETRY_RX_THREAD_STACK_SIZE   1000

Stack size of thread for receiving incoming messages

#define TELEMETRY_SUBSCRIBER_READ_ATTEMPTS   10

Number of subscriber read attempts

#define TELEMETRY_SUBSCRIBERS_MAX_NUM   ((CSP_CONN_MAX / 2) - 1)

Max number of subscribers supported