MOOS 0.2375
Defines | Functions
/home/toby/moos-ivp/MOOS-2375-Oct0611/Core/MOOSGenLib/MOOSAssert.h File Reference
#include "MOOSGenLibGlobalHelper.h"
Include dependency graph for MOOSAssert.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define MOOS_ASSERT_LEVEL   1
#define _MOOSASSERT(bCond, msg)

Functions

void MOOSAssert (bool cond, const char *msg=NULL, const char *filename=NULL, int line=0)

Define Documentation

#define _MOOSASSERT (   bCond,
  msg 
)

Definition at line 23 of file MOOSAssert.h.

#define MOOS_ASSERT_LEVEL   1

Definition at line 14 of file MOOSAssert.h.


Function Documentation

void MOOSAssert ( bool  cond,
const char *  msg = NULL,
const char *  filename = NULL,
int  line = 0 
) [inline]

Definition at line 28 of file MOOSAssert.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines