MuscleSupport.h (muscle7.61) | : | MuscleSupport.h (muscle7.62) | ||
---|---|---|---|---|
skipping to change at line 14 | skipping to change at line 14 | |||
/ | / | |||
/ File: MuscleSupport.h | / File: MuscleSupport.h | |||
/ | / | |||
/ Description: Standard types, macros, functions, etc, for MUSCLE. | / Description: Standard types, macros, functions, etc, for MUSCLE. | |||
/ | / | |||
*******************************************************************************/ | *******************************************************************************/ | |||
#ifndef MuscleSupport_h | #ifndef MuscleSupport_h | |||
#define MuscleSupport_h | #define MuscleSupport_h | |||
#define MUSCLE_VERSION_STRING "7.61" /**< The current version of the MUSCLE dist | #define MUSCLE_VERSION_STRING "7.62" /**< The current version of the MUSCLE dist | |||
ribution, expressed as an ASCII string */ | ribution, expressed as an ASCII string */ | |||
#define MUSCLE_VERSION 76100 /**< Current version, expressed as decimal | #define MUSCLE_VERSION 76200 /**< Current version, expressed as decimal | |||
Mmmbb, where (M) is the number before the decimal point, (mm) is the number afte | Mmmbb, where (M) is the number before the decimal point, (mm) is the number afte | |||
r the decimal point, and (bb) is reserved */ | r the decimal point, and (bb) is reserved */ | |||
/*! \mainpage MUSCLE Documentation Page | /*! \mainpage MUSCLE Documentation Page | |||
* | * | |||
* The MUSCLE API provides a robust, efficient, scalable, cross-platform, client -server messaging system | * The MUSCLE API provides a robust, efficient, scalable, cross-platform, client -server messaging system | |||
* for network-distributed applications for Linux, MacOS/X, BSD, Windows, BeOS, and other operating | * for network-distributed applications for Linux, MacOS/X, BSD, Windows, BeOS, and other operating | |||
* systems. It can be compiled using any C++ compiler that supports C++03 or hi gher (although C++11 or | * systems. It can be compiled using any C++ compiler that supports C++03 or hi gher (although C++11 or | |||
* higher is preferred) and can run under any OS with a TCP/IP stack and BSD-sty le sockets API. | * higher is preferred) and can run under any OS with a TCP/IP stack and BSD-sty le sockets API. | |||
* | * | |||
* MUSCLE allows an arbitrary number of client programs (each of which may be ru nning on a separate computer and/or | * MUSCLE allows an arbitrary number of client programs (each of which may be ru nning on a separate computer and/or | |||
* under a different OS) to communicate with each other in a many-to-many struct ured-message-passing style. It | * under a different OS) to communicate with each other in a many-to-many struct ured-message-passing style. It | |||
End of changes. 1 change blocks. | ||||
5 lines changed or deleted | 5 lines changed or added |