#include "linden_common.h"
#include "lldatapacker.h"
#include "llerror.h"
#include "message.h"
#include "v4color.h"
#include "v4coloru.h"
#include "v2math.h"
#include "v3math.h"
#include "v4math.h"
#include "lluuid.h"
Include dependency graph for lldatapacker.cpp:
Go to the source code of this file.
Functions | |
std::string | convertF32ToString (F32 val) |
Variables | |
const S32 | DP_BUFSIZE = 512 |
static char | DUMMY_BUFFER [128] |
Copyright (c) 2006-2007, Linden Research, Inc.
Second Life Viewer Source Code The source code in this file ("Source Code") is provided by Linden Lab to you under the terms of the GNU General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other License"), formally executed by you and Linden Lab. Terms of the GPL can be found in doc/GPL-license.txt in this distribution, or online at http://secondlife.com/developers/opensource/gplv2
There are special exceptions to the terms and conditions of the GPL as it is applied to this Source Code. View the full text of the exception in the file doc/FLOSS-exception.txt in this software distribution, or online at http://secondlife.com/developers/opensource/flossexception
By copying, modifying or distributing this software, you acknowledge that you have read and understood your obligations described above, and agree to abide by those obligations.
ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, COMPLETENESS OR PERFORMANCE. $/LicenseInfo$
Definition in file lldatapacker.cpp.
std::string convertF32ToString | ( | F32 | val | ) |
Definition at line 1367 of file lldatapacker.cpp.
Referenced by LLDataPackerAsciiFile::packColor4(), LLDataPackerAsciiFile::packF32(), LLDataPackerAsciiFile::packVector2(), LLDataPackerAsciiFile::packVector3(), and LLDataPackerAsciiFile::packVector4().
const S32 DP_BUFSIZE = 512 |
Definition at line 49 of file lldatapacker.cpp.
Referenced by LLDataPackerAsciiFile::getValueStr(), LLDataPackerAsciiBuffer::getValueStr(), LLDataPackerAsciiFile::unpackBinaryData(), LLDataPackerAsciiBuffer::unpackBinaryData(), LLDataPackerAsciiFile::unpackBinaryDataFixed(), LLDataPackerAsciiBuffer::unpackBinaryDataFixed(), LLDataPackerAsciiFile::unpackColor4(), LLDataPackerAsciiBuffer::unpackColor4(), LLDataPackerAsciiFile::unpackColor4U(), LLDataPackerAsciiBuffer::unpackColor4U(), LLDataPackerAsciiFile::unpackF32(), LLDataPackerAsciiBuffer::unpackF32(), LLDataPackerAsciiFile::unpackS32(), LLDataPackerAsciiBuffer::unpackS32(), LLDataPackerAsciiFile::unpackString(), LLDataPackerAsciiBuffer::unpackString(), LLDataPackerAsciiFile::unpackU16(), LLDataPackerAsciiBuffer::unpackU16(), LLDataPackerAsciiFile::unpackU32(), LLDataPackerAsciiBuffer::unpackU32(), LLDataPackerAsciiFile::unpackU8(), LLDataPackerAsciiBuffer::unpackU8(), LLDataPackerAsciiFile::unpackUUID(), LLDataPackerAsciiBuffer::unpackUUID(), LLDataPackerAsciiFile::unpackVector2(), LLDataPackerAsciiBuffer::unpackVector2(), LLDataPackerAsciiFile::unpackVector3(), LLDataPackerAsciiBuffer::unpackVector3(), LLDataPackerAsciiFile::unpackVector4(), and LLDataPackerAsciiBuffer::unpackVector4().
char DUMMY_BUFFER[128] [static] |
Definition at line 51 of file lldatapacker.cpp.
Referenced by LLDataPackerAsciiBuffer::packColor4(), LLDataPackerAsciiBuffer::packColor4U(), LLDataPackerAsciiBuffer::packF32(), LLDataPackerAsciiBuffer::packS32(), LLDataPackerAsciiBuffer::packU16(), LLDataPackerAsciiBuffer::packU32(), LLDataPackerAsciiBuffer::packU8(), LLDataPackerAsciiBuffer::packVector2(), LLDataPackerAsciiBuffer::packVector3(), and LLDataPackerAsciiBuffer::packVector4().