@@ -221,6 +221,42 @@ def call_f(*args):
221221
222222Prints all records in the I/O event scan lists.''' )
223223
224+
225+ ExportTest ('casr' , (c_int ,), (0 ,), '''\
226+ casr(level=0)
227+
228+ Channel Access Server Report - print information regarding all connected CA
229+ clients. Information printed determined by level:
230+
231+ = ==================================================================
232+ 0 Show a one line summary of each connected client
233+ 1 Show additional information for each client
234+ 2 Also show additional information about the server's free resources
235+ = ==================================================================
236+ ''' )
237+
238+ ExportTest ('dbel' , (auto_encode ,), (), '''\
239+ dbel(record_name)
240+
241+ This routine prints the Channel Access event list for the specified record.''' )
242+
243+ ExportTest ('dbcar' , (auto_encode , c_int ), ("*" , 0 ,), '''\
244+ dbcar(record_name, level)
245+
246+ Database to channel access report. This command generates a report showing
247+ database channel access links. If record_name is “*” then information
248+ about all records is shown otherwise only information about the specified
249+ record.
250+
251+ level can have the following values:
252+
253+ = ==================================================================
254+ 0 Show summary information only.
255+ 1 Show summary and each CA link that is not connected.
256+ 2 Show summary and status of each CA link
257+ = ==================================================================
258+ ''' )
259+
224260ExportTest ('generalTimeReport' , (c_int ,), (0 ,), '''\
225261 generalTimeReport(int level)
226262
0 commit comments