|
24 | 24 | * @ingroup internals
|
25 | 25 | * @{
|
26 | 26 | *
|
27 |
| -* |
28 | 27 | * Gateway transport-related log messages, format: [!]SYSTEM:[SUB SYSTEM:]MESSAGE
|
29 |
| -* -[!] Exclamation mark is prepended in case of error |
30 |
| -* -SYSTEM: |
31 |
| -* -<b>GWT</b>: messages emitted by MyGatewayTransport |
32 |
| -* -SUB SYSTEMS: |
33 |
| -* -GWT:<b>TIN</b> from @ref gatewayTransportInit() |
34 |
| -* -GWT:<b>TPS</b> from @ref gatewayTransportSend() |
35 |
| -* -GWT:<b>RFC</b> from _readFromClient() |
36 |
| -* -GWT:<b>TSA</b> from @ref gatewayTransportAvailable() |
37 |
| -* -GWT:<b>TRC</b> from @ref gatewayTransportReceive() |
| 28 | +* - [!] Exclamation mark is prepended in case of error |
| 29 | +* - SYSTEM: |
| 30 | +* - <b>GWT</b>: messages emitted by MyGatewayTransport |
| 31 | +* - SUB SYSTEMS: |
| 32 | +* - GWT:<b>TIN</b> from @ref gatewayTransportInit() |
| 33 | +* - GWT:<b>TPS</b> from @ref gatewayTransportSend() |
| 34 | +* - GWT:<b>IMQ</b> from incomingMQTT() |
| 35 | +* - GWT:<b>RMQ</b> from reconnectMQTT() |
| 36 | +* - GWT:<b>TPC</b> from gatewayTransportConnect() |
| 37 | +* - GWT:<b>RFC</b> from _readFromClient() |
| 38 | +* - GWT:<b>TSA</b> from @ref gatewayTransportAvailable() |
| 39 | +* - GWT:<b>TRC</b> from @ref gatewayTransportReceive() |
38 | 40 | *
|
39 | 41 | * Gateway transport debug log messages :
|
40 | 42 | *
|
41 | 43 | * |E| SYS | SUB | Message | Comment
|
42 | 44 | * |-|-----|-------|---------------------------|---------------------------------------------------------------------
|
43 | 45 | * | | GWT | TIN | CONNECTING... | Connecting to router
|
44 |
| -* | | GWT | TIN | IP=%s | IP address obtained |
| 46 | +* | | GWT | TIN | IP=%%s | IP address [%%s] obtained |
45 | 47 | * |!| GWT | TIN | DHCP FAIL | DHCP request failed
|
46 | 48 | * | | GWT | TIN | ETH OK | Connected to network
|
47 | 49 | * |!| GWT | TIN | ETH FAIL | Connection failed
|
| 50 | +* | | GWT | TPS | TOPIC=%%s,MSG SENT | MQTT message sent on topic [%%s] |
48 | 51 | * | | GWT | TPS | ETH OK | Connected to network
|
49 | 52 | * |!| GWT | TPS | ETH FAIL | Connection failed
|
50 |
| -* | | GWT | RFC | C%d,MSG=%s | Received message [%s] from client [%d] |
51 |
| -* |!| GWT | RFC | C%d,MSG TOO LONG | Received message from client [%d] too long |
52 |
| -* | | GWT | TSA | UDP MSG=%s | Received UDP message [%s] |
| 53 | +* | | GWT | IMQ | TOPIC=%%s,MSG RECEIVE | MQTT message received on topic [%%s] |
| 54 | +* | | GWT | RMQ | MQTT RECONNECT | Reconnecting to MQTT broker |
| 55 | +* | | GWT | RMQ | MQTT CONNECTED | Connected to MQTT broker |
| 56 | +* | | GWT | TPC | CONNECTING... | Connecting to MQTT broker |
| 57 | +* | | GWT | TPC | IP=%%s | IP address [%%s] obtained |
| 58 | +* |!| GWT | TPC | DHCP FAIL | DHCP request failed |
| 59 | +* | | GWT | RFC | C=%%d,MSG=%%s | Received message [%%s] from client [%%d] |
| 60 | +* |!| GWT | RFC | C=%%d,MSG TOO LONG | Received message from client [%%d] too long |
| 61 | +* | | GWT | TSA | UDP MSG=%%s | Received UDP message [%%s] |
53 | 62 | * | | GWT | TSA | ETH OK | Connected to network
|
54 | 63 | * |!| GWT | TSA | ETH FAIL | Connection failed
|
55 |
| -* | | GWT | TSA | C%d,DISCONNECTED | Client [%d] disconnected |
56 |
| -* | | GWT | TSA | C%d,CONNECTED | Client [%d] connected |
| 64 | +* | | GWT | TSA | C=%d,DISCONNECTED | Client [%%d] disconnected |
| 65 | +* | | GWT | TSA | C=%d,CONNECTED | Client [%%d] connected |
57 | 66 | * |!| GWT | TSA | NO FREE SLOT | No free slot for client
|
58 | 67 | * |!| GWT | TRC | IP RENEW FAIL | IP renewal failed
|
59 | 68 | *
|
|
0 commit comments