#include <config.h>
#include "Statistics.hh"
#include <cstdlib>
#include <iostream>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | certi |
namespace | certi::rtia |
Defines | |
#define | STRINGIZE(m) #m |
#define | FED_MSG_NAME(msg_) fedMessageName[msg_] = STRINGIZE(msg_) |
#define | RTI_MSG_NAME(msg_) rtiMessageName[msg_] = STRINGIZE(msg_) |
Functions | |
ostream & | operator<< (ostream &s, Statistics &stat) |
Display collected data. |
#define FED_MSG_NAME | ( | msg_ | ) | fedMessageName[msg_] = STRINGIZE(msg_) |
#define RTI_MSG_NAME | ( | msg_ | ) | rtiMessageName[msg_] = STRINGIZE(msg_) |
#define STRINGIZE | ( | m | ) | #m |
Definition at line 37 of file Statistics.cc.