openMSX
Public Member Functions | Protected Member Functions | List of all members
openmsx::RS232Connector Class Referenceabstract

#include <RS232Connector.hh>

Inheritance diagram for openmsx::RS232Connector:
Inheritance graph
[legend]
Collaboration diagram for openmsx::RS232Connector:
Collaboration graph
[legend]

Public Member Functions

RS232DevicegetPluggedRS232Dev () const
 
std::string_view getDescription () const final
 Get a description for this connector.
 
std::string_view getClass () const final
 A Connector belong to a certain class.
 
void setDataBits (DataBits bits) override=0
 
void setStopBits (StopBits bits) override=0
 
void setParityBit (bool enable, ParityBit parity) override=0
 
void recvByte (byte value, EmuTime::param time) override=0
 
virtual bool ready ()=0
 
virtual bool acceptsData ()=0
 
template<typename Archive >
void serialize (Archive &ar, unsigned version)
 
- Public Member Functions inherited from openmsx::Connector
 Connector (const Connector &)=delete
 
Connectoroperator= (const Connector &)=delete
 
const std::string & getName () const
 Name that identifies this connector.
 
virtual void plug (Pluggable &device, EmuTime::param time)
 This plugs a Pluggable in this Connector.
 
virtual void unplug (EmuTime::param time)
 This unplugs the currently inserted Pluggable from this Connector.
 
PluggablegetPlugged () const
 Returns the Pluggable currently plugged in.
 
PluggingControllergetPluggingController () const
 
template<typename Archive >
void serialize (Archive &ar, unsigned version)
 

Protected Member Functions

 RS232Connector (PluggingController &pluggingController, std::string name)
 
 ~RS232Connector ()=default
 
- Protected Member Functions inherited from openmsx::Connector
 Connector (PluggingController &pluggingController, std::string name, std::unique_ptr< Pluggable > dummy)
 Creates a new Connector.
 
 ~Connector ()
 
- Protected Member Functions inherited from openmsx::SerialDataInterface
 ~SerialDataInterface ()=default
 

Additional Inherited Members

- Public Types inherited from openmsx::SerialDataInterface
enum  DataBits { DATA_5 = 5 , DATA_6 = 6 , DATA_7 = 7 , DATA_8 = 8 }
 
enum  StopBits { STOP_INV = 0 , STOP_1 = 2 , STOP_15 = 3 , STOP_2 = 4 }
 
enum  ParityBit { EVEN = 0 , ODD = 1 }
 

Detailed Description

Definition at line 12 of file RS232Connector.hh.

Constructor & Destructor Documentation

◆ RS232Connector()

openmsx::RS232Connector::RS232Connector ( PluggingController pluggingController,
std::string  name 
)
protected

Definition at line 10 of file RS232Connector.cc.

◆ ~RS232Connector()

openmsx::RS232Connector::~RS232Connector ( )
protecteddefault

Member Function Documentation

◆ acceptsData()

virtual bool openmsx::RS232Connector::acceptsData ( )
pure virtual

Implemented in openmsx::MSXRS232.

◆ getClass()

std::string_view openmsx::RS232Connector::getClass ( ) const
finalvirtual

A Connector belong to a certain class.

Only Pluggables of this class can be plugged in this Connector.

Implements openmsx::Connector.

Definition at line 22 of file RS232Connector.cc.

◆ getDescription()

std::string_view openmsx::RS232Connector::getDescription ( ) const
finalvirtual

Get a description for this connector.

Implements openmsx::Connector.

Definition at line 17 of file RS232Connector.cc.

◆ getPluggedRS232Dev()

RS232Device & openmsx::RS232Connector::getPluggedRS232Dev ( ) const

Definition at line 27 of file RS232Connector.cc.

References openmsx::Connector::getPlugged().

◆ ready()

virtual bool openmsx::RS232Connector::ready ( )
pure virtual

Implemented in openmsx::MSXRS232.

◆ recvByte()

void openmsx::RS232Connector::recvByte ( byte  value,
EmuTime::param  time 
)
overridepure virtual

Implements openmsx::SerialDataInterface.

Implemented in openmsx::MSXRS232.

◆ serialize()

template<typename Archive >
void openmsx::RS232Connector::serialize ( Archive &  ar,
unsigned  version 
)

Definition at line 33 of file RS232Connector.cc.

◆ setDataBits()

void openmsx::RS232Connector::setDataBits ( DataBits  bits)
overridepure virtual

Implements openmsx::SerialDataInterface.

Implemented in openmsx::MSXRS232.

◆ setParityBit()

void openmsx::RS232Connector::setParityBit ( bool  enable,
ParityBit  parity 
)
overridepure virtual

Implements openmsx::SerialDataInterface.

Implemented in openmsx::MSXRS232.

◆ setStopBits()

void openmsx::RS232Connector::setStopBits ( StopBits  bits)
overridepure virtual

Implements openmsx::SerialDataInterface.

Implemented in openmsx::MSXRS232.


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