Class PortAddress

Inheritance Relationships

Derived Type

Class Documentation

class PortAddress

Subclassed by SlotAddress

Public Functions

inline PortAddress(std::string processor, std::string port)
inline const std::string processor() const
inline const std::string port() const
inline const std::string processor_class() const
inline const std::string port_datatype() const
inline void set_port(std::string port, std::string port_datatype = "?")
inline void set_port_datatype(std::string datatype)
inline void set_processor_class(std::string klass)
const std::string string(bool full = false) const

Protected Attributes

std::string processor_name_
std::string port_name_
std::string processor_class_
std::string port_datatype_