#include <string.h>
Go to the source code of this file.
Defines | |
| #define | BYTE unsigned char |
| #define | WORD unsigned short |
| #define | DWORD unsigned long |
| #define | BIT bit |
| #define | XHUGE |
| #define | NO_SUCH_INDEX 0x11 |
| #define | SUCCESSFUL 0x12 |
| #define | SUBINDEX_NOT_EXIST 0x13 |
| #define | CONNECTION_OK 0x33 |
| #define | CONNECTION_FAILED 0x31 |
| #define | GUARDING_MESSAGE_LOST 0x32 |
| #define | HEARTBEAT_MESSAGE_LOST 0x34 |
| #define | HEARTBEAT_CONSUMER_LOST 0x35 |
| #define | NO_ERROR 0x0000 |
| #define | GENERIC_ERROR 0x1000 |
| #define | CURRENT_ERROR 0x2000 |
| #define | VOLTAGE_ERROR 0x3000 |
| #define | HARDWARE_ERROR 0x5000 |
Typedefs | |
| typedef enum _BOOL | BOOL |
Enumerations | |
| enum | _BOOL { FALSE = 0, TRUE } |
In this file you'll find a lot of definitions, such as datatypes and constants (defines)
|
|
1 Bit |
|
|
8 Bit unsigned |
|
|
lifeguard: connection failed |
|
|
lifeguard: connection is OK |
|
|
internal device error: current error |
|
|
32 Bit unsigned |
|
|
internal device error: generic error |
|
|
lifeguard: guarding message lost |
|
|
internal device error: hardware error |
|
|
lifegurad: heartbeat consumer lost |
|
|
lifeguard: heartbeat message lost |
|
|
internal device error: no error |
|
|
If someone/something tries to access an object dictionary entry which doesn't exist |
|
|
If someone/something tries to access an object dictioary subentry (subindex) which doesn't exist |
|
|
Return value that indicates a successful operation |
|
|
internal device error: voltage error |
|
|
16 Bit unsigned |
|
|
|
|
|
|
|
|
|
1.2.17