|
RDK Documentation (Open Sourced RDK Components)
|
29 #ifndef TRM_MESSAGE_PROCESSOR_H_
30 #define TRM_MESSAGE_PROCESSOR_H_
44 virtual void operator() (
const ReserveTuner &msg) {process(msg);}
52 virtual void operator() (
const CancelLive &msg) {process(msg);}
54 virtual void operator() (
const GetAllTunerIds &msg) {process(msg);}
61 virtual void operator() (
const GetVersion &msg) {process(msg);}
78 void process(
const MsgT &msg) {
Implements the message format for client to validate an existing tuner reservation.
Implements the response message payload for Tuner reservation validation requests.
Implements a message to cancel the recording.
Implements the message payload for releasing tuner reservation.
Class implementing a Tuner reservation request, the client uses this message to request,...
Implements payload for a response message against cancel recording request.
Implements a Notification message when a pre tune has performed.
Class implementing the response message payload for releasing Tuner reservation.
Implements a request message for getting the state of all tuners in the system.
Implements a message to cancel the live streaming.
Class for implementing asynchronous notification from TRM to the owner of a token that a tuner reserv...
Class implementing the response message to a ReserveTuner request.
Implements the response message payload against a Tuner Id request.
Implements the response payload against a Get tuner state request.
Implements the response message for the request to get All tuner reservation details.
Class for implementing an asynchronous Notification from TRM whenever a tuner has changed it state.
Implements the message payload format for requesting the system allocated Unique Id of tuner....
Implements a request message to get reservation detail of all the tuners that are valid at that time.
Implements payload for a response message against cancel live streaming request.
Implements the asynchronous Notification from TRM whenever a reservation has changed its usage by its...
Class to implement asynchronous Notification from TRM to the owner of a token that its tuner reservat...
Implements a message to request for getting TRM server version.
Implements the response message for the queries that request TRM server version.