|
TOBI Interface A
0.1
|
This class stores information for all transmitted signals. More...
#include <ss_meta_info.h>
Public Types | |
|
typedef std::map< std::string, Signal > | SignalMap |
Public Member Functions | |
| boost::uint16_t | masterSamplingRate () const |
| Get the sampling rate of the device defined as master. | |
| void | setMasterSamplingRate (boost::uint16_t rate) |
| Set the sampling rate of the device defined as master. | |
| boost::uint16_t | masterBlockSize () const |
| void | setMasterBlockSize (boost::uint16_t size) |
| const SignalMap & | signals () const |
| SignalMap & | signals () |
This class stores information for all transmitted signals.
This class stores information for all signal transmitted via TiA. It also stores information concerning the master device, as this device is responsible for the rate, data packets are delivered with.
Definition at line 254 of file ss_meta_info.h.