Percepio Trace Recorder v4.11.0
Loading...
Searching...
No Matches
trcStreamPortConfig.h
1/*
2 * Trace Recorder for Tracealyzer v4.11.0
3 * Copyright 2025 Percepio AB
4 * www.percepio.com
5 *
6 * SPDX-License-Identifier: Apache-2.0
7 *
8 * The configuration for trace streaming ("stream ports").
9 */
10
11#ifndef TRC_STREAM_PORT_CONFIG_H
12#define TRC_STREAM_PORT_CONFIG_H
13
14#ifdef __cplusplus
15extern "C" {
16#endif
17
23#define TRC_CFG_STREAM_PORT_UDP_ADDRESS "192.168.1.100"
24
30#define TRC_CFG_STREAM_PORT_UDP_PORT 8888
31
39#define TRC_CFG_STREAM_PORT_USE_INTERNAL_BUFFER 1
40
46#define TRC_CFG_STREAM_PORT_INTERNAL_BUFFER_SIZE 10240
47
53#define TRC_CFG_STREAM_PORT_INTERNAL_BUFFER_TRANSFER_MODE TRC_INTERNAL_EVENT_BUFFER_OPTION_TRANSFER_MODE_ALL
54
61#define TRC_CFG_STREAM_PORT_INTERNAL_BUFFER_CHUNK_SIZE 1024
62
71#define TRC_CFG_STREAM_PORT_INTERNAL_BUFFER_CHUNK_TRANSFER_AGAIN_SIZE_LIMIT 256
72
81#define TRC_CFG_STREAM_PORT_INTERNAL_BUFFER_CHUNK_TRANSFER_AGAIN_COUNT_LIMIT 5
82
83#ifdef __cplusplus
84}
85#endif
86
87#endif /* TRC_STREAM_PORT_CONFIG_H */