muster.h
1 /*****************************************************************************
2 **
3 ** Header file for shared apps constants
4 **
5 ** Name : muster.h
6 ** Author : Leonardo Bernardini
7 ** Version : Alpha 9.0 Wed May 17th 2017
8 **
9 ** Copyright 2000-2017, 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 
29 #define kNodesNetworkProtocolVersion 903
30 #define kManagementNetworkProtocolVersion 905
31 #define kDatabaseQueueVersion 914
32 #define kSharedApplicationTitle "Muster 9.0.14"
33 #define kSharedApplicationVersionString "9.0.14"
34 #define kPackageVersion "90E"
36 #define kDefaultNetworkHeartbeatResolution 1200
37 #define kInstancesLogFormat "%timestamp%.%job_id%.%chunk_id%.%instancename%.%job_name%"
38 #define kLinkToHelp "https://www.vvertex.com/wiki900"
39 
43 #endif