- Reorganize project structure: Port/ → DotNet/, VC/, C++/ - Add comprehensive cross-platform build automation - Windows: build_all.bat, build.bat files for all components - Linux/macOS: build_all.sh, build.sh files for all components - Update all build scripts with correct folder paths - Create test automation scripts (test_all.bat/sh) - Update documentation to reflect new structure - Maintain 100% roundtrip accuracy for test5.exi (pure EXI) - Support both Windows MSBuild and Linux GCC compilation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
18 lines
729 B
XML
18 lines
729 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<v2gci_d:V2G_Message xmlns:v2gci_b="urn:iso:15118:2:2016:MsgBody"
|
|
xmlns:ns2="urn:iso:15118:2:2016:MsgDataTypes"
|
|
xmlns:v2gci_h="urn:iso:15118:2:2016:MsgHeader"
|
|
xmlns:xmlsig="http://www.w3.org/2000/09/xmldsig#"
|
|
xmlns:v2gci_d="urn:iso:15118:2:2016:MsgDef">
|
|
<v2gci_d:Header>
|
|
<v2gci_h:SessionID>0000000000000010</v2gci_h:SessionID>
|
|
</v2gci_d:Header>
|
|
<v2gci_d:Body>
|
|
<v2gci_b:SessionSetupRes>
|
|
<v2gci_b:ResponseCode>OK</v2gci_b:ResponseCode>
|
|
<v2gci_b:EVSEID>1234567</v2gci_b:EVSEID>
|
|
<v2gci_b:EVSETimeStamp>123456789</v2gci_b:EVSETimeStamp>
|
|
</v2gci_b:SessionSetupRes>
|
|
</v2gci_d:Body>
|
|
</v2gci_d:V2G_Message>
|