Commit History

Author SHA1 Message Date
  Lukas M 89b41278ab JSON: added networkmessage and datasetmessage json encoding (PUBSUB) 5 years ago
  Julius Pfrommer fe01551f83 PubSub: Remove duplicate code path; Improve logging 5 years ago
  Julius Pfrommer 0c19d77f42 PubSub: Send out NetworkMessages with only one DataSetMessage right away 5 years ago
  Julius Pfrommer b16260dbe5 PubSub: Do not malloc network buffers >= 512 bytes 5 years ago
  Julius Pfrommer e50616da7b PubSub: Pull out encoding / sending of NetworkMessages into a separate function 5 years ago
  Julius Pfrommer 9a90b1fcea PubSub: Simplify preparation of NetworkMessages with several DataSetMessages 5 years ago
  Julius Pfrommer 9d4926e8ba PubSub: Remove a warning that no longer applies 5 years ago
  Julius Pfrommer e927037ef8 PubSub: Fix a memleak when encoding fails 5 years ago
  Julius Pfrommer e030f3165c PubSub: Simplify the publisher callback 5 years ago
  Julius Pfrommer e0afb7f8cc PubSub: Replace nmStore with a single variable 5 years ago
  Julius Pfrommer 880a2a75a1 PubSub: Fix pointer to the nmStore array 5 years ago
  Julius Pfrommer d05bfab584 PubSub: Stack-allocate the DataSetMessage array 5 years ago
  Julius Pfrommer 74aeada34a PubSub: Cosmetic improvements part 2 5 years ago
  Julius Pfrommer b7d0436ec3 PubSub: Small cosmetic improvements 5 years ago
  Julius Pfrommer 4d804b5935 Timer: Use zip tree for the timer 5 years ago
  Julius Pfrommer 89f728aee1 Logging: Make logging a proper plugin with state and cleanup method 5 years ago
  Julius Pfrommer 5d72fb8462 Allow fractions of milliseconds for timed callback intervalls 5 years ago
  Andreas Ebner 7750c77fef added WG handling and extended pubsub information model tests. Fixed some memory leaks. 5 years ago
  Julius Pfrommer 43a2b539c2 Deprecate UA_TRUE/UA_FALSE for internal use 5 years ago
  Julius Pfrommer 30e920d10b PubSub: More static methods in ua_pubsub.c 5 years ago
  Julius Pfrommer 0e66249be0 PubSub: Make UA_WriterGroup_deleteMembers static, pull out LIST_REMOVE 5 years ago
  andreasebner cf8a55353f Enable PubSub tests and static code analysis (#1833) 5 years ago
  Julius Pfrommer 7d162cb53b Make feature definitions conditional on build flags 6 years ago
  Tino Bischoff f4699e71de enable PayloadHeader 6 years ago
  Julius Pfrommer 638e78a23d PubSub: Fix allocating a buffer of length zero 6 years ago
  Julius Pfrommer 351bbf6ae2 PubSub: Store old samples only in the writer, not in the DataSetField 6 years ago
  Julius Pfrommer 6c389f23d5 PubSub: Add UA_ENABLE_PUBSUB_DELTAFRAMES option to disable delta frames 6 years ago
  Julius Pfrommer fe4ad297ed PubSub: Proper reset in UA_DataSetWriter_deleteMembers 6 years ago
  Julius Pfrommer 0d8370caa0 PubSub: Fix a double list remove 6 years ago
  Julius Pfrommer 1a3e5da9cb PubSub: Remove an indirection in UA_DataSetWriterSample; Refactor UA_DataSetWriter_generateDataSetMessage 6 years ago