JunkBox_Lib++ (for Windows) 1.10.1
Loading...
Searching...
No Matches
llsd_tool.h File Reference

LLSD用ライブラリヘッダ(サブセット版) More...

#include "xtools.h"
#include "txml.h"
#include "jbxl_state.h"
#include "gz_tool.h"
Include dependency graph for llsd_tool.h:
This graph shows which files directly or indirectly include this file:

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)
 
tXMLllsd_bin_parse (uByte *ptr, int sz)
 LLSDヘッダ のバイナリデータを tXMLのデータに格納する.ボディについては別途処理する.
 
tXMLllsd_bin_main_parse (tXML *xml, uByte *ptr, int sz)
 LLSD のバイナリデータをパースするメイン関数.
 
tXMLllsd_bin_get_block_data (uByte *buf, int sz, const char *key)
 
uWordllsd_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)
 

Detailed Description

Macro Definition Documentation

◆ llsd_bin_get_array

#define llsd_bin_get_array ( p)    llsd_bin_get_int((p))

Definition at line 50 of file llsd_tool.h.

◆ llsd_bin_get_key

#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().

◆ llsd_bin_get_map

#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().

◆ llsd_bin_get_uri

#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().

◆ LLSD_MAKER_ARRAY

#define LLSD_MAKER_ARRAY   '['

Definition at line 33 of file llsd_tool.h.

Referenced by llsd_bin_get_length(), and llsd_bin_main_parse().

◆ LLSD_MAKER_ARRAY_END

#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().

◆ LLSD_MAKER_BIN

#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().

◆ LLSD_MAKER_DATE

#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().

◆ LLSD_MAKER_FALSE

#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().

◆ LLSD_MAKER_INT

#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().

◆ LLSD_MAKER_KEY

#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().

◆ LLSD_MAKER_MAP

#define LLSD_MAKER_MAP   '{'

Definition at line 35 of file llsd_tool.h.

Referenced by llsd_bin_get_length(), and llsd_bin_main_parse().

◆ LLSD_MAKER_MAP_END

#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().

◆ LLSD_MAKER_REAL

#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().

◆ LLSD_MAKER_STR

#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().

◆ LLSD_MAKER_TRUE

#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().

◆ LLSD_MAKER_UNDEF

#define LLSD_MAKER_UNDEF   '!'

Definition at line 22 of file llsd_tool.h.

Referenced by llsd_bin_get_length(), and llsd_bin_main_parse().

◆ LLSD_MAKER_URI

#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().

◆ LLSD_MAKER_UUID

#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().

Function Documentation

◆ llsd_bin_get_bin()

Buffer llsd_bin_get_bin ( uByte ** ptr)
Parameters
*ptrLLSD_MAKER_BIN ('b') の次のデータを指すポインタ

Definition at line 135 of file llsd_tool.cpp.

136{
137 Buffer buf = init_Buffer();
138
139 if (ptr==NULL) return buf;
140
141 int size = ntohl(*(int*)(*ptr));
142 (*ptr) += 4;
143
144 uByte* bin = (uByte*)malloc(size);
145 if (bin!=NULL) {
146 memcpy(bin, *ptr, size);
147 buf = set_Buffer(bin, size);
148 free(bin);
149 }
150 (*ptr) += size;
151
152 return buf;
153}
Buffer set_Buffer(void *dat, int len)
Buffer型変数のバッファ部を新しく作り, そのバッファに bufをコピーする.
Definition buffer.cpp:170
Buffer init_Buffer()
初期化したBuffer型変数を返す.
Definition buffer.cpp:47
unsigned char uByte
1Byte
Definition common.h:332

References init_Buffer(), and set_Buffer().

Referenced by llsd_bin_main_parse().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ llsd_bin_get_block_data()

tXML * llsd_bin_get_block_data ( uByte * buf,
int sz,
const char * key )

tXML* llsd_bin_get_block_data(uByte* buf, int sz, const char* key)

llmeshファイルのヘッダ部分の keyを参照し,圧縮されたボディデータから該当ブロックデータを取り出してXML形式に変換する.

Parameters
bufllmeshファイルのヘッダ部分のバイナリデータ
szbuf のサイズ
key取り出すブロックデータのキー.Ex.) "hight_lod", "medium_lod", "low_lod", "lowest_lod", "physics_convex", "skin", etc...
See also
https://wiki.secondlife.com/wiki/LLSD
Returns
指定された keyのデータの XML形式.

Definition at line 495 of file llsd_tool.cpp.

