INFM HIL Interface
Interface between Artery simulation and DuTs
Public Member Functions | Public Attributes | Friends | List of all members
sim_interface::dut_connector::ConnectorInfo Class Reference

Some basic information about the connector device. More...

#include <ConnectorInfo.h>

Public Member Functions

 ConnectorInfo (std::string name, int version, std::string description)
 

Public Attributes

std::string name
 
int version
 
std::string description
 

Friends

std::ostream & operator<< (std::ostream &os, const ConnectorInfo &duTInfo)
 

Detailed Description

Some basic information about the connector device.

Constructor & Destructor Documentation

◆ ConnectorInfo()

sim_interface::dut_connector::ConnectorInfo::ConnectorInfo ( std::string  name,
int  version,
std::string  description 
)

Create a new connector info.

Parameters
nameThe name of the connector.
versionThe version of the connector.
descriptionA description of the connector.

Friends And Related Function Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  os,
const ConnectorInfo duTInfo 
)
friend

String representation of the connector info.

Parameters
osOutput stream object reference.
duTInfoInstance reference of this class.
Returns
Output stream object reference.

Member Data Documentation

◆ description

std::string sim_interface::dut_connector::ConnectorInfo::description

A description of the connector.

◆ name

std::string sim_interface::dut_connector::ConnectorInfo::name

The name of the connector.

◆ version

int sim_interface::dut_connector::ConnectorInfo::version

The version of the connector.


The documentation for this class was generated from the following files: