|
ocssw
1.0
|
Classes | |
| class | FileStager |
Typedefs | |
| typedef int | NumBytesAvail |
Functions | |
| void | Error (const char *s) |
| void | Error (const char *s, int n1) |
| typedef int Aq::Fw::Ws::Io::NumBytesAvail |
Definition at line 23 of file FileStager.h.
| void Aq::Fw::Ws::Io::Error | ( | const char * | s | ) |
These Error functions are for printing errors in the event that something goes wrong in opening or reading the file. These are not the flight versions but have the same signature.
Definition at line 16 of file FileStager.cpp.
| void Aq::Fw::Ws::Io::Error | ( | const char * | s, |
| int | n1 | ||
| ) |
Definition at line 17 of file FileStager.cpp.
1.7.6.1