#include "USB/USBAPI.h"
Classes | |
struct | protocolMsg |
class | Logger |
Macros | |
#define | MSG_TYPE_SYSTEM 1 |
#define | MSG_TYPE_USER 2 |
#define | MSG_TYPE_BLOCK_PLUG 3 |
#define | MSG_TYPE_BLOCK_UNPLUG 4 |
#define | MSG_TYPE_OVERSEND 5 |
#define | MSG_TYPE_GETBRICKS 6 |
#define | MAX_SEND_PER_SECOND 70 |
#define | MAX_OVERSENDING_DURATION 500 |
#define | RX_BUFFER_SIZE 1024 |
Définitions de type | |
typedef struct protocolMsg | protcolMsg |
Énumérations | |
enum | ProtocolSteps { START, TYPE, LENGTH, DATA } |
#define MAX_OVERSENDING_DURATION 500 |
#define MAX_SEND_PER_SECOND 70 |
#define MSG_TYPE_BLOCK_PLUG 3 |
#define MSG_TYPE_BLOCK_UNPLUG 4 |
#define MSG_TYPE_GETBRICKS 6 |
#define MSG_TYPE_OVERSEND 5 |
#define MSG_TYPE_SYSTEM 1 |
#define MSG_TYPE_USER 2 |
#define RX_BUFFER_SIZE 1024 |
typedef struct protocolMsg protcolMsg |
enum ProtocolSteps |