bioweb  0.09.92
C++/Python(django)/JavaScript(angularJS) framework
Macros | Functions
calc.hpp File Reference

the C++ calculation library interface More...

#include <mt4cpp/Scheduler.hpp>
#include <mt4cpp/CommandHistory.hpp>

Go to the source code of this file.

Macros

#define CALC_DLL(X)   X
 

Functions

class CALC_DLL (CommandManager)
 Example C++ calculation. This function return a number. More...
 

Detailed Description

the C++ calculation library interface

Definition in file calc.hpp.

Macro Definition Documentation

#define CALC_DLL (   X )    X

Workaround for Unix Shared Library exports

Definition at line 20 of file calc.hpp.

Function Documentation

class CALC_DLL ( CommandManager   )

Example C++ calculation. This function return a number.

singleton, active object design pattern

execute testing command (this command is finished after 0.2 s)

keys for stored commands

description for command with given id

Definition at line 33 of file calc.hpp.