LRAUV  revA
DataReceiver.h File Reference

Contains the DataReceiver class declaration. More...

#include "logger/Logger.h"
#include "../Lib/aes/AES.h"
Include dependency graph for DataReceiver.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DataReceiver
 Handles data that is sent to the vehicle. More...
 

Macros

#define MAX_ZEROES   16
 Maximum consecuitive zeroes that may occur in a file. More...
 
#define MAX_STREAM_CMD   130
 Defined to accommodate 9 byte header and 16 bytes of data in 255 byte packet. More...
 
#define MAX_TARGET   100
 

Detailed Description

Contains the DataReceiver class declaration.

Copyright (c) 2007,2008,2009 MBARI MBARI Proprietary Information. All Rights Reserved

Macro Definition Documentation

#define MAX_STREAM_CMD   130

Defined to accommodate 9 byte header and 16 bytes of data in 255 byte packet.

Referenced by DataReceiver::Receive().

#define MAX_TARGET   100

Referenced by DataReceiver::Receive().

#define MAX_ZEROES   16

Maximum consecuitive zeroes that may occur in a file.

Referenced by DataReceiver::FileDone().