OSTC Companion  3.0
Companion sofftware for H&W dive computers
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros
OSTC4Operations.cpp File Reference
#include "OSTC4Operations.h"
#include "Utils/Log.h"
#include "Utils/Exception.h"
#include "Utils/ProgressEvent.h"
Include dependency graph for OSTC4Operations.cpp:

Macros

#define FIRMWARE_BLOCK   0x40
 
#define FIRMWARE_BLOCK_DELAY   15
 
#define SWAP4BYTES(x)
 

Macro Definition Documentation

#define FIRMWARE_BLOCK   0x40
#define FIRMWARE_BLOCK_DELAY   15
#define SWAP4BYTES (   x)
Value:
uint( (((x) & 0x000000FF) << 24) \
| (((x) & 0x0000FF00) << 8) \
| (((x) & 0x00FF0000) >> 8) \
| (((x) & 0xFF000000) >> 24))

FIRMWARE UPGRADE ///