MIRA
|
Defines and constants for the framework. More...
Go to the source code of this file.
Macros | |
#define | MIRA_MAJOR_VERSION(v) ((v) >> 16) |
Calculate the major version of v. More... | |
#define | MIRA_MINOR_VERSION(v) ((v) & 0x0000FFFF) |
Calculate the minor version of v. More... | |
#define | MIRA_PROTOCOL_VERSION 0x00030003 |
Version of the communication protocol between frameworks. More... | |
#define | MIRA_TAPE_VERSION 0x00060000 |
Version of the latest tape format. More... | |
#define | MIRA_AUTODISCOVERY_MULTICAST_PORT 8119 |
Port for multicast for auto discovery service (http://www.networksorcery.com/enp/protocol/ip/ports08000.htm says that this port is unused) More... | |
#define | MIRA_AUTODISCOVERY_MULTICAST_ADDRESS "231.1.1.1" |
Address for multicast for auto discovery service (multicast address space is from 224.0.0.0 to 239.255.255.255) More... | |
Defines and constants for the framework.
#define MIRA_MAJOR_VERSION | ( | v | ) | ((v) >> 16) |
Calculate the major version of v.
#define MIRA_MINOR_VERSION | ( | v | ) | ((v) & 0x0000FFFF) |
Calculate the minor version of v.
#define MIRA_PROTOCOL_VERSION 0x00030003 |
Version of the communication protocol between frameworks.
History:
#define MIRA_TAPE_VERSION 0x00060000 |
Version of the latest tape format.
#define MIRA_AUTODISCOVERY_MULTICAST_PORT 8119 |
Port for multicast for auto discovery service (http://www.networksorcery.com/enp/protocol/ip/ports08000.htm says that this port is unused)
#define MIRA_AUTODISCOVERY_MULTICAST_ADDRESS "231.1.1.1" |
Address for multicast for auto discovery service (multicast address space is from 224.0.0.0 to 239.255.255.255)