Robot Raconteur Core C++ Library
Loading...
Searching...
No Matches
RobotRaconteur::WireBase Class Referenceabstract

Base class for Wire. More...

#include <WireMember.h>

Inheritance diagram for RobotRaconteur::WireBase:
RobotRaconteur::Wire< T >

Public Member Functions

virtual std::string GetMemberName ()=0
 Get the member name of the wire.
MemberDefinition_Direction Direction ()
 The direction of the wire.

Detailed Description

Base class for Wire.

Member Function Documentation

◆ Direction()

MemberDefinition_Direction RobotRaconteur::WireBase::Direction ( )

The direction of the wire.

Wires may be declared readonly or writeonly in the service definition file. (If neither is specified, the wire is assumed to be full duplex.) readonly wire may only send out values from service to client. writeonly wires may only send out values from client to service.

Returns
MemberDefinition_Direction

◆ GetMemberName()

virtual std::string RobotRaconteur::WireBase::GetMemberName ( )
pure virtual

Get the member name of the wire.

Returns
std::string

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