ISAAC
Overview :: Library Doc :: Server Doc :: JSON Commands

In Situ Animation of Accelerated Computations

Macros | Functions
isaac.cpp File Reference
#include "Broker.hpp"
#include "WebSocketDataConnector.hpp"
#include "TCPDataConnector.hpp"
#include "version.hpp"
Include dependency graph for isaac.cpp:

Go to the source code of this file.

Macros

#define ISAAC_INCREASE_NR_OR_DIE
 

Functions

int main (int argc, char **argv)
 

Macro Definition Documentation

§ ISAAC_INCREASE_NR_OR_DIE

#define ISAAC_INCREASE_NR_OR_DIE
Value:
nr++; \
if (nr >= argc) \
{ \
printf("Not enough arguments!\n"); \
return 1; \
}

Definition at line 32 of file isaac.cpp.

Function Documentation

§ main()

int main ( int  argc,
char **  argv 
)

Definition at line 40 of file isaac.cpp.