X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=doc%2Fsrc%2Fuser%2Fjhash.im;fp=doc%2Fsrc%2Fuser%2Fjhash.im;h=3b5954850f171aecf6c382b5c0523829a0c9dbca;hb=d486a17c04f3d6d865f787168d446f4cfea3be25;hp=66bbb57d55d747889677360b41dedf805ce74a48;hpb=ef3620529c936a8790d6970c57198b4caee09c0d;p=ric-plt%2Fxapp-frame-cpp.git diff --git a/doc/src/user/jhash.im b/doc/src/user/jhash.im index 66bbb57..3b59548 100644 --- a/doc/src/user/jhash.im +++ b/doc/src/user/jhash.im @@ -37,9 +37,9 @@ resulting hash. &h2(Creating The Jhash Object) The Jhash object is created simply by passing a json string to the constructor. -.cc 10l +.ca start jhash_obj.ca &ex_start - #include + #include std::string jstring = "{ \"tag\": \"Hello World\" }"; Jhash* jh; @@ -48,6 +48,8 @@ The Jhash object is created simply by passing a json string to the constructor. &ex_end &fig_cen(The creation of the Jhash object.) &space +.ca end +&ifroom( 2.5 : jhash_obj.ca ) Once the Jhash object has been created any of the methods described in the following @@ -232,7 +234,7 @@ values from the json in figure &array_blob_json_fig. &space -.cc 18l +.ca start blobs.ca &ex_start std::string mname; float mnum; @@ -252,4 +254,6 @@ values from the json in figure &array_blob_json_fig. &export_fig(array_blob_json_fig ) &fig_cen(Code to process the array of blobs.) &space +.ca end +&ifroom( 3 : blobs.ca )