Interface against a signal group.
#include <signalgroup.h>
|
|
void | MessageId (uint64_t message_id) |
| | Sets the message ID.
|
| |
|
uint64_t | MessageId () const |
| | Returns the message ID.
|
| |
|
void | Name (const std::string &name) |
| | Sets the name.
|
| |
|
const std::string & | Name () const |
| | Name.
|
| |
|
void | Repetition (size_t rep) |
| | Sets the repetition.
|
| |
|
size_t | Repetition () const |
| | Repetition.
|
| |
|
void | Signals (const std::vector< std::string > &signals) |
| | Returns a list of signal names.
|
| |
|
const std::vector< std::string > & | Signals () const |
| | Returns a list of signal names.
|
| |
The documentation for this class was generated from the following file: