User Tools

Site Tools


usage:atlatc:examples:linuxforks_subway_code

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
usage:atlatc:examples:linuxforks_subway_code [2022-06-30 20:14]
blockhead Add licence statement to the code
usage:atlatc:examples:linuxforks_subway_code [2024-05-23 05:03] (current)
blockhead Fix indentation of subway stat counter digiline message
Line 399: Line 399:
             c_tbtmax = 0             c_tbtmax = 0
         end         end
-        digiline_send( +        digiline_send("stats", "Stat: " .. line .. 
-            "stats", +            " NoT:"..a_not.."("..c_not.. ")".. 
-            "Stat: " .. +            " TbT:"..math.floor(a_tbt).."("..(time-time_lt)..")".. 
-                line .. +            " Tmx:"..math.floor(a_tbtmax).."("..c_tbtmax..")".. 
-                    " NoT:" .. +            " R:"..math.floor(a_rtt).."("..(time-time_rt)..")"
-                        a_not .. +
-                            "(" .. +
-                                c_not .. +
-                                    ")" .. +
-                                        " TbT:" .. +
-                                            math.floor(a_tbt) .. +
-                                                "(" .. +
-                                                    (time - time_lt) .. +
-                                                        ")" .. +
-                                                            " Tmx:" .. +
-                                                                math.floor(a_tbtmax) .. +
-                                                                    "(" .. +
-                                                                        c_tbtmax .. +
-                                                                            ")" .. +
-                                                                                " R:" .. +
-                                                                                    math.floor(a_rtt) .. +
-                                                                                        "(" .. (time - time_rt) .. ")"+
         )         )
         time_lt = time         time_lt = time
usage/atlatc/examples/linuxforks_subway_code.1656612874.txt.gz · Last modified: 2022-06-30 20:14 by blockhead