#include <frameio.hh>

Public Member Functions | |
| file_out (const char *filename) | |
| virtual | ~file_out () |
| virtual bool | open (int len=0) |
| virtual void | close () |
Protected Attributes | |
| std::string | fFilename |
| Filename. | |
| framefast::file_out::file_out | ( | const char * | filename | ) | [inline] |
Constructor.
| filename | Name of file |
| virtual framefast::file_out::~file_out | ( | ) | [inline, virtual] |
Desctructor.
| virtual bool framefast::file_out::open | ( | int | len = 0 |
) | [virtual] |
Open method.
| len | Length of frame |
Reimplemented from framefast::desc_out.
| virtual void framefast::file_out::close | ( | ) | [virtual] |
Close method.
Reimplemented from framefast::desc_out.
1.5.4