* update EXI codec to latest given schema

git-svn-id: https://svn.code.sf.net/p/openv2g/code/trunk@45 d9f2db14-54d0-4bde-b00c-16405c910529
This commit is contained in:
daniel_peintner 2011-12-02 08:37:00 +00:00
parent 2b978cbcd2
commit 87d09c6ae5
5 changed files with 1145 additions and 1164 deletions

2221
.cproject

File diff suppressed because it is too large Load diff

View file

@ -1,22 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<ns0:V2G_Message xmlns:ns0="urn:iso:15118:2:2010:eval1.0:MsgDef" xmlns:ns1="urn:iso:15118:2:2010:eval1.0:MsgBody" <v2gci_d:V2G_Message xmlns:v2gci_b="urn:iso:15118:2:2010:MsgBody"
xmlns:ns2="urn:iso:15118:2:2010:eval1.0:MsgDataTypes" xmlns:xmlsig="http://www.w3.org/2000/09/xmldsig#"
xmlns:ns3="urn:iso:15118:2:2010:eval1.0:MsgHeader" xmlns:v2gci_d="urn:iso:15118:2:2010:MsgDef"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:v2gci_t="urn:iso:15118:2:2010:MsgDataTypes"
xsi:schemaLocation="urn:iso:15118:2:2010:eval1.0:MsgDef V2G_CI_MsgDef.xsd"> xmlns:v2gci_h="urn:iso:15118:2:2010:MsgHeader"
<ns0:Header> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ns3:SessionInformation> <v2gci_d:Header>
<ns2:SessionID>3031323334353637</ns2:SessionID> <v2gci_h:SessionInformation>
<ns2:ProtocolVersion>1</ns2:ProtocolVersion> <v2gci_t:SessionID>0000000000000000</v2gci_t:SessionID>
</ns3:SessionInformation> </v2gci_h:SessionInformation>
</ns0:Header> </v2gci_d:Header>
<ns0:Body> <v2gci_d:Body>
<ns1:SessionSetupReq> <v2gci_b:SessionSetupReq>
<ns1:PEVStatus> <v2gci_b:PEVID>10</v2gci_b:PEVID>
<ns2:ConnectorLocked>0</ns2:ConnectorLocked> </v2gci_b:SessionSetupReq>
<ns2:ChargerStandby>1</ns2:ChargerStandby> </v2gci_d:Body>
<ns2:ReadyToCharge>false</ns2:ReadyToCharge> </v2gci_d:V2G_Message>
</ns1:PEVStatus>
</ns1:SessionSetupReq>
</ns0:Body>
</ns0:V2G_Message>

Binary file not shown.

View file

@ -1,32 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<ns0:V2G_Message xmlns:ns0="urn:iso:15118:2:2010:eval1.0:MsgDef" <v2gci_d:V2G_Message xmlns:v2gci_b="urn:iso:15118:2:2010:MsgBody"
xmlns:ns1="urn:iso:15118:2:2010:eval1.0:MsgBody" xmlns:xmlsig="http://www.w3.org/2000/09/xmldsig#"
xmlns:ns2="urn:iso:15118:2:2010:eval1.0:MsgDataTypes" xmlns:v2gci_d="urn:iso:15118:2:2010:MsgDef"
xmlns:ns3="urn:iso:15118:2:2010:eval1.0:MsgHeader" xmlns:v2gci_t="urn:iso:15118:2:2010:MsgDataTypes"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:v2gci_h="urn:iso:15118:2:2010:MsgHeader"
xsi:schemaLocation="urn:iso:15118:2:2010:eval1.0:MsgDef V2G_CI_MsgDef.xsd"> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ns0:Header> <v2gci_d:Header>
<ns3:SessionInformation> <v2gci_h:SessionInformation>
<ns2:SessionID>0Fb80Fb80Fb80Fb8</ns2:SessionID> <v2gci_t:SessionID>0000000000000010</v2gci_t:SessionID>
<ns2:ProtocolVersion>1</ns2:ProtocolVersion> </v2gci_h:SessionInformation>
</ns3:SessionInformation> </v2gci_d:Header>
</ns0:Header> <v2gci_d:Body>
<ns0:Body> <v2gci_b:SessionSetupRes>
<ns1:SessionSetupRes> <v2gci_b:ResponseCode>OK</v2gci_b:ResponseCode>
<ns1:ResponseCode>OK_SessionSetup</ns1:ResponseCode> <v2gci_b:EVSEID>01</v2gci_b:EVSEID>
<ns1:EVSEID>54</ns1:EVSEID> <v2gci_b:TCurrent>12345678</v2gci_b:TCurrent>
<ns1:EVSEStatus> </v2gci_b:SessionSetupRes>
<ns2:FatalError>0</ns2:FatalError> </v2gci_d:Body>
<ns2:EVSEStandby>1</ns2:EVSEStandby> </v2gci_d:V2G_Message>
<ns2:ConnectorLocked>1</ns2:ConnectorLocked>
<ns2:PowerSwitchClosed>0</ns2:PowerSwitchClosed>
<ns2:RCD>1</ns2:RCD>
<ns2:ShutDownTime>123456789</ns2:ShutDownTime>
<ns2:ChargerStandby>1</ns2:ChargerStandby>
<ns2:EVSEMalfunction>false</ns2:EVSEMalfunction>
<ns2:StopCharging>true</ns2:StopCharging>
</ns1:EVSEStatus>
<ns1:TCurrent>123456789</ns1:TCurrent>
</ns1:SessionSetupRes>
</ns0:Body>
</ns0:V2G_Message>

Binary file not shown.