Lines Matching +full:per +full:- +full:string
3 #include <string>
23 * @param[in] c - Number of arguments
24 * @param[in] v - Array of arguments
40 * @param[in] argc - The number of arguments in the command line call
41 * @param[in] argv - The array of arguments from the command line
64 * @return Value of the desired frame rate in frames per second
84 * @return Reference to the string storing the path to the keyboard device
86 inline const std::string& getKeyboardPath() const in getKeyboardPath()
94 * @return Reference to the string storing the path to the mouse device
96 inline const std::string& getPointerPath() const in getPointerPath()
104 * @return Reference to the string storing the name of UDC
106 inline const std::string& getUdcName() const in getUdcName()
114 * @return Reference to the string storing the path to the video device
116 inline const std::string& getVideoPath() const in getVideoPath()
136 * @brief Desired frame rate (in frames per second) of the video
143 std::string keyboardPath;
145 std::string pointerPath;
147 std::string udcName;
149 std::string videoPath;