496{
497 int hdsz = llsd_bin_get_length(buf, sz);
498 tXML* xml = llsd_bin_parse(buf, hdsz);
499
500 int ofst = -1, size = -1;
501 if (llsd_xml_contain_key(xml, key)){
502 ofst = llsd_xml_get_content_int(xml, key, "offset");
503 size = llsd_xml_get_content_int(xml, key, "size");
504 }
505 del_all_xml(&xml);
506 if (ofst<0 || size<=0) return NULL;
507
508 //
509 Buffer enc = set_Buffer(buf+ofst+hdsz, size);
510 Buffer dec = gz_decode_data(enc);
511
512 hdsz = llsd_bin_get_length(dec.buf, dec.vldsz);
513 if (dec.vldsz!=hdsz) PRINT_MESG("Warning: llsd_bin_get_block_data:i mismarch of data size (%d != %d)\n", hdsz, dec.vldsz);
514 xml = llsd_bin_parse(dec.buf, hdsz);
515
516 return xml;
517}
Buffer gz_decode_data(Buffer enc)
圧縮データ encを解凍する.
Definition gz_tool.cpp:32
tXML * llsd_bin_parse(uByte *ptr, int sz)
LLSDヘッダ のバイナリデータを tXMLのデータに格納する.ボディについては別途処理する.
int llsd_bin_get_length(uByte *ptr, int sz)
int llsd_xml_get_content_int(tXML *xml, const char *key, const char *item)
int llsd_xml_contain_key(tXML *xml, const char *key)
int vldsz
データの長さ.バイナリデータの場合も使用可能.文字列の場合は 0x00 を含まない.
Definition buffer.h:37
unsigned char * buf
バッファの先頭へのポインタ.str[bufsz]は必ず 0x00となる.
Definition buffer.h:39
#define PRINT_MESG(...)
環境依存用の出力関数.MS Windows用は未実装
Definition tools.h:469
#define del_all_xml(p)
XMLツリーの全ノードの削除.ポインタ ppのノードを含むXMLツリー全体を削除する.
Definition txml.h:204

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.

Here is the call graph for this function:

◆ llsd_bin_get_date()

unsigned long long int llsd_bin_get_date ( uByte ** ptr)
Parameters
*ptrLLSD_MAKER_DATE ('d') の次のデータを指すポインタ

Definition at line 69 of file llsd_tool.cpp.

70{
71 if (ptr==NULL) return 0ULL;
72
73 unsigned long long int value = ntohull(*(unsigned long long int*)(*ptr));
74 (*ptr) += 8;
75
76 return value;
77}
unsigned long long int ntohull(unsigned long long int s)
Definition tools.cpp:1824

References ntohull().

Referenced by llsd_bin_main_parse().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ llsd_bin_get_int()

int llsd_bin_get_int ( uByte ** ptr)
Parameters
*ptrLLSD_MAKER_INT ('i') の次のデータを指すポインタ

Definition at line 53 of file llsd_tool.cpp.

54{
55 if (ptr==NULL) return 0;
56
57 int value = ntohl(*(int*)(*ptr));
58 (*ptr) += 4;
59
60 return value;
61}

Referenced by llsd_bin_main_parse().

Here is the caller graph for this function:

◆ llsd_bin_get_length()

int llsd_bin_get_length ( uByte * ptr,
int sz )

int llsd_bin_get_length(uByte* ptr, int sz)

データの長さとフォーマットを検証する.

Parameters
ptr データへのポインタ
szデータのファイルサイズ
Return values
解析したヘッダサイズ.

Definition at line 165 of file llsd_tool.cpp.

166{
167 if (ptr==NULL) return 0;
168
169 int cc = 0;
170 Buffer stack = make_Buffer(LSDATA);
171 uByte* buf = ptr;
172
173 while (buf<ptr+sz) {
174 //
175 if (*buf==LLSD_MAKER_UNDEF) buf++;
176 else if (*buf==LLSD_MAKER_TRUE) buf++;
177 else if (*buf==LLSD_MAKER_FALSE) buf++;
178 else if (*buf==LLSD_MAKER_INT) buf += 5;
179 else if (*buf==LLSD_MAKER_REAL) buf += 9;
180 else if (*buf==LLSD_MAKER_UUID) buf += 17;
181 else if (*buf==LLSD_MAKER_BIN) buf += ntohl(*(int*)(buf + 1)) + 5;
182 else if (*buf==LLSD_MAKER_STR) buf += ntohl(*(int*)(buf + 1)) + 5;
183 else if (*buf==LLSD_MAKER_URI) buf += ntohl(*(int*)(buf + 1)) + 5;
184 else if (*buf==LLSD_MAKER_KEY) buf += ntohl(*(int*)(buf + 1)) + 5;
185 else if (*buf==LLSD_MAKER_DATE) buf += 9;
186 else if (*buf!=LLSD_MAKER_MAP && *buf!=LLSD_MAKER_ARRAY &&
188 if (ptr==buf) return 0;
189 PRINT_MESG("WARNING: llsd_bin_get_length: unknown marker %c: %04x\n", *buf, *buf);
190 break;
191 }
192
193 if (*buf==LLSD_MAKER_MAP) {
195 cc++;
196 buf += 5;
197 }
198 else if (*buf==LLSD_MAKER_ARRAY) {
200 cc++;
201 buf += 5;
202 }
203 else if (*buf==LLSD_MAKER_MAP_END || *buf==LLSD_MAKER_ARRAY_END) {
204 unsigned char marker = (unsigned char)pop_char_ringStack(&stack);
205 if (marker!=*buf) PRINT_MESG("WARNING: llsd_bin_get_length: missmatch stack data of [ or {\n");
206 cc--;
207 buf++;
208 }
209
210 if (cc==0) break;
211 }
212
213 free_Buffer(&stack);
214
215 return (int)(buf - ptr);
216}
Buffer make_Buffer(int sz)
Buffer型変数のバッファ部をつくり出す.
Definition buffer.cpp:71
void free_Buffer(Buffer *buf)
Buffer型変数のバッファ部を解放する
Definition buffer.cpp:128
char pop_char_ringStack(Buffer *buf)
簡易 char型 ringStack POP
Definition buffer.cpp:1855
void push_char_ringStack(Buffer *buf, char cc)
簡易 char型 ringStack PUSH
Definition buffer.cpp:1869
#define LSDATA
Definition common.h:158
#define LLSD_MAKER_TRUE
Definition llsd_tool.h:23
#define LLSD_MAKER_UUID
Definition llsd_tool.h:27
#define LLSD_MAKER_ARRAY
Definition llsd_tool.h:33
#define LLSD_MAKER_DATE
Definition llsd_tool.h:32
#define LLSD_MAKER_REAL
Definition llsd_tool.h:26
#define LLSD_MAKER_MAP
Definition llsd_tool.h:35
#define LLSD_MAKER_URI
Definition llsd_tool.h:30
#define LLSD_MAKER_MAP_END
*ptr はマーカーの次のデータを指すポインタ.ポインタは次に進む.
Definition llsd_tool.h:36
#define LLSD_MAKER_UNDEF
Definition llsd_tool.h:22
#define LLSD_MAKER_ARRAY_END
Definition llsd_tool.h:34
#define LLSD_MAKER_INT
Definition llsd_tool.h:25
#define LLSD_MAKER_BIN
Definition llsd_tool.h:28
#define LLSD_MAKER_FALSE
Definition llsd_tool.h:24
#define LLSD_MAKER_KEY
Definition llsd_tool.h:31
#define LLSD_MAKER_STR
Definition llsd_tool.h:29

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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ llsd_bin_get_real()

double llsd_bin_get_real ( uByte ** ptr)
Parameters
*ptrLLSD_MAKER_REAL ('r') の次のデータを指すポインタ

Definition at line 85 of file llsd_tool.cpp.

86{
87 if (ptr==NULL) return 0.0;
88
89#ifdef WIN32
90 long long int tmp;// __attribute__((may_alias));
91#else
92 long long int tmp __attribute__((may_alias));
93#endif
94
95 tmp = ntohull(*(long long int*)(*ptr));
96
97 double* valuep = (double*)&tmp;
98 double value = *valuep;
99 if (isnan(value)) value = 0.0;
100
101 (*ptr) += 8;
102
103 return value;
104}

References ntohull().

Referenced by llsd_bin_main_parse().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ llsd_bin_get_skin_weight()

uWord * llsd_bin_get_skin_weight ( uByte * buf,
int sz,
int vertex_num,
int * joints_num )

uWord* llsd_bin_get_skin_weight(uByte* buf, int sz, int vertex_num, int* joints_num)

llmesh の LODデータから weight データを抜き出して,uWord の 2次元配列に格納する.

Parameters
buf: weightデータが格納されたバイナリデータ.
sz: buf のサイズ.
vertex_num: 対応する頂点の数.
Return values
*joints_num: joint の総数.
2Byteの Weightデータ.weight[頂点番号*(*joints_num) + joint番号].

Definition at line 532 of file llsd_tool.cpp.

