summaryrefslogtreecommitdiffstats
path: root/message.hpp
Commit message (Collapse)AuthorAgeFilesLines
* netipmid: consolidate message-related things in message.hppVernon Mauery2019-02-041-44/+165
| | | | | | | | | The message::Handler class was directly manipulating a bunch of stuff on behalf of the message::Message class. This change moves more of the changes into the message::Message class so it can manage its own data. Change-Id: I5d31f6c3c5760207408238d048853e36a60c73e0 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
* netipmid: apply clang-format rulesVernon Mauery2018-11-021-19/+20
| | | | | | | | Lots of whitespace change. Let clang-format do its job and keep the code looking nice. Change-Id: Idfcad1a99cab8170d55a06163de8ad3f420b68b7 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
* Correct doxygen syntax in phosphor-net-ipmidTom Joseph2017-05-231-11/+18
| | | | | | | Resolves openbmc/openbmc#1147 Change-Id: I57ab1b09ec1bf308cc3d97cd30b2d18564beb38b Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
* Add function to send unsolicited IPMI payload to remote console.Tom Joseph2017-04-251-0/+3
| | | | | Change-Id: Ifd9c711c16a6640d36d6247a7c3b46a7db1c6596 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
* Add SOL payload typeTom Joseph2017-04-251-0/+1
| | | | | Change-Id: I3fea501131d3dff2b168937deda67cbc46c63641 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
* IPMI Message representationTom Joseph2016-11-081-0/+108
Message structure would represent the payload inside an IPMI session packet.The payload would have different payload types like IPMI,SOL. The Request, response and trailer for the IPMI LAN Messages. Change-Id: I45f64e3f1f29a546b29dac3de78fba8d7d0f1db3 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
OpenPOWER on IntegriCloud