29 #ifndef HDMI_CCEC_MESSAGE_PROCESSOR_HPP_
30 #define HDMI_CCEC_MESSAGE_PROCESSOR_HPP_
34 #include "Messages.hpp"
63 virtual void process (
const ActiveSource &msg,
const Header &header) {header.print();msg.print();}
64 virtual void process (
const InActiveSource &msg,
const Header &header) {header.print();msg.print();}
65 virtual void process (
const ImageViewOn &msg,
const Header &header) {header.print();msg.print();}
66 virtual void process (
const TextViewOn &msg,
const Header &header) {header.print();msg.print();}
68 virtual void process (
const Standby &msg,
const Header &header) {header.print();msg.print();}
69 virtual void process (
const GetCECVersion &msg,
const Header &header) {header.print();msg.print();}
70 virtual void process (
const CECVersion &msg,
const Header &header) {header.print();msg.print();}
72 virtual void process (
const GiveOSDName &msg,
const Header &header) {header.print();msg.print();}
75 virtual void process (
const SetOSDString &msg,
const Header &header) {header.print();msg.print();}
76 virtual void process (
const SetOSDName &msg,
const Header &header) {header.print();msg.print();}
77 virtual void process (
const RoutingChange &msg,
const Header &header) {header.print();msg.print();}
79 virtual void process (
const SetStreamPath &msg,
const Header &header) {header.print();msg.print();}
82 virtual void process (
const DeviceVendorID &msg,
const Header &header) {header.print();msg.print();}
87 virtual void process (
const FeatureAbort &msg,
const Header &header) {header.print();msg.print();}
88 virtual void process (
const Abort &msg,
const Header &header) {header.print();msg.print();}
89 virtual void process (
const Polling &msg,
const Header &header) {header.print();msg.print();}
90 virtual void process (
const InitiateArc &msg,
const Header &header) {header.print();msg.print();}
91 virtual void process (
const TerminateArc &msg,
const Header &header) {header.print();msg.print();}