533{
534 if (buf==NULL) return NULL;
535
536 int max_joints = 4; // 一つの頂点が持つ重み情報の数の最大値(対象Jointの最大数)
537
538 if (joints_num!=NULL) *joints_num = 0;
539 int jnum = 0; // Jointの数
540 int vertex = 0; // 頂点の数
541 int invrtx = 0; // 一個の Jointに対する重みデータの数
542 int pos = 0; // 処理中のデータの位置
543 //
544 // joint の数を数える and データの整合性をチェック.
545 while (pos < sz && vertex < vertex_num) {
546 uByte joint = *(buf + pos);
547 pos++;
548 //
549 if (joint==0xff) {
550 invrtx = 0;
551 vertex++;
552 }
553 else {
554 if ((int)joint>jnum) jnum = (int)joint;
555 invrtx++;
556 pos += 2;
557 if (invrtx%max_joints==0) {
558 invrtx = 0;
559 vertex++;
560 }
561 }
562 }
563 jnum = jnum + 1; // Jointの数
564
565 if (pos!=sz || vertex!=vertex_num) {
566 PRINT_MESG("WARNING: llsd_bin_get_skin_weight: missmatch length %d != %d or %d != %d\n", pos, sz, vertex, vertex_num);
567 }
568 DEBUG_MODE {
569 PRINT_MESG("llsd_bin_get_skin_weight: joints_num = %d\n", jnum);
570 }
571
572 int len = sizeof(uWord)*jnum*vertex_num;
573 uWord* weight = (uWord*)malloc(len);
574 if (weight==NULL) {
575 PRINT_MESG("ERROR: llsd_bin_get_skin_weight: no more memory (%d)\n", len);
576 if (joints_num!=NULL) *joints_num = 0;
577 return NULL;
578 }
579 memset(weight, 0, len);
580
581 invrtx = 0;
582 vertex = 0;
583 pos = 0;
584 //
585 while (pos < sz && vertex < vertex_num) {
586 uByte joint = *(buf + pos);
587 pos++;
588 //
589 if (joint==0xff) {
590 invrtx = 0;
591 vertex++;
592 }
593 else {
594 invrtx++;
595 //int value = (int)*(uWord*)(buf + pos);
596 int value = *(uByte*)(buf + pos) + *(uByte*)(buf + pos + 1)*256;
597 weight[vertex*jnum + (int)joint] = value;
598 pos += 2;
599 if (invrtx%max_joints==0) {
600 invrtx = 0;
601 vertex++;
602 }
603 }
604 }
605
606 if (pos!=sz || vertex!=vertex_num) {
607 PRINT_MESG("ERROR: llsd_bin_get_skin_weight: missmatch length %d != %d\n", vertex, vertex_num);
608 free(weight);
609 weight = NULL;
610 jnum = 0;
611 }
612
613 if (joints_num!=NULL) *joints_num = jnum;
614 return weight;
615}
unsigned short uWord
2Byte
Definition common.h:334
#define DEBUG_MODE
Definition tools.h:502

References DEBUG_MODE, and PRINT_MESG.

◆ llsd_bin_get_str()

Buffer llsd_bin_get_str ( uByte ** ptr)
Parameters
*ptrLLSD_MAKER_STR ('s') の次のデータを指すポインタ

Definition at line 26 of file llsd_tool.cpp.

27{
28 Buffer buf = init_Buffer();
29
30 if (ptr==NULL) return buf;
31
32 int size = ntohl(*(int*)(*ptr));
33 (*ptr) += 4;
34
35 char* str = (char*)malloc(size + 1);
36 if (str!=NULL) {
37 memcpy(str, *ptr, size);
38 str[size] = '\0';
39 buf = make_Buffer_bystr(str);
40 free(str);
41 }
42 (*ptr) += size;
43
44 return buf;
45}
#define make_Buffer_bystr(str)
set_Buffer()
Definition buffer.h:57

References init_Buffer(), and make_Buffer_bystr.

Referenced by llsd_bin_main_parse().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ llsd_bin_get_uuid()

Buffer llsd_bin_get_uuid ( uByte ** ptr)
Parameters
*ptrLLSD_MAKER_UUID ('u') の次のデータを指すポインタ

Definition at line 112 of file llsd_tool.cpp.

113{
114 Buffer buf = init_Buffer();
115
116 if (ptr==NULL) return buf;
117
118 char* str = (char*)malloc(16);
119 if (str!=NULL) {
120 memcpy(str, *ptr, 16);
121 buf = set_Buffer(str, 16);
122 free(str);
123 }
124 (*ptr) += 16;
125
126 return buf;
127}

References init_Buffer(), and set_Buffer().

Referenced by llsd_bin_main_parse().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ llsd_bin_main_parse()

tXML * llsd_bin_main_parse ( tXML * xml,
uByte * ptr,
int sz )
Parameters
xmlXMLデータを格納するツリー構造体の先頭へのポインタ.
ptrLLSDのバイナリデータへのポインタ
szデータのサイズ
Returns
最後に処理したノードへのポインタ.ppがNULLの場合は xml, xmlが NULLの場合は NULLが返る.
Return values
負数state エラーの場合は stateに 負数の値が入る.

Definition at line 280 of file llsd_tool.cpp.

