#include <elements.h>
Collaboration diagram for SMP::_buffer:

Public Member Functions | |
| _buffer (int _src=-1, int _src_port=-1, int _size=BUF_MAX) | |
| default constructor | |
Public Attributes | |
| uint | buid |
| int | src |
| int | src_port |
| vector< int > | dest |
| vector< int > | dest_port |
| int | size |
| int | type |
| SMP::_buffer::_buffer | ( | int | _src = -1, |
|
| int | _src_port = -1, |
|||
| int | _size = BUF_MAX | |||
| ) | [inline] |
default constructor
| uint SMP::_buffer::buid |
Unique-ID of buffer
source of buffer, the filter id
source of buffer, the port id
| vector<int> SMP::_buffer::dest |
destination of buffer, the filter id
| vector<int> SMP::_buffer::dest_port |
destination of buffer, the port id
size of buffer, in bytes
the buffer type: data or signal buffer
1.5.1