Muster SDK  8.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
muster.h
Go to the documentation of this file.
1 /*****************************************************************************
2 **
3 ** Header file for shared apps constants
4 **
5 ** Name : muster.h
6 ** Author : Leonardo Bernardini
7 ** Version : 8.1.4, Thu Jun 12th 2014
8 **
9 ** Copyright 2000-2014, Virtual Vertex
10 ** All Rights Reserved.
11 **
12 ** This file contains UNPUBLISHED PROPRIETARY SOURCE CODE.
13 ** The contents of this file may not be disclosed to third parties, copied
14 ** or duplicated in any form, in whole or in part, without the prior written
15 ** permission of the author.
16 **
17 *****************************************************************************/
18 #ifndef MUSTER_H
19 #define MUSTER_H
20 
21 #ifdef _MUSTER_NO_SDK_
22 #include "private_constants.h"
23 #endif
24 
25 #define kNodesNetworkProtocolVersion 805 // Protocol version
26 #define kManagementNetworkProtocolVersion 814 // Protocol version
27 #define kDatabaseQueueVersion 800 // Queue version
28 #define kSharedApplicationTitle "Muster 8.1.4"
29 #define kSharedApplicationVersionString "8.1.4"
30 #define kDefaultNetworkHeartbeatResolution 1200
31 #define kNodesIpDefaultBanningTime 60
32 #define kInstancesLogFormat "%timestamp%.%job_id%.%chunk_id%.%instancename%.%job_name%"
33 
34 #endif