281{
282 if (ptr==NULL) return xml;
283 if (xml==NULL) return NULL;
284
285 tXML* snode = xml = add_tTree_node_bystr(xml, XML_NAME_NODE, 0, "llsd", NULL, NULL, 0);
286
287 uByte* end = ptr + sz;
288 while (ptr<end && !(xml==snode && *ptr!=LLSD_MAKER_MAP && *ptr!=LLSD_MAKER_ARRAY)) {
289 //
290 if (*ptr==LLSD_MAKER_MAP) {
291 //PRINT_MESG("LLSD_MAKER_MAP\n");
292 ptr++;
293 int num = llsd_bin_get_map(&ptr);
294 xml = add_tTree_node_bystr(xml, XML_NAME_NODE, num, "map", NULL, NULL, 0);
295 xml->state = JBXL_XML_NODE_OPENED;
296 }
297 //
298 else if (*ptr==LLSD_MAKER_ARRAY) {
299 //PRINT_MESG("LLSD_MAKER_ARRAY\n");
300 ptr++;
301 int num = llsd_bin_get_map(&ptr);
302 xml = add_tTree_node_bystr(xml, XML_NAME_NODE, num, "array", NULL, NULL, 0);
303 xml->state = JBXL_XML_NODE_OPENED;
304 }
305 //
306 else if (*ptr==LLSD_MAKER_MAP_END) {
307 //PRINT_MESG("LLSD_MAKER_MAP_END\n");
308 ptr++;
309 if (xml->state==JBXL_XML_NODE_OPENED) {
310 xml->state = JBXL_XML_NODE_CLOSED;
311 xml = xml->prev;
312 }
313 }
314 //
315 else if (*ptr==LLSD_MAKER_ARRAY_END) {
316 //PRINT_MESG("LLSD_MAKER_ARRAY_END)\n");
317 ptr++;
318 if (xml->state==JBXL_XML_NODE_OPENED) {
319 xml->state = JBXL_XML_NODE_CLOSED;
320 xml = xml->prev;
321 }
322 }
323 //
324 else if (*ptr==LLSD_MAKER_KEY) {
325 //PRINT_MESG("LLSD_MAKER_KEY\n");
326 ptr++;
327 Buffer key = llsd_bin_get_key(&ptr);
328 xml = add_tTree_node_bystr(xml, XML_NAME_NODE, 1, "key", NULL, NULL, 0);
329 xml = add_tTree_node_bystr(xml, XML_CONTENT_NODE, 0, (char*)key.buf, NULL, NULL, 0);
330 xml->state = JBXL_XML_NODE_CLOSED;
331 xml = xml->prev;
332 xml->state = JBXL_XML_NODE_CLOSED;
333 xml = xml->prev;
334 free_Buffer(&key);
335 }
336 //
337 else if (*ptr==LLSD_MAKER_STR) {
338 //PRINT_MESG("LLSD_MAKER_STR\n");
339 ptr++;
340 Buffer str = llsd_bin_get_str(&ptr);
341 xml = add_tTree_node_bystr(xml, XML_NAME_NODE, 1, "string", NULL, NULL, 0);
342 xml = add_tTree_node_bystr(xml, XML_CONTENT_NODE, 0, (char*)str.buf, NULL, NULL, 0);
343 xml->state = JBXL_XML_NODE_CLOSED;
344 xml = xml->prev;
345 xml->state = JBXL_XML_NODE_CLOSED;
346 xml = xml->prev;
347 free_Buffer(&str);
348 }
349 //
350 else if (*ptr==LLSD_MAKER_UUID) {
351 //PRINT_MESG("LLSD_MAKER_UUID\n");
352 ptr++;
353 Buffer uuid = llsd_bin_get_uuid(&ptr);
354 char* guid = (char*)uuid2guid(uuid.buf);
355 xml = add_tTree_node_bystr(xml, XML_NAME_NODE, 1, "uuid", NULL, NULL, 0);
356 xml = add_tTree_node_bystr(xml, XML_CONTENT_NODE, 0, guid, NULL, NULL, 0);
357 xml->state = JBXL_XML_NODE_CLOSED;
358 xml = xml->prev;
359 xml->state = JBXL_XML_NODE_CLOSED;
360 xml = xml->prev;
361 free(guid);
362 free_Buffer(&uuid);
363 }
364 //
365 else if (*ptr==LLSD_MAKER_URI) {
366 //PRINT_MESG("LLSD_MAKER_URI\n");
367 ptr++;
368 Buffer str = llsd_bin_get_uri(&ptr);
369 xml = add_tTree_node_bystr(xml, XML_NAME_NODE, 1, "uri", NULL, NULL, 0);
370 xml = add_tTree_node_bystr(xml, XML_CONTENT_NODE, 0, (char*)str.buf, NULL, NULL, 0);
371 xml->state = JBXL_XML_NODE_CLOSED;
372 xml = xml->prev;
373 xml->state = JBXL_XML_NODE_CLOSED;
374 xml = xml->prev;
375 free_Buffer(&str);
376 }
377 //
378 else if (*ptr==LLSD_MAKER_INT) {
379 //PRINT_MESG("LLSD_MAKER_INT\n");
380 ptr++;
381 int val = llsd_bin_get_int(&ptr);
382 xml = add_tTree_node_bystr(xml, XML_NAME_NODE, 1, "integer", NULL, NULL, 0);
383 char* str = itostr_ts(val);
384 xml = add_tTree_node_bystr(xml, XML_CONTENT_NODE, 0, str, NULL, NULL, 0);
385 freeNull(str);
386 xml->state = JBXL_XML_NODE_CLOSED;
387 xml = xml->prev;
388 xml->state = JBXL_XML_NODE_CLOSED;
389 xml = xml->prev;
390 }
391 //
392 else if (*ptr==LLSD_MAKER_DATE) {
393 //PRINT_MESG("LLSD_MAKER_DATE\n");
394 ptr++;
395 unsigned long long int val = llsd_bin_get_date(&ptr);
396 xml = add_tTree_node_bystr(xml, XML_NAME_NODE, 1, "date", NULL, NULL, 0);
397 char* str = ulltostr_ts(val);
398 xml = add_tTree_node_bystr(xml, XML_CONTENT_NODE, 0, str, NULL, NULL, 0);
399 freeNull(str);
400 xml->state = JBXL_XML_NODE_CLOSED;
401 xml = xml->prev;
402 xml->state = JBXL_XML_NODE_CLOSED;
403 xml = xml->prev;
404 }
405 //
406 else if (*ptr==LLSD_MAKER_REAL) {
407 //PRINT_MESG("LLSD_MAKER_REAL\n");
408 ptr++;
409 double val = llsd_bin_get_real(&ptr);
410 xml = add_tTree_node_bystr(xml, XML_NAME_NODE, 1, "real", NULL, NULL, 0);
411 char* str = dtostr_ts(val);
412 xml = add_tTree_node_bystr(xml, XML_CONTENT_NODE, 0, str, NULL, NULL, 0);
413 freeNull(str);
414 xml->state = JBXL_XML_NODE_CLOSED;
415 xml = xml->prev;
416 xml->state = JBXL_XML_NODE_CLOSED;
417 xml = xml->prev;
418 }
419 //
420 else if (*ptr==LLSD_MAKER_BIN) {
421 //PRINT_MESG("LLSD_MAKER_BUN\n");
422 ptr++;
423 Buffer bin = llsd_bin_get_bin(&ptr);
424 Buffer b64 = encode_base64_Buffer(bin);
425 xml = add_tTree_node_bystr(xml, XML_NAME_NODE, 1, "binary", NULL, NULL, 0);
426 xml = add_tTree_node_bystr(xml, XML_CONTENT_NODE, 0, (char*)b64.buf, NULL, NULL, 0);
427 xml->state = JBXL_XML_NODE_CLOSED;
428 xml = xml->prev;
429 xml->state = JBXL_XML_NODE_CLOSED;
430 xml = xml->prev;
431 free_Buffer(&bin);
432 free_Buffer(&b64);
433 }
434 //
435 else if (*ptr==LLSD_MAKER_TRUE) {
436 //PRINT_MESG("LLSD_MAKER_TRUE\n");
437 ptr++;
438 xml = add_tTree_node_bystr(xml, XML_NAME_NODE, 1, "boolean", NULL, NULL, 0);
439 xml = add_tTree_node_bystr(xml, XML_CONTENT_NODE, 0, "true", NULL, NULL, 0);
440 xml->state = JBXL_XML_NODE_CLOSED;
441 xml = xml->prev;
442 xml->state = JBXL_XML_NODE_CLOSED;
443 xml = xml->prev;
444 }
445 //
446 else if (*ptr==LLSD_MAKER_FALSE) {
447 //PRINT_MESG("LLSD_MAKER_FALSE\n");
448 ptr++;
449 xml = add_tTree_node_bystr(xml, XML_NAME_NODE, 1, "boolean", NULL, NULL, 0);
450 xml = add_tTree_node_bystr(xml, XML_CONTENT_NODE, 0, "false", NULL, NULL, 0);
451 xml->state = JBXL_XML_NODE_CLOSED;
452 xml = xml->prev;
453 xml->state = JBXL_XML_NODE_CLOSED;
454 xml = xml->prev;
455 }
456 //
457 else if (*ptr==LLSD_MAKER_UNDEF) {
458 //PRINT_MESG("LLSD_MAKER_UNDEF\n");
459 ptr++;
460 xml = add_tTree_node_bystr(xml, XML_NAME_NODE, 0, "undef", NULL, NULL, 0);
461 xml->state = JBXL_XML_NODE_CLOSED;
462 xml = xml->prev;
463 }
464 else {
465 PRINT_MESG("WARNING: llsd_bin_main_parse: unknown marker: %c (%04x)\n", *ptr, *ptr);
466 ptr++;
467 }
468 }
469
470 //
471 if (snode==xml) xml->state = JBXL_XML_NODE_CLOSED;
472 else xml->state = JBXL_XML_NOT_CLOSED;
473
474 xml = xml->prev;
475
476 return xml;
477}
Buffer encode_base64_Buffer(Buffer buf)
バイナリデータ buf.bufの buf.vldszバイトを Base64にエンコード する
Definition buffer.cpp:804
#define JBXL_XML_NODE_CLOSED
XMLノードは閉じている
Definition jbxl_state.h:95
#define JBXL_XML_NOT_CLOSED
XMLデータが閉じていない
Definition jbxl_state.h:97
#define JBXL_XML_NODE_OPENED
XMLノードは開いている
Definition jbxl_state.h:94
Buffer llsd_bin_get_uuid(uByte **ptr)
UUIDマーカーの要素を返す.ポインタは次に進む.
int llsd_bin_get_int(uByte **ptr)
整数マーカーの要素を返す.ポインタは次に進む.
Definition llsd_tool.cpp:53
Buffer llsd_bin_get_str(uByte **ptr)
ストリングマーカーの要素を返す.ポインタは次に進む.
Definition llsd_tool.cpp:26
unsigned long long int llsd_bin_get_date(uByte **ptr)
デイトマーカーの要素を返す.ポインタは次に進む.
Definition llsd_tool.cpp:69
double llsd_bin_get_real(uByte **ptr)
実数マーカーの要素を返す.ポインタは次に進む.
Definition llsd_tool.cpp:85
Buffer llsd_bin_get_bin(uByte **ptr)
バイナリマーカーの要素を返す.ポインタは次に進む.
#define llsd_bin_get_map(p)
要素数を返す.
Definition llsd_tool.h:49
#define llsd_bin_get_uri(p)
Definition llsd_tool.h:48
#define llsd_bin_get_key(p)
Definition llsd_tool.h:47
void freeNull(T &p)
Definition common++.h:37
unsigned char * uuid2guid(unsigned char *p)
uuid を guid に変換する.要 free()
Definition tools.cpp:3628
char * itostr_ts(int n)
int を文字に変換する.要 free()
Definition tools.cpp:1532
char * ulltostr_ts(unsigned long long int n)
Definition tools.cpp:1612
char * dtostr_ts(double n)
double を文字に変換する.要 free()
Definition tools.cpp:1652
tTree * add_tTree_node_bystr(tTree *pp, int id, int lv, const char *key, const char *val, void *ptr, int sz)
ノードを末っ子としてリストに追加.
Definition ttree.cpp:202
#define XML_CONTENT_NODE
内容(コンテント)ノード
Definition txml.h:109
#define XML_NAME_NODE
ネームノード
Definition txml.h:108

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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ llsd_bin_parse()

