#include "global.h"
#include "MercuryMessages.h"
#include "MercuryThreads.h"
#include "MercuryUtil.h"
#include "MercuryLog.h"
Go to the source code of this file.
Functions | |
void * | AutoUpdateMessages (void *data) |
Function that the MESSAGEMAN thread runs. | |
void HGEXPORT | BroadcastPreExisting (const char *sMessageName, int iMPStack) |
Variables | |
MercuryMessageManager * | MESSAGEMAN = NULL |
Instantiation of MessageManager. | |
volatile float | DTIME |
void* AutoUpdateMessages | ( | void * | data | ) |
void HGEXPORT BroadcastPreExisting | ( | const char * | sMessageName, | |
int | iMPStack | |||
) |
Definition at line 179 of file MercuryMessages.cpp.
volatile float DTIME |
Definition at line 34 of file Mercury.cpp.
MercuryMessageManager* MESSAGEMAN = NULL |