Hi,
I need some help with TANGO (running on Virtual Box v3 downloaded from TANGO site) reading messages (temperature) dumped by a simulator (written in C) onto a port.
I am using a device server and device class (MyTemperatureSensor written in C++ as given in the virtual box document) to read the values (within the Temperature attribute) and log it.
(note - there is no client currently)
Question -
Should the reading of values from simulator (from the port where it dumps) happen in MyTemperatureSensor::read_attr_hardware OR MyTemperatureSensor::read_Temperature? I think so it should be MyTemperatureSensor::read_attr_hardware. Am I right?
(I referred to the TANGO manual - 8.1.6)