|
SensorLib 0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
|
Parsed Source_Capabilities message. More...
#include <AXP517PdNegotiator.hpp>
Public Attributes | |
| FixedOffer | fixed [7] = {} |
| Parsed fixed PDO offers. | |
| uint8_t | fixedCount = 0 |
| Number of valid entries in fixed[]. | |
| uint8_t | totalPdoCount = 0 |
| Total PDO count advertised in the message. | |
| uint16_t | rawHeaderLE = 0 |
| Raw Source_Capabilities header. | |
Parsed Source_Capabilities message.
Definition at line 68 of file AXP517PdNegotiator.hpp.
| FixedOffer AXP517PdNegotiator::SourceCaps::fixed[7] = {} |
Parsed fixed PDO offers.
Definition at line 69 of file AXP517PdNegotiator.hpp.
Referenced by AXP517PdNegotiator::parseSourceCaps(), printSourceCaps(), and AXP517PdNegotiator::selectFixedOffer().
| uint8_t AXP517PdNegotiator::SourceCaps::fixedCount = 0 |
Number of valid entries in fixed[].
Definition at line 70 of file AXP517PdNegotiator.hpp.
Referenced by AXP517PdNegotiator::parseSourceCaps(), printSourceCaps(), and AXP517PdNegotiator::selectFixedOffer().
| uint16_t AXP517PdNegotiator::SourceCaps::rawHeaderLE = 0 |
Raw Source_Capabilities header.
Definition at line 72 of file AXP517PdNegotiator.hpp.
Referenced by AXP517PdNegotiator::parseSourceCaps().
| uint8_t AXP517PdNegotiator::SourceCaps::totalPdoCount = 0 |
Total PDO count advertised in the message.
Definition at line 71 of file AXP517PdNegotiator.hpp.
Referenced by AXP517PdNegotiator::parseSourceCaps(), and printSourceCaps().