LRAUV  revA
BinaryDataType.h File Reference

Contains the BinaryDataType enumeration. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  BinaryDataType {
  NO_TYPE = -0x01, MULTIVALUE = 0x00, STRVALUE = MULTIVALUE, UCHAR1 = 0x02,
  SHORT2 = 0x05, USHORT2 = 0x06, FLOAT2 = 0x07, FLOAT3 = 0x0B,
  INT4 = 0x0D, FLOAT4 = 0x0F, DOUBLE4 = 0x2F, DOUBLE6 = 0x37,
  DOUBLE8 = 0x1F
}
 These are binary type identifiers for serializing and unserializing The syntax below handles up to 16 8-byte numbers per packet. More...
 

Detailed Description

Contains the BinaryDataType enumeration.

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