OSTC Companion
3.0
Companion sofftware for H&W dive computers
|
Implementing various operations for OSTC3 dive computer. More...
#include "OSTC3Operations.h"
#include "Utils/Exception.h"
#include "Utils/Log.h"
#include "Utils/ProgressEvent.h"
#include "SettingsDialog.h"
#include "HexFile.h"
#include <QApplication>
#include <QDateTime>
#include <QDir>
Macros | |
#define | LOW(x) ((unsigned char)((x) % 256)) |
#define | HIGH(x) ((unsigned char)((x / (1<<8)) % 256)) |
#define | UPPER(x) ((unsigned char)((x / (1<<16)) % 256)) |
#define | UP32(x) ((unsigned char)((x / (1<<24)) % 256)) |
#define | FIRMWARE_AREA 0x3E0000 |
#define | FIRMWARE_SIZE 0x01E000 |
#define | FIRMWARE_BLOCK 0x1000 |
Implementing various operations for OSTC3 dive computer.
#define FIRMWARE_AREA 0x3E0000 |
#define FIRMWARE_BLOCK 0x1000 |
#define FIRMWARE_SIZE 0x01E000 |
#define HIGH | ( | x | ) | ((unsigned char)((x / (1<<8)) % 256)) |
#define LOW | ( | x | ) | ((unsigned char)((x) % 256)) |
#define UP32 | ( | x | ) | ((unsigned char)((x / (1<<24)) % 256)) |
#define UPPER | ( | x | ) | ((unsigned char)((x / (1<<16)) % 256)) |