JunkBox_Lib++ (for Windows) 1.10.1
|
LLSD用ライブラリヘッダ(サブセット版) More...
Go to the source code of this file.
Macros | |
#define | LLSD_MAKER_UNDEF '!' |
#define | LLSD_MAKER_TRUE '1' |
#define | LLSD_MAKER_FALSE '0' |
#define | LLSD_MAKER_INT 'i' |
#define | LLSD_MAKER_REAL 'r' |
#define | LLSD_MAKER_UUID 'u' |
#define | LLSD_MAKER_BIN 'b' |
#define | LLSD_MAKER_STR 's' |
#define | LLSD_MAKER_URI 'l' |
#define | LLSD_MAKER_KEY 'k' |
#define | LLSD_MAKER_DATE 'd' |
#define | LLSD_MAKER_ARRAY '[' |
#define | LLSD_MAKER_ARRAY_END ']' |
#define | LLSD_MAKER_MAP '{' |
#define | LLSD_MAKER_MAP_END '}' |
*ptr はマーカーの次のデータを指すポインタ.ポインタは次に進む. | |
#define | llsd_bin_get_key(p) llsd_bin_get_str((p)) |
#define | llsd_bin_get_uri(p) llsd_bin_get_str((p)) |
#define | llsd_bin_get_map(p) llsd_bin_get_int((p)) |
要素数を返す. | |
#define | llsd_bin_get_array(p) llsd_bin_get_int((p)) |
要素数を返す. | |
Functions | |
Buffer | llsd_bin_get_str (uByte **ptr) |
ストリングマーカーの要素を返す.ポインタは次に進む. | |
int | llsd_bin_get_int (uByte **ptr) |
整数マーカーの要素を返す.ポインタは次に進む. | |
double | llsd_bin_get_real (uByte **ptr) |
実数マーカーの要素を返す.ポインタは次に進む. | |
Buffer | llsd_bin_get_uuid (uByte **ptr) |
UUIDマーカーの要素を返す.ポインタは次に進む. | |
Buffer | llsd_bin_get_bin (uByte **ptr) |
バイナリマーカーの要素を返す.ポインタは次に進む. | |
unsigned long long int | llsd_bin_get_date (uByte **ptr) |
デイトマーカーの要素を返す.ポインタは次に進む. | |
int | llsd_bin_get_length (uByte *ptr, int sz) |
tXML * | llsd_bin_parse (uByte *ptr, int sz) |
LLSDヘッダ のバイナリデータを tXMLのデータに格納する.ボディについては別途処理する. | |
tXML * | llsd_bin_main_parse (tXML *xml, uByte *ptr, int sz) |
LLSD のバイナリデータをパースするメイン関数. | |
tXML * | llsd_bin_get_block_data (uByte *buf, int sz, const char *key) |
uWord * | llsd_bin_get_skin_weight (uByte *buf, int sz, int vertex_num, int *joints_num) |
int | llsd_xml_contain_key (tXML *xml, const char *key) |
int | llsd_xml_get_content_int (tXML *xml, const char *key, const char *item) |
double | llsd_xml_get_content_real (tXML *xml, const char *key, const char *item) |
Buffer | llsd_xml_get_content_str (tXML *xml, const char *key, const char *item) |
Buffer | llsd_xml_get_content_bin (tXML *xml, const char *key, const char *item) |
Definition in file llsd_tool.h.
#define llsd_bin_get_array | ( | p | ) | llsd_bin_get_int((p)) |
Definition at line 50 of file llsd_tool.h.
#define llsd_bin_get_key | ( | p | ) | llsd_bin_get_str((p)) |
Definition at line 47 of file llsd_tool.h.
Referenced by llsd_bin_main_parse().
#define llsd_bin_get_map | ( | p | ) | llsd_bin_get_int((p)) |
Definition at line 49 of file llsd_tool.h.
Referenced by llsd_bin_main_parse().
#define llsd_bin_get_uri | ( | p | ) | llsd_bin_get_str((p)) |
Definition at line 48 of file llsd_tool.h.
Referenced by llsd_bin_main_parse().
#define LLSD_MAKER_ARRAY '[' |
Definition at line 33 of file llsd_tool.h.
Referenced by llsd_bin_get_length(), and llsd_bin_main_parse().
#define LLSD_MAKER_ARRAY_END ']' |
Definition at line 34 of file llsd_tool.h.
Referenced by llsd_bin_get_length(), and llsd_bin_main_parse().
#define LLSD_MAKER_BIN 'b' |
Definition at line 28 of file llsd_tool.h.
Referenced by llsd_bin_get_length(), and llsd_bin_main_parse().
#define LLSD_MAKER_DATE 'd' |
Definition at line 32 of file llsd_tool.h.
Referenced by llsd_bin_get_length(), and llsd_bin_main_parse().
#define LLSD_MAKER_FALSE '0' |
Definition at line 24 of file llsd_tool.h.
Referenced by llsd_bin_get_length(), and llsd_bin_main_parse().
#define LLSD_MAKER_INT 'i' |
Definition at line 25 of file llsd_tool.h.
Referenced by llsd_bin_get_length(), and llsd_bin_main_parse().
#define LLSD_MAKER_KEY 'k' |
Definition at line 31 of file llsd_tool.h.
Referenced by llsd_bin_get_length(), and llsd_bin_main_parse().
#define LLSD_MAKER_MAP '{' |
Definition at line 35 of file llsd_tool.h.
Referenced by llsd_bin_get_length(), and llsd_bin_main_parse().
#define LLSD_MAKER_MAP_END '}' |
Definition at line 36 of file llsd_tool.h.
Referenced by llsd_bin_get_length(), and llsd_bin_main_parse().
#define LLSD_MAKER_REAL 'r' |
Definition at line 26 of file llsd_tool.h.
Referenced by llsd_bin_get_length(), and llsd_bin_main_parse().
#define LLSD_MAKER_STR 's' |
Definition at line 29 of file llsd_tool.h.
Referenced by llsd_bin_get_length(), and llsd_bin_main_parse().
#define LLSD_MAKER_TRUE '1' |
Definition at line 23 of file llsd_tool.h.
Referenced by llsd_bin_get_length(), and llsd_bin_main_parse().
#define LLSD_MAKER_UNDEF '!' |
Definition at line 22 of file llsd_tool.h.
Referenced by llsd_bin_get_length(), and llsd_bin_main_parse().
#define LLSD_MAKER_URI 'l' |
Definition at line 30 of file llsd_tool.h.
Referenced by llsd_bin_get_length(), and llsd_bin_main_parse().
#define LLSD_MAKER_UUID 'u' |
Definition at line 27 of file llsd_tool.h.
Referenced by llsd_bin_get_length(), and llsd_bin_main_parse().
*ptr | LLSD_MAKER_BIN ('b') の次のデータを指すポインタ |
Definition at line 135 of file llsd_tool.cpp.
References init_Buffer(), and set_Buffer().
Referenced by llsd_bin_main_parse().
tXML* llsd_bin_get_block_data(uByte* buf, int sz, const char* key)
llmeshファイルのヘッダ部分の keyを参照し,圧縮されたボディデータから該当ブロックデータを取り出してXML形式に変換する.
buf | llmeshファイルのヘッダ部分のバイナリデータ |
sz | buf のサイズ |
key | 取り出すブロックデータのキー.Ex.) "hight_lod", "medium_lod", "low_lod", "lowest_lod", "physics_convex", "skin", etc... |
Definition at line 495 of file llsd_tool.cpp.
References Buffer::buf, del_all_xml, gz_decode_data(), llsd_bin_get_length(), llsd_bin_parse(), llsd_xml_contain_key(), llsd_xml_get_content_int(), PRINT_MESG, set_Buffer(), and Buffer::vldsz.
unsigned long long int llsd_bin_get_date | ( | uByte ** | ptr | ) |
*ptr | LLSD_MAKER_DATE ('d') の次のデータを指すポインタ |
Definition at line 69 of file llsd_tool.cpp.
References ntohull().
Referenced by llsd_bin_main_parse().
int llsd_bin_get_int | ( | uByte ** | ptr | ) |
*ptr | LLSD_MAKER_INT ('i') の次のデータを指すポインタ |
Definition at line 53 of file llsd_tool.cpp.
Referenced by llsd_bin_main_parse().
int llsd_bin_get_length | ( | uByte * | ptr, |
int | sz ) |
int llsd_bin_get_length(uByte* ptr, int sz)
データの長さとフォーマットを検証する.
ptr | データへのポインタ |
sz | データのファイルサイズ |
解析したヘッダサイズ. |
Definition at line 165 of file llsd_tool.cpp.
References free_Buffer(), LLSD_MAKER_ARRAY, LLSD_MAKER_ARRAY_END, LLSD_MAKER_BIN, LLSD_MAKER_DATE, LLSD_MAKER_FALSE, LLSD_MAKER_INT, LLSD_MAKER_KEY, LLSD_MAKER_MAP, LLSD_MAKER_MAP_END, LLSD_MAKER_REAL, LLSD_MAKER_STR, LLSD_MAKER_TRUE, LLSD_MAKER_UNDEF, LLSD_MAKER_URI, LLSD_MAKER_UUID, LSDATA, make_Buffer(), pop_char_ringStack(), PRINT_MESG, and push_char_ringStack().
Referenced by llsd_bin_get_block_data().
double llsd_bin_get_real | ( | uByte ** | ptr | ) |
*ptr | LLSD_MAKER_REAL ('r') の次のデータを指すポインタ |
Definition at line 85 of file llsd_tool.cpp.
References ntohull().
Referenced by llsd_bin_main_parse().
uWord* llsd_bin_get_skin_weight(uByte* buf, int sz, int vertex_num, int* joints_num)
llmesh の LODデータから weight データを抜き出して,uWord の 2次元配列に格納する.
buf | : weightデータが格納されたバイナリデータ. |
sz | : buf のサイズ. |
vertex_num | : 対応する頂点の数. |
*joints_num | : joint の総数. |
2Byte | の Weightデータ.weight[頂点番号*(*joints_num) + joint番号]. |
Definition at line 532 of file llsd_tool.cpp.
References DEBUG_MODE, and PRINT_MESG.
*ptr | LLSD_MAKER_STR ('s') の次のデータを指すポインタ |
Definition at line 26 of file llsd_tool.cpp.
References init_Buffer(), and make_Buffer_bystr.
Referenced by llsd_bin_main_parse().
*ptr | LLSD_MAKER_UUID ('u') の次のデータを指すポインタ |
Definition at line 112 of file llsd_tool.cpp.
References init_Buffer(), and set_Buffer().
Referenced by llsd_bin_main_parse().
xml | XMLデータを格納するツリー構造体の先頭へのポインタ. |
ptr | LLSDのバイナリデータへのポインタ |
sz | データのサイズ |
負数 | state エラーの場合は stateに 負数の値が入る. |
Definition at line 280 of file llsd_tool.cpp.
References add_tTree_node_bystr(), Buffer::buf, dtostr_ts(), encode_base64_Buffer(), free_Buffer(), itostr_ts(), JBXL_XML_NODE_CLOSED, JBXL_XML_NODE_OPENED, JBXL_XML_NOT_CLOSED, llsd_bin_get_bin(), llsd_bin_get_date(), llsd_bin_get_int(), llsd_bin_get_key, llsd_bin_get_map, llsd_bin_get_real(), llsd_bin_get_str(), llsd_bin_get_uri, llsd_bin_get_uuid(), LLSD_MAKER_ARRAY, LLSD_MAKER_ARRAY_END, LLSD_MAKER_BIN, LLSD_MAKER_DATE, LLSD_MAKER_FALSE, LLSD_MAKER_INT, LLSD_MAKER_KEY, LLSD_MAKER_MAP, LLSD_MAKER_MAP_END, LLSD_MAKER_REAL, LLSD_MAKER_STR, LLSD_MAKER_TRUE, LLSD_MAKER_UNDEF, LLSD_MAKER_URI, LLSD_MAKER_UUID, PRINT_MESG, ulltostr_ts(), uuid2guid(), XML_CONTENT_NODE, and XML_NAME_NODE.
Referenced by llsd_bin_parse().
ptr | LLSDのバイナリデータへのポインタ |
sz | データのサイズ |
0以下 | エラーを起こした場合 stateに JBXL_XML_PARSED以外の値(負数)が入る. |
Definition at line 234 of file llsd_tool.cpp.
References JBXL_XML_DEFAULT_STATE, JBXL_XML_MULTI_ROOT, JBXL_XML_NOT_CLOSED, JBXL_XML_PARSED, llsd_bin_main_parse(), new_xml_node, XML_ANCHOR_NODE, and XML_NAME_NODE.
Referenced by llsd_bin_get_block_data().
int llsd_xml_contain_key | ( | tXML * | xml, |
const char * | key ) |
Definition at line 626 of file llsd_tool.cpp.
References Buffer::buf, cat_s2Buffer, FALSE, free_Buffer(), get_xml_node_bystr(), make_Buffer_bystr, and TRUE.
Referenced by llsd_bin_get_block_data().
Definition at line 697 of file llsd_tool.cpp.
References Buffer::buf, cat_s2Buffer, decode_base64_Buffer(), free_Buffer(), get_xml_char_content_bystr(), init_Buffer(), and make_Buffer_bystr.
int llsd_xml_get_content_int | ( | tXML * | xml, |
const char * | key, | ||
const char * | item ) |
Definition at line 644 of file llsd_tool.cpp.
References Buffer::buf, cat_s2Buffer, free_Buffer(), get_xml_int_content_bystr(), and make_Buffer_bystr.
Referenced by llsd_bin_get_block_data().
double llsd_xml_get_content_real | ( | tXML * | xml, |
const char * | key, | ||
const char * | item ) |
Definition at line 661 of file llsd_tool.cpp.
References Buffer::buf, cat_s2Buffer, free_Buffer(), get_xml_double_content_bystr(), and make_Buffer_bystr.
Definition at line 678 of file llsd_tool.cpp.
References Buffer::buf, cat_s2Buffer, free_Buffer(), get_xml_char_content_bystr(), init_Buffer(), and make_Buffer_bystr.