Lines Matching full:payload
35 * Manager class acts a manager for the SOL payload instances and provides
36 * interfaces to start a payload instance, stop a payload instance and get
46 /** @brief SOL Payload Instance is the key for the map, the value is the
96 * This controls whether the SOL payload can be activated. By default
101 /** @brief SOL payload encryption.
105 * all SOL payload data. Encryption controlled by remote console:
107 * console at the time the payload is activated. The default is force
112 /** @brief SOL payload authentication.
116 * authentication for all SOL payload data. Authentication controlled
127 * able to activate SOL using the Activate Payload command.
183 * Payload. Typically, these parameters will come from the same channel
184 * that the Activate Payload command for SOL was accepted over. The
195 /** @brief Start a SOL payload instance.
197 * Starting a payload instance involves creating the context object,
201 * @param[in] payloadInstance - SOL payload instance.
207 /** @brief Stop SOL payload instance.
209 * Stopping a payload instance involves stopping and removing the
213 * @param[in] payloadInstance - SOL payload instance
217 /* @brief Stop all the active SOL payload instances */
220 /** @brief Get SOL Context by Payload Instance.
222 * @param[in] payloadInstance - SOL payload instance.
224 * @return reference to the SOL payload context.
236 "Invalid SOL payload instance " + std::to_string(payloadInstance); in getContext()
244 * @return reference to the SOL payload context.
260 /** @brief Check if SOL payload is active.
262 * @param[in] payloadInstance - SOL payload instance.