INFM HIL Interface
Interface between Artery simulation and DuTs
Namespaces | Classes | Functions
sim_interface::dut_connector Namespace Reference

Namespaces

namespace  can
 
namespace  rest_dummy
 
namespace  v2x
 

Classes

class  ConnectorConfig
 Configuration for a single DuTConnector More...
 
class  ConnectorInfo
 Some basic information about the connector device. More...
 
class  DuTConnector
 Connector implementing all kinds of DuT devices. More...
 

Functions

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

Detailed Description

HIL - DuT Connector This the base connector to interface with DuTs

Copyright (C) 2021 Michael Schmitz

This file is part of "HIL - DuT Connector".

"HIL - REST Dummy DuT" is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

"HIL - DuT Connector" is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with "HIL - DuT Connector". If not, see http://www.gnu.org/licenses/.

Author
Michael Schmitz
Version
1.0

Sim To DuT Interface

Copyright (C) 2021 Lukas Wagenlehner

This file is part of "Sim To DuT Interface".

"Sim To DuT Interface" is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

"Sim To DuT Interface" is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with "Sim To DuT Interface". If not, see http://www.gnu.org/licenses/.

Author
Lukas Wagenlehner
Version
1.0

Sim To DuT Interface

Copyright (C) 2021 Lukas Wagenlehner

This file is part of "Sim To DuT Interface".

"Sim To DuT Interface" is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

"Sim To DuT Interface" is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with "Sim To DuT Interface". If not, see http://www.gnu.org/licenses/.

Author
Lukas Wagenlehner
Michael Schmitz
Version
1.0

Function Documentation

◆ operator<<()

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

String representation of the connector info.

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