Lines Matching full:effecter

28  *  an effecter
37 * Contains the D-Bus information for an effecter
44 PossibleState state; //!< Corresponding effecter states
48 * Contains the D-Bus information for an effecter
53 uint8_t dataSize; //!< Numeric effecter PDR data size
54 double resolution; //!< Numeric effecter PDR resolution
55 double offset; //!< Numeric effecter PDR offset
56 int8_t unitModifier; //!< Numeric effecter PDR unitModifier
61 * Contains the effecter information as a whole
67 uint8_t effecterPdrType; //!< Effecter PDR type state/numeric
68 uint16_t containerId; //!< Container Id for host effecter
69 uint16_t entityType; //!< Entity type for the host effecter
70 uint16_t entityInstance; //!< Entity instance for the host effecter
71 uint8_t compEffecterCnt; //!< Composite effecter count
72 bool checkHostState; //!< Check host state before setting effecter
74 dbusInfo; //!< D-Bus information for the effecter id
76 dbusNumericEffecterInfo; //!< D-Bus information for the effecter id
81 * @brief This class parses the Host Effecter json file and monitors for the
125 /* @brief Parses the host effecter json
137 * @param[in] effecterId - host effecter id
151 * @param[in] effecterId - terminus numeric effecter id
170 /* @brief Set a host state effecter
175 * effecter count in number
176 * @param[in] effecterId - host effecter id
183 /* @brief Set a terminus numeric effecter
187 * @param[in] effecterId - host effecter id
214 * @param[in] effecterId - host effecter id
220 /* @brief Adjust the numeric effecter value base on the effecter
228 * @return - Value of effecter
245 std::vector<EffecterInfo> hostEffecterInfo; //!< Parsed effecter information