Orocos Real-Time Toolkit
2.8.3
|
Represents the basic channel element interface for reading, writing and disconnecting a channel. More...
import"rtt/transports/corba/DataFlow.idl";
Public Member Functions | |
CFlowStatus | read (out any sample, in boolean copy_old_data) |
Reads from this Channel Element. More... | |
boolean | write (in any sample) |
Writes into this Channel Element. More... | |
void | disconnect () |
Disconnect and dispose this object. More... | |
Represents the basic channel element interface for reading, writing and disconnecting a channel.
Use this interface in case you want to communicate with an Orocos component's port from a non-Orocos application.
Definition at line 34 of file DataFlow.idl.
void RTT::corba::CChannelElement::disconnect | ( | ) |
Disconnect and dispose this object.
You may no longer use this object after calling this method.
CFlowStatus RTT::corba::CChannelElement::read | ( | out any | sample, |
in boolean | copy_old_data | ||
) |
Reads from this Channel Element.
boolean RTT::corba::CChannelElement::write | ( | in any | sample | ) |
Writes into this Channel Element.