#include <oem7_debug_file.hpp>
Public Member Functions | |
| virtual bool | initialize (std::string &debug_file_name) | 
| Oem7DebugFile () | |
| virtual bool | write (const unsigned char *buf, size_t len) | 
Private Attributes | |
| std::string | file_name_ | 
| Filesystem name.  More... | |
| std::ofstream | oem7_file_ | 
| output  More... | |
File under .ros, for capturing debug output not suitable for console.
Definition at line 37 of file oem7_debug_file.hpp.
| novatel_oem7_driver::Oem7DebugFile::Oem7DebugFile | ( | ) | 
Definition at line 32 of file oem7_debug_file.cpp.
      
  | 
  virtual | 
Definition at line 36 of file oem7_debug_file.cpp.
      
  | 
  virtual | 
Reads input from file.
Definition at line 63 of file oem7_debug_file.cpp.
      
  | 
  private | 
Filesystem name.
Definition at line 41 of file oem7_debug_file.hpp.
      
  | 
  private | 
output
Definition at line 39 of file oem7_debug_file.hpp.