Firmware  0.8.0
Loading...
Searching...
No Matches

Actual object with volatile and non-volatile stuff.

#include <loco.hpp>

Inheritance diagram for mw::dcc::Loco:
Collaboration diagram for mw::dcc::Loco:

Public Member Functions

constexpr Loco ()=default
 Loco (JsonVariantConst src)
void fromJson (JsonVariantConst src)
JsonDocument toJson () const
Public Member Functions inherited from mw::dcc::NvLocoBase
constexpr NvLocoBase ()=default
 NvLocoBase (JsonVariantConst src)
void fromJson (JsonVariantConst src)
JsonDocument toJson () const

Public Attributes

uint64_t priority {}
z21::RailComData bidi {}
Public Attributes inherited from mw::dcc::NvLocoBase
std::string name {}

Constructor & Destructor Documentation

◆ Loco() [1/2]

mw::dcc::Loco::Loco ( )
constexprdefault

◆ Loco() [2/2]

mw::dcc::Loco::Loco ( JsonVariantConst src)
explicit
Todo
document

Member Function Documentation

◆ fromJson()

void mw::dcc::Loco::fromJson ( JsonVariantConst src)
Todo
document

◆ toJson()

JsonDocument mw::dcc::Loco::toJson ( ) const
Todo
document

Member Data Documentation

◆ bidi

z21::RailComData mw::dcc::Loco::bidi {}

◆ priority

uint64_t mw::dcc::Loco::priority {}

The documentation for this struct was generated from the following files:
  • /home/runner/work/Firmware/Firmware/src/mw/dcc/loco.hpp
  • /home/runner/work/Firmware/Firmware/src/mw/dcc/loco.cpp