#include <sfp.h>
Inheritance diagram for TAO_SFP_Object:
Public Member Functions | |
TAO_SFP_Object (TAO_AV_Callback *callback, TAO_AV_Transport *transport) | |
virtual | ~TAO_SFP_Object (void) |
virtual int | handle_input (void)=0 |
virtual int | send_frame (ACE_Message_Block *frame, TAO_AV_frame_info *frame_info=0) |
send a data frame. | |
virtual int | send_frame (const iovec *iov, int iovcnt, TAO_AV_frame_info *frame_info=0) |
send a frame in iovecs. | |
virtual int | send_frame (const char *buf, size_t len) |
virtual int | destroy (void) |
virtual int | set_policies (const TAO_AV_PolicyList &policies) |
set/get policies. | |
Protected Member Functions | |
ACE_Message_Block * | get_fragment (ACE_Message_Block *&frame, size_t initial_len, size_t &last_mb_orig_len, size_t &last_mb_current_len) |
Protected Attributes | |
CORBA::ULong | sequence_num_ |
CORBA::ULong | source_id_ |
CORBA::Long | max_credit_ |
CORBA::Long | current_credit_ |
TAO_SFP_Frame_State | state_ |
|
|
|
|
|
Implements TAO_AV_Protocol_Object. |
|
|
|
Implements TAO_AV_Protocol_Object. Implemented in TAO_SFP_Producer_Object, and TAO_SFP_Consumer_Object. |
|
Implements TAO_AV_Protocol_Object. |
|
send a frame in iovecs.
Implements TAO_AV_Protocol_Object. |
|
send a data frame.
Implements TAO_AV_Protocol_Object. |
|
set/get policies.
Reimplemented from TAO_AV_Protocol_Object. |
|
|
|
|
|
|
|
|
|
|