llmsgvariabletype.h

Go to the documentation of this file.
00001 
00032 #ifndef LL_LLMSGVARIABLETYPE_H
00033 #define LL_LLMSGVARIABLETYPE_H
00034 
00035 typedef enum e_message_variable_type
00036 {
00037         MVT_NULL,
00038         MVT_FIXED,
00039         MVT_VARIABLE,
00040         MVT_U8,
00041         MVT_U16,
00042         MVT_U32,
00043         MVT_U64,
00044         MVT_S8,
00045         MVT_S16,
00046         MVT_S32,
00047         MVT_S64,
00048         MVT_F32,
00049         MVT_F64,
00050         MVT_LLVector3,
00051         MVT_LLVector3d,
00052         MVT_LLVector4,
00053         MVT_LLQuaternion,
00054         MVT_LLUUID,     
00055         MVT_BOOL,
00056         MVT_IP_ADDR,
00057         MVT_IP_PORT,
00058         MVT_U16Vec3,
00059         MVT_U16Quat,
00060         MVT_S16Array,
00061         MVT_EOL
00062 } EMsgVariableType;
00063 
00064 #endif // LL_LLMSGVARIABLETYPE_H

Generated on Thu Jul 1 06:08:54 2010 for Second Life Viewer by  doxygen 1.4.7