ICP  1
Macros
event_store.cpp File Reference
#include "stdafx.h"
#include "event_store.h"
#include "dae_events.h"
#include "icputils.h"
#include "isisraw.h"

Go to the source code of this file.

Macros

#define THROW_RETURN_NE(__comm, __val, __mess)
 
#define PPP_TO_UAMPH   1.738E-6
 

Macro Definition Documentation

#define PPP_TO_UAMPH   1.738E-6

Definition at line 1055 of file event_store.cpp.

Referenced by ISISRAWEventSource::sendHeader().

#define THROW_RETURN_NE (   __comm,
  __val,
  __mess 
)
Value:
if ( (__comm) != (__val) ) \
{ \
throw std::runtime_error(__mess); \
}

Definition at line 401 of file event_store.cpp.