#include <HardwareElements.h>
Public Member Functions | |
APA (ID id) | |
Public Member Functions inherited from Hardware::Element | |
Element (ID id, std::string this_type) | |
std::vector< raw::ChannelID_t > const & | getChannels () const |
std::set< raw::ChannelID_t > const & | getChannelsSet () const |
size_t | getNChannels () const |
size_t | getNChannelsSet () const |
std::vector< HardwareID > const & | getHardwareIDs () const |
std::set< HardwareID > const & | getHardwareIDsSet () const |
size_t | getNHardwareIDs () const |
size_t | getNHardwareIDsSet () const |
void | addChannel (raw::ChannelID_t channel) |
void | addHardwareID (HardwareID id) |
Public Member Functions inherited from Hardware::HardwareID | |
HardwareID () | |
HardwareID (ID id, std::string this_type) | |
ID const & | getID () const |
std::string const & | getType () const |
Additional Inherited Members | |
Protected Member Functions inherited from Hardware::HardwareID | |
int | getTypeOrder () const |
Definition at line 151 of file HardwareElements.h.
|
inline |
Definition at line 151 of file HardwareElements.h.