This file is indexed.

/usr/share/common-lisp/ros/polled_camera/srv/_package_GetPolledImage.lisp is in cl-polled-camera 1.11.10-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
(cl:in-package polled_camera-srv)
(cl:export '(RESPONSE_NAMESPACE-VAL
          RESPONSE_NAMESPACE
          TIMEOUT-VAL
          TIMEOUT
          BINNING_X-VAL
          BINNING_X
          BINNING_Y-VAL
          BINNING_Y
          ROI-VAL
          ROI
          SUCCESS-VAL
          SUCCESS
          STATUS_MESSAGE-VAL
          STATUS_MESSAGE
          STAMP-VAL
          STAMP
))