Joseph Ogbonna
DIIDevHeads IoT Integration Server
•Created by Marvee Amasi on 4/10/2024 in #middleware-and-os
Segmentation Fault Error in Concurrent Sensor Data Processing Simulation: What's the Issue?
Seems like your does not receive the correct argument, which should be the address of the
SensorData
struct, not the address of the value
field within the struct.
This part of your code :
Change it to pass the address of the SensorData
struct instead:
4 replies