This is an automated email from the ASF dual-hosted git repository. cdutz pushed a commit to branch feature/ads-symbol-discovery in repository https://gitbox.apache.org/repos/asf/plc4x.git
commit 42387ce05c1e1fa7419f25ee9106b12783c04c1d Author: Christofer Dutz <[email protected]> AuthorDate: Thu Aug 25 10:27:20 2022 +0200 chore(protocols/ads): Added some comments on my recent changes --- protocols/ads/src/main/resources/protocols/ads/ads.mspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/ads/src/main/resources/protocols/ads/ads.mspec b/protocols/ads/src/main/resources/protocols/ads/ads.mspec index a27f0cb72..da3ce1603 100644 --- a/protocols/ads/src/main/resources/protocols/ads/ads.mspec +++ b/protocols/ads/src/main/resources/protocols/ads/ads.mspec @@ -127,7 +127,7 @@ [simple uint 16 sourceAmsPort ] // 2 bytes. [discriminator CommandId commandId ] - // 2 bytes. + // 2 bytes. (I set these as constants in order to minimize the input needed for creating requests) [const bit initCommand false ] [const bit updCommand false ] [const bit timestampAdded false ]
