#include <bytestreamfe.h>
Public Member Functions | |
| byteStreamFE (const Id &n, In< VYAfileName > &fileNameF, In< int > &nrBytesF, Out< unsigned char > &byteStreamF) | |
| const char * | type () const |
| void | main () |
Private Attributes | |
| InPort< VYAfileName > | fileNameP |
| InPort< int > | nrBytesP |
| OutPort< unsigned char > | byteStreamP |
| VYAfileName | fileName |
| int | nrBytes |
|
||||||||||||||||||||
|
Definition at line 17 of file bytestreamfe.cc. |
|
|
Definition at line 34 of file bytestreamfe.cc. References BURST_LENGTH, byteStreamP, fileName, fileNameP, nrBytes, and nrBytesP. |
|
|
Definition at line 29 of file bytestreamfe.cc. |
|
|
Definition at line 38 of file bytestreamfe.h. Referenced by main(). |
|
|
Definition at line 41 of file bytestreamfe.h. Referenced by main(). |
|
|
Definition at line 36 of file bytestreamfe.h. Referenced by main(). |
|
|
Definition at line 42 of file bytestreamfe.h. Referenced by main(). |
|
|
Definition at line 37 of file bytestreamfe.h. Referenced by main(). |
1.3.2