ICP  1
Classes | Macros | Typedefs | Functions
DAEstatus.h File Reference
#include "DAEstatus_codes.h"

Go to the source code of this file.

Classes

class  DAEstatus_message
 
class  DAEstatus
 

Macros

#define STATUS_CHECK_HR(a, status)
 

Typedefs

typedef int DAEreport_func_t (const DAEstatus_message &mess, void *arg)
 

Functions

std::ostream & operator<< (std::ostream &str, const DAEstatus_message &sm)
 
std::ostream & operator<< (std::ostream &str, DAEstatus &s)
 

Macro Definition Documentation

#define STATUS_CHECK_HR (   a,
  status 
)
Value:
hr = (a); \
if (FAILED(hr)) { \
"%s %d %s failed error 0x%.8x", __FILE__, __LINE__ , #a , hr); \
}
#define FAC_DAE
#define ERRTYPE_OUTOFMEM
#define SEV_ERROR

Definition at line 213 of file DAEstatus.h.

Referenced by LabviewXML::DomFromCOM(), and LabviewXML::loadFromString().

Typedef Documentation

typedef int DAEreport_func_t(const DAEstatus_message &mess, void *arg)

Definition at line 119 of file DAEstatus.h.

Function Documentation

std::ostream& operator<< ( std::ostream &  str,
const DAEstatus_message sm 
)
inline

Definition at line 114 of file DAEstatus.h.

References DAEstatus_message::print().

std::ostream& operator<< ( std::ostream &  str,
DAEstatus s 
)
inline

Definition at line 206 of file DAEstatus.h.

References DAEstatus::print().