tXML * llsd_bin_parse ( uByte * ptr,
int sz )
Parameters
ptrLLSDのバイナリデータへのポインタ
szデータのサイズ
Returns
XMLデータを格納した tXMLのアンカーへのポインタ.
エラーの場合,next以下のノードにはエラーを起こす直前までの内容が保存される
Return values
0以下エラーを起こした場合 stateに JBXL_XML_PARSED以外の値(負数)が入る.

Definition at line 234 of file llsd_tool.cpp.

235{
236 tXML* xml;
237 tXML* node;
238
239 xml = new_xml_node(); // アンカー
240 xml->ldat.id = XML_ANCHOR_NODE;
241
242 // パース
243 node = llsd_bin_main_parse(xml, ptr, sz);
244 if (node->state<0) return xml;
245
246 // 元に戻ったか?
247 if (xml==node) {
248 xml->state = JBXL_XML_PARSED;
249 }
250 else {
251 xml->state = JBXL_XML_NOT_CLOSED;
252 }
253
254 // XML rootの数
255 if (xml->next!=NULL) {
256 int n = 0;
257 node = xml->next;
258 while(node!=NULL) {
259 if (node->ldat.id==XML_NAME_NODE) n++;
260 node = node->ysis;
261 }
262 if (n!=1) xml->state = JBXL_XML_MULTI_ROOT;
263 }
264 else xml->state = JBXL_XML_DEFAULT_STATE;
265
266 return xml;
267}
#define JBXL_XML_DEFAULT_STATE
XMLデータの初期状態
Definition jbxl_state.h:98
#define JBXL_XML_MULTI_ROOT
XMLは複数のルート(TOP)を持っている.(パース済み)
Definition jbxl_state.h:93
#define JBXL_XML_PARSED
XMLパース済み
Definition jbxl_state.h:92
tXML * llsd_bin_main_parse(tXML *xml, uByte *ptr, int sz)
LLSD のバイナリデータをパースするメイン関数.
#define new_xml_node()
new_tTree_node()
Definition txml.h:132
#define XML_ANCHOR_NODE
アンカーノード
Definition txml.h:107

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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ llsd_xml_contain_key()

int llsd_xml_contain_key ( tXML * xml,
const char * key )

Definition at line 626 of file llsd_tool.cpp.

627{
628 if (xml==NULL || key==NULL) return FALSE;
629
630 Buffer buf = make_Buffer_bystr("<llsd><map><key>");
631 cat_s2Buffer(key, &buf);
632 cat_s2Buffer("</key>", &buf);
633
634 tXML* node = get_xml_node_bystr(xml, (char*)buf.buf);
635 free_Buffer(&buf);
636
637 if (node!=NULL) return TRUE;
638 return FALSE;
639}
#define cat_s2Buffer(src, dst)
cat_b2Buffer()
Definition buffer.h:122
#define TRUE
Definition common.h:226
#define FALSE
Definition common.h:223
tXML * get_xml_node_bystr(tXML *pp, const char *str)
get_xml_node(tXML* pp, tXML* pt) の _bystr バージョン
Definition txml.cpp:2353

References Buffer::buf, cat_s2Buffer, FALSE, free_Buffer(), get_xml_node_bystr(), make_Buffer_bystr, and TRUE.

Referenced by llsd_bin_get_block_data().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ llsd_xml_get_content_bin()

Buffer llsd_xml_get_content_bin ( tXML * xml,
const char * key,
const char * item )

Definition at line 697 of file llsd_tool.cpp.

698{
699 Buffer buf = init_Buffer();
700 if (xml==NULL || key==NULL || item==NULL) return buf;
701
702 buf = make_Buffer_bystr("<llsd><map><key>");
703 cat_s2Buffer(key, &buf);
704 cat_s2Buffer("</key><map><key>", &buf);
705 cat_s2Buffer(item, &buf);
706 cat_s2Buffer("</key><binary>", &buf);
707
708 char* ret = get_xml_char_content_bystr(xml, (char*)buf.buf);
709 free_Buffer(&buf);
710 buf = make_Buffer_bystr(ret);
711
712 Buffer bin = decode_base64_Buffer(buf);
713 free_Buffer(&buf);
714
715 return bin;
716}
Buffer decode_base64_Buffer(Buffer str)
strのバッファを Base64からデコードする
Definition buffer.cpp:850
char * get_xml_char_content_bystr(tXML *pp, const char *str)
get_xml_char_content(tXML* pp, tXML* pt) の _bystr バージョン.free() してはいけない.
Definition txml.cpp:2479

References Buffer::buf, cat_s2Buffer, decode_base64_Buffer(), free_Buffer(), get_xml_char_content_bystr(), init_Buffer(), and make_Buffer_bystr.

Here is the call graph for this function:

◆ llsd_xml_get_content_int()

int llsd_xml_get_content_int ( tXML * xml,
const char * key,
const char * item )

Definition at line 644 of file llsd_tool.cpp.

645{
646 if (xml==NULL || key==NULL || item==NULL) return 0;
647
648 Buffer buf = make_Buffer_bystr("<llsd><map><key>");
649 cat_s2Buffer(key, &buf);
650 cat_s2Buffer("</key><map><key>", &buf);
651 cat_s2Buffer(item, &buf);
652 cat_s2Buffer("</key><integer>", &buf);
653
654 int ret = get_xml_int_content_bystr(xml, (char*)buf.buf);
655 free_Buffer(&buf);
656
657 return ret;
658}
int get_xml_int_content_bystr(tXML *pp, const char *str)
get_xml_int_content(tXML* pp, tXML* pt) の _bystr バージョン
Definition txml.cpp:2430

References Buffer::buf, cat_s2Buffer, free_Buffer(), get_xml_int_content_bystr(), and make_Buffer_bystr.

Referenced by llsd_bin_get_block_data().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ llsd_xml_get_content_real()

double llsd_xml_get_content_real ( tXML * xml,
const char * key,
const char * item )

Definition at line 661 of file llsd_tool.cpp.

662{
663 if (xml==NULL || key==NULL || item==NULL) return 0.0;
664
665 Buffer buf = make_Buffer_bystr("<llsd><map><key>");
666 cat_s2Buffer(key, &buf);
667 cat_s2Buffer("</key><map><key>", &buf);
668 cat_s2Buffer(item, &buf);
669 cat_s2Buffer("</key><real>", &buf);
670
671 double ret = get_xml_double_content_bystr(xml, (char*)buf.buf);
672 free_Buffer(&buf);
673
674 return ret;
675}
double get_xml_double_content_bystr(tXML *pp, const char *str)
get_xml_double_content(tXML* pp, tXML* pt) の _bystr バージョン.
Definition txml.cpp:2462

References Buffer::buf, cat_s2Buffer, free_Buffer(), get_xml_double_content_bystr(), and make_Buffer_bystr.

Here is the call graph for this function:

◆ llsd_xml_get_content_str()

Buffer llsd_xml_get_content_str ( tXML * xml,
const char * key,
const char * item )

Definition at line 678 of file llsd_tool.cpp.

679{
680 Buffer buf = init_Buffer();
681 if (xml==NULL || key==NULL || item==NULL) return buf;
682
683 buf = make_Buffer_bystr("<llsd><map><key>");
684 cat_s2Buffer(key, &buf);
685 cat_s2Buffer("</key><map><key>", &buf);
686 cat_s2Buffer(item, &buf);
687 cat_s2Buffer("</key><string>", &buf);
688
689 char* ret = get_xml_char_content_bystr(xml, (char*)buf.buf);
690 free_Buffer(&buf);
691 buf = make_Buffer_bystr(ret);
692
693 return buf;
694}

References Buffer::buf, cat_s2Buffer, free_Buffer(), get_xml_char_content_bystr(), init_Buffer(), and make_Buffer_bystr.

Here is the call graph for this function: