|
TOBI Interface A
0.1
|
This class is written to store information for a specific signal type. More...
#include <ss_meta_info.h>
Public Member Functions | |
| void | setType (const std::string &type) |
| Set the name of the signal type. | |
| std::string | type () const |
| Get the name of the stored signal type. | |
| boost::uint16_t | blockSize () const |
| Get the blocksize of the stored signal type. | |
| void | setBlockSize (boost::uint16_t block_size) |
| Set the blocksize of the stored signal type. | |
| boost::uint16_t | samplingRate () const |
| Get the sampling rate of the stored signal type. | |
| void | setSamplingRate (boost::uint16_t sampling_rate) |
| Set the sampling rate of the stored signal type. | |
| const std::vector< Channel > & | channels () const |
| Get a vector holding specific information for every channel of this signal type. | |
| std::vector< Channel > & | channels () |
This class is written to store information for a specific signal type.
This class is designed to hold information which is consistent within a single signal type like sampling rate or block size.
Definition at line 196 of file ss_meta_info.h.