NexusCPP  3.5.0
Public Member Functions | List of all members
nxcpp::OverwriteError Class Reference

#include <nxbuffer.h>

Inheritance diagram for nxcpp::OverwriteError:
Inheritance graph
[legend]
Collaboration diagram for nxcpp::OverwriteError:
Collaboration graph
[legend]

Public Member Functions

 OverwriteError ()
 
 OverwriteError (const char *pcszDesc, const char *pcszOrigin)
 
 OverwriteError (const std::string &desc, const char *pcszOrigin)
 
- Public Member Functions inherited from nxcpp::NexusException
 NexusException ()
 
 NexusException (const char *pcszDesc, const char *pcszOrigin)
 
 NexusException (const std::string &desc, const char *pcszOrigin)
 
void PrintMessage ()
 Prints error message on console. More...
 
void GetMsg (char *pBuf, int iLen)
 

Detailed Description

OverwriteError

This class may be used by the DataStreamer in case of a buffer file already exists before the acquisition start

Constructor & Destructor Documentation

◆ OverwriteError() [1/3]

nxcpp::OverwriteError::OverwriteError ( )
inline

◆ OverwriteError() [2/3]

nxcpp::OverwriteError::OverwriteError ( const char *  pcszDesc,
const char *  pcszOrigin 
)
inline

◆ OverwriteError() [3/3]

nxcpp::OverwriteError::OverwriteError ( const std::string &  desc,
const char *  pcszOrigin 
)
inline

The documentation for this class was generated from the following file: