Public Member Functions | |
| Stat (IntPtr msgque, string name, int count, short level) | |
| void | Calc (Timer timer) |
| void | Print () |
Properties | |
| double | value |
| string | name |
Private Member Functions | |
| StatCtxS * | MqStatCtxCreate (IntPtr msgque, string name, int count, short level) |
| void | MqStatCtxDelete (StatCtxS **stat) |
| ~Stat () | |
| IntPtr | MqBufferGetC (IntPtr buf) |
| void | MqStatCtxCalc (StatCtxS *stat, IntPtr timer) |
| void | MqStatCtxPrint (StatCtxS *stat) |
Private Attributes | |
| const string | MSGQUE_DLL = "libFreiburg20" |
| StatCtxS * | stat |
Definition at line 63 of file csLibFbg.cs.
|
||||||||||||||||||||
|
Definition at line 83 of file csLibFbg.cs. References MqStatCtxCreate(), and stat. |
|
|
Definition at line 91 of file csLibFbg.cs. References MqStatCtxDelete(), and stat. |
|
|
Definition at line 114 of file csLibFbg.cs. References MqStatCtxCalc(), stat, and Freiburg::Timer::value. Referenced by Perf::Main(). |
|
|
|
|
||||||||||||
|
Referenced by Calc(). |
|
||||||||||||||||||||
|
Referenced by Stat(). |
|
|
Referenced by ~Stat(). |
|
|
Referenced by Print(). |
|
|
Definition at line 122 of file csLibFbg.cs. References MqStatCtxPrint(), and stat. Referenced by Perf::Main(). |
|
|
Definition at line 65 of file csLibFbg.cs. |
|
|
Definition at line 78 of file csLibFbg.cs. |
|
|
Definition at line 107 of file csLibFbg.cs. Referenced by Perf::Main(). |
|
|
Definition at line 98 of file csLibFbg.cs. Referenced by Perf::Main(). |
1.3.8-20040928