| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969 |
- /*
- * Copyright (C) 2007-2010 Siemens AG
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published
- * by the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
- /*******************************************************************
- *
- * @author Sebastian.Kaebisch.EXT@siemens.com
- * @version 0.3
- * @contact Joerg.Heuer@siemens.com
- *
- ********************************************************************/
- #ifdef __cplusplus
- extern "C" {
- #endif
- #ifndef SERVICEDATATYPES_H
- #define SERVICEDATATYPES_H
- #include "EXITypes.h"
-
- enum faultCodeType
- {
- ParsingError,
- V2GProtocolVersionNotSupported,
- UnknownError
- };
- enum eventEntryType
- {
- InitiateSessionSetup,
- InitiateServiceDiscovery,
- InitiatePowerDiscovery,
- InitiateLineLock,
- InitiatePowerDelivery,
- InitiateInitiateMeteringStatus
- };
- enum responseCode_SessionSetupType
- {
- OK_SessionSetup,
- OK_NewSessionEstablished,
- OK_OldSessionJoined,
- FAILED_UnknownSession,
- FAILED_SessionEstablishmentError,
- FAILED_UnknownError_InSessionSetup
- };
- enum serviceTypeType
- {
- PEV_Recharge,
- Remote_Customer_Support,
- Internet,
- Other
- };
- enum responseCode_ServiceDiscoveryType
- {
- OK_ServiceDiscovery,
- FAILED_NoServicesOfThisType,
- FAILED_NoServicesInThisScope,
- FAILED_NoServicesOfThisTypeScope,
- FAILED_NoServicesFound,
- FAILED_UnknownError_InServiceDiscovery
- };
- enum responseCode_ServicePaymentSelectionType
- {
- OK_ServicePaymentSelection,
- FAILED_ServiceSelectionInvalid,
- FAILED_PaymentSelectionInvalid,
- FAILED_UnknownError_InServicePaymentSelection
- };
- enum responseCode_PaymentDetailsType
- {
- OK_PaymentDetails,
- FAILED_PaymentDetailsInvalid,
- FAILED_UnknownError
- };
- enum unitMultiplierType
- {
- d,
- c,
- m,
- micro,
- n,
- p,
- k,
- M,
- G,
- T,
- none
- };
- enum unitSymbolType
- {
- A,
- deg,
- F,
- g,
- h,
- J,
- J_s,
- kg_J,
- min,
- N,
- ohm,
- s,
- S,
- s_1,
- V,
- V_VAr,
- VA,
- VAh,
- VAr,
- VArh,
- W,
- W_Hz,
- W_s,
- Wh,
- Ah
- };
- enum responseCode_PowerDiscoveryType
- {
- OK_PowerDiscovery,
- FAILED_UnknownError_InPowerDiscovery
- };
- enum tariffIDType
- {
- Standard_charge,
- Fast_charge,
- Green_charge,
- Grid_friendly_charge,
- Freely_parameterisable_charge,
- Charge_under_reserve
- };
- enum responseCode_LineLockType
- {
- OK_LineLock,
- FAILED_LineLockNotApplied,
- FAILED_UnknownError_InLineLock
- };
- enum responseCode_PowerDeliveryType
- {
- OK_PowerDelivery,
- FAILED_PowerDeliveryNotApplied,
- FAILED_TariffSelectionInvalid,
- FAILED_ChargingProfileInvalid,
- FAILED_UnknownError_InPowerDelivery
- };
- enum responseCode_MeteringStatusType
- {
- OK_MeteringStatus,
- FAILED_UnknownError_InMeteringStatus
- };
- enum responseCode_MeteringReceiptType
- {
- OK_MeteringReceipt,
- FAILED_UnknownError_MeteringReceipt
- };
- struct arraylen_SessionInformationType_SessionID
- {
- size_t data;
- };
- struct SessionInformationType_SessionID
- {
- uint8_t data[8];
- struct arraylen_SessionInformationType_SessionID arraylen;
- };
- struct arraylen_SessionInformationType_ServiceSessionID
- {
- size_t data;
- };
- struct SessionInformationType_ServiceSessionID
- {
- uint8_t data[8];
- struct arraylen_SessionInformationType_ServiceSessionID arraylen;
- };
- struct selection_SessionInformationType
- {
- unsigned int ServiceSessionID:1;
- unsigned int ProtocolVersion:1;
- };
- struct arraylen_SessionInformationType_ProtocolVersion
- {
- size_t data;
- };
- struct SessionInformationType_ProtocolVersion
- {
- uint32_t data[256];
- struct arraylen_SessionInformationType_ProtocolVersion arraylen;
- };
- struct SessionInformationType
- {
- struct SessionInformationType_SessionID SessionID;
- struct SessionInformationType_ServiceSessionID ServiceSessionID;
- struct SessionInformationType_ProtocolVersion ProtocolVersion;
- struct selection_SessionInformationType isused;
- };
- struct selection_NotificationType
- {
- unsigned int FaultCode:1;
- unsigned int FaultMsg:1;
- unsigned int EventList:1;
- };
- struct arraylen_NotificationType_FaultMsg
- {
- size_t data;
- };
- struct NotificationType_FaultMsg
- {
- uint32_t data[256];
- struct arraylen_NotificationType_FaultMsg arraylen;
- };
- struct EventListType
- {
- enum eventEntryType Event;
- };
- struct NotificationType
- {
- enum faultCodeType FaultCode;
- struct NotificationType_FaultMsg FaultMsg;
- struct EventListType EventList;
- struct selection_NotificationType isused;
- };
- struct selection_HeaderType
- {
- unsigned int Notification:1;
- };
- struct HeaderType
- {
- struct SessionInformationType SessionInformation;
- struct NotificationType Notification;
- struct selection_HeaderType isused;
- };
- struct arraylen_SessionSetupReqType_PEVID
- {
- size_t data;
- };
- struct SessionSetupReqType_PEVID
- {
- uint32_t data[32];
- struct arraylen_SessionSetupReqType_PEVID arraylen;
- };
- struct selection_SessionSetupReqType
- {
- unsigned int PEVID:1;
- };
- struct PEVStatusType
- {
- int ConnectorLocked;
- int ChargerStandby;
- };
- struct SessionSetupReqType
- {
- struct SessionSetupReqType_PEVID PEVID;
- struct PEVStatusType PEVStatus;
- struct selection_SessionSetupReqType isused;
- };
- struct selection_BodyType
- {
- unsigned int SessionSetupReq:1;
- unsigned int SessionSetupRes:1;
- unsigned int ServiceDiscoveryReq:1;
- unsigned int ServiceDiscoveryRes:1;
- unsigned int ServicePaymentSelectionReq:1;
- unsigned int ServicePaymentSelectionRes:1;
- unsigned int PaymentDetailsReq:1;
- unsigned int PaymentDetailsRes:1;
- unsigned int PowerDiscoveryReq:1;
- unsigned int PowerDiscoveryRes:1;
- unsigned int LineLockReq:1;
- unsigned int LineLockRes:1;
- unsigned int PowerDeliveryReq:1;
- unsigned int PowerDeliveryRes:1;
- unsigned int MeteringStatusReq:1;
- unsigned int MeteringStatusRes:1;
- unsigned int MeteringReceiptReq:1;
- unsigned int MeteringReceiptRes:1;
- };
- struct arraylen_SessionSetupResType_EVSEID
- {
- size_t data;
- };
- struct SessionSetupResType_EVSEID
- {
- uint8_t data[32];
- struct arraylen_SessionSetupResType_EVSEID arraylen;
- };
- struct EVSEStatusType
- {
- int FatalError;
- int EVSEStandby;
- int ConnectorLocked;
- int PowerSwitchClosed;
- int RCD;
- int32_t ShutDownTime;
- };
- struct SessionSetupResType
- {
- enum responseCode_SessionSetupType ResponseCode;
- struct SessionSetupResType_EVSEID EVSEID;
- struct EVSEStatusType EVSEStatus;
- int32_t TCurrent;
- };
- struct selection_ServiceDiscoveryReqType
- {
- unsigned int ServiceType:1;
- unsigned int ServiceScope:1;
- };
- struct arraylen_ServiceDiscoveryReqType_ServiceScope
- {
- size_t data;
- };
- struct ServiceDiscoveryReqType_ServiceScope
- {
- uint32_t data[255];
- struct arraylen_ServiceDiscoveryReqType_ServiceScope arraylen;
- };
- struct ServiceDiscoveryReqType
- {
- enum serviceTypeType ServiceType;
- struct ServiceDiscoveryReqType_ServiceScope ServiceScope;
- struct selection_ServiceDiscoveryReqType isused;
- };
- struct arraylen_ServiceDescriptionType_ServiceID
- {
- size_t data;
- };
- struct ServiceDescriptionType_ServiceID
- {
- uint8_t data[8];
- struct arraylen_ServiceDescriptionType_ServiceID arraylen;
- };
- struct arraylen_ServiceDescriptionType_ServiceName
- {
- size_t data;
- };
- struct ServiceDescriptionType_ServiceName
- {
- uint32_t data[64];
- struct arraylen_ServiceDescriptionType_ServiceName arraylen;
- };
- struct selection_ServiceDescriptionType
- {
- unsigned int ServiceName:1;
- unsigned int ServiceType:1;
- unsigned int ServiceScope:1;
- };
- struct arraylen_ServiceDescriptionType_ServiceScope
- {
- size_t data;
- };
- struct ServiceDescriptionType_ServiceScope
- {
- uint32_t data[255];
- struct arraylen_ServiceDescriptionType_ServiceScope arraylen;
- };
- struct ServiceDescriptionType
- {
- struct ServiceDescriptionType_ServiceID ServiceID;
- struct ServiceDescriptionType_ServiceName ServiceName;
- enum serviceTypeType ServiceType;
- struct ServiceDescriptionType_ServiceScope ServiceScope;
- struct selection_ServiceDescriptionType isused;
- };
- struct arraylen_ServiceListType
- {
- size_t Service;
- };
- struct ServiceListType
- {
- struct ServiceDescriptionType Service[8];
- struct arraylen_ServiceListType arraylen;
- };
- struct selection_ServiceDiscoveryResType
- {
- unsigned int ServiceList:1;
- };
- struct ServiceDiscoveryResType
- {
- enum responseCode_ServiceDiscoveryType ResponseCode;
- struct ServiceListType ServiceList;
- struct selection_ServiceDiscoveryResType isused;
- };
- struct arraylen_ServicePaymentSelectionReqType_PEVPubKey
- {
- size_t data;
- };
- struct ServicePaymentSelectionReqType_PEVPubKey
- {
- uint8_t data[64];
- struct arraylen_ServicePaymentSelectionReqType_PEVPubKey arraylen;
- };
- struct ServicePaymentSelectionReqType
- {
- struct ServiceListType ServiceList;
- struct ServicePaymentSelectionReqType_PEVPubKey PEVPubKey;
- };
- struct arraylen_ServicePaymentSelectionResType_MeteringAuthPubKey
- {
- size_t data;
- };
- struct ServicePaymentSelectionResType_MeteringAuthPubKey
- {
- uint8_t data[64];
- struct arraylen_ServicePaymentSelectionResType_MeteringAuthPubKey arraylen;
- };
- struct selection_ServicePaymentSelectionResType
- {
- unsigned int MeteringAuthPubKey:1;
- };
- struct ServicePaymentSelectionResType
- {
- enum responseCode_ServicePaymentSelectionType ResponseCode;
- struct ServicePaymentSelectionResType_MeteringAuthPubKey MeteringAuthPubKey;
- struct selection_ServicePaymentSelectionResType isused;
- };
- struct arraylen_PaymentDetailsReqType_ContractID
- {
- size_t data;
- };
- struct PaymentDetailsReqType_ContractID
- {
- uint32_t data[128];
- struct arraylen_PaymentDetailsReqType_ContractID arraylen;
- };
- struct PaymentDetailsReqType
- {
- struct PaymentDetailsReqType_ContractID ContractID;
- };
- struct PaymentDetailsResType
- {
- enum responseCode_PaymentDetailsType ResponseCode;
- };
- struct FloatingValueType
- {
- enum unitMultiplierType Multiplier;
- enum unitSymbolType Unit;
- int32_t Value;
- };
- struct PowerDiscoveryReqType
- {
- struct PEVStatusType PEVStatus;
- int32_t EoC;
- struct FloatingValueType EAmount;
- struct FloatingValueType PEVMaxPower;
- int16_t PEVMaxPhases;
- struct FloatingValueType PEVMaxVoltage;
- struct FloatingValueType PEVMinVoltage;
- };
- struct arraylen_PowerDiscoveryResType_EnergyProvider
- {
- size_t data;
- };
- struct PowerDiscoveryResType_EnergyProvider
- {
- uint32_t data[256];
- struct arraylen_PowerDiscoveryResType_EnergyProvider arraylen;
- };
- struct selection_PowerDiscoveryResType
- {
- unsigned int EnergyProvider:1;
- unsigned int TariffTable:1;
- };
- struct arraylen_TariffTableType_Currency
- {
- size_t data;
- };
- struct TariffTableType_Currency
- {
- uint32_t data[3];
- struct arraylen_TariffTableType_Currency arraylen;
- };
- struct arraylen_TariffDescrType_TariffDescription
- {
- size_t data;
- };
- struct TariffDescrType_TariffDescription
- {
- uint32_t data[32];
- struct arraylen_TariffDescrType_TariffDescription arraylen;
- };
- struct selection_TariffDescrType
- {
- unsigned int TariffDescription:1;
- };
- struct selection_TariffEntryType
- {
- unsigned int EPrice:1;
- };
- struct TariffEntryType
- {
- uint32_t TariffStart;
- struct FloatingValueType TariffPMax;
- struct FloatingValueType EPrice;
- struct selection_TariffEntryType isused;
- };
- struct arraylen_TariffEntriesType
- {
- size_t TariffEntry;
- };
- struct TariffEntriesType
- {
- struct TariffEntryType TariffEntry[8];
- struct arraylen_TariffEntriesType arraylen;
- };
- struct TariffDescrType
- {
- enum tariffIDType TariffID;
- struct TariffDescrType_TariffDescription TariffDescription;
- struct TariffEntriesType TariffEntries;
- struct selection_TariffDescrType isused;
- };
- struct arraylen_TariffTableType
- {
- size_t Tariff;
- };
- struct TariffTableType
- {
- struct TariffTableType_Currency Currency;
- struct TariffDescrType Tariff[6];
- struct arraylen_TariffTableType arraylen;
- };
- struct PowerDiscoveryResType
- {
- enum responseCode_PowerDiscoveryType ResponseCode;
- struct EVSEStatusType EVSEStatus;
- struct FloatingValueType EVSEVoltage;
- struct FloatingValueType EVSEIMax;
- int16_t EVSEMaxPhases;
- struct PowerDiscoveryResType_EnergyProvider EnergyProvider;
- struct TariffTableType TariffTable;
- struct selection_PowerDiscoveryResType isused;
- };
- struct LineLockReqType
- {
- struct PEVStatusType PEVStatus;
- int ReqLockStatus;
- };
- struct LineLockResType
- {
- enum responseCode_LineLockType ResponseCode;
- struct EVSEStatusType EVSEStatus;
- };
- struct selection_PowerDeliveryReqType
- {
- unsigned int Tariff:1;
- unsigned int ChargingProfile:1;
- };
- struct ChargingProfileType
- {
- int32_t ChargingProfileEntryStart;
- struct FloatingValueType ChargingProfileEntryMaxPower;
- };
- struct PowerDeliveryReqType
- {
- struct PEVStatusType PEVStatus;
- int ReqSwitchStatus;
- enum tariffIDType Tariff;
- struct ChargingProfileType ChargingProfile;
- struct selection_PowerDeliveryReqType isused;
- };
- struct PowerDeliveryResType
- {
- enum responseCode_PowerDeliveryType ResponseCode;
- };
- struct MeteringStatusReqType
- {
-
- int NO_MEMBER:1;
-
- };
- struct arraylen_MeteringStatusResType_EVSEID
- {
- size_t data;
- };
- struct MeteringStatusResType_EVSEID
- {
- uint8_t data[32];
- struct arraylen_MeteringStatusResType_EVSEID arraylen;
- };
- struct selection_MeteringStatusResType
- {
- unsigned int PCurrent:1;
- unsigned int MeterInfo:1;
- };
- struct arraylen_MeterInfoType_MeterID
- {
- size_t data;
- };
- struct MeterInfoType_MeterID
- {
- uint32_t data[32];
- struct arraylen_MeterInfoType_MeterID arraylen;
- };
- struct selection_MeterInfoType
- {
- unsigned int MeterID:1;
- unsigned int MeterReading:1;
- unsigned int MeterStatus:1;
- unsigned int TMeter:1;
- };
- struct MeterInfoType
- {
- struct MeterInfoType_MeterID MeterID;
- struct FloatingValueType MeterReading;
- int16_t MeterStatus;
- int32_t TMeter;
- struct selection_MeterInfoType isused;
- };
- struct MeteringStatusResType
- {
- enum responseCode_MeteringStatusType ResponseCode;
- struct MeteringStatusResType_EVSEID EVSEID;
- struct EVSEStatusType EVSEStatus;
- int32_t TCurrent;
- struct FloatingValueType EVSEMaxPower;
- struct FloatingValueType PCurrent;
- struct MeterInfoType MeterInfo;
- struct selection_MeteringStatusResType isused;
- };
- struct arraylen_MeteringReceiptReqType_PEVID
- {
- size_t data;
- };
- struct MeteringReceiptReqType_PEVID
- {
- uint32_t data[32];
- struct arraylen_MeteringReceiptReqType_PEVID arraylen;
- };
- struct selection_MeteringReceiptReqType
- {
- unsigned int PEVID:1;
- unsigned int TCurrent:1;
- };
- struct MeteringReceiptReqType
- {
- struct MeteringReceiptReqType_PEVID PEVID;
- struct PEVStatusType PEVStatus;
- int32_t TCurrent;
- enum tariffIDType Tariff;
- struct MeterInfoType MeterInfo;
- struct selection_MeteringReceiptReqType isused;
- };
- struct MeteringReceiptResType
- {
- enum responseCode_MeteringReceiptType ResponseCode;
- };
- struct BodyType
- {
- struct SessionSetupReqType SessionSetupReq;
- struct SessionSetupResType SessionSetupRes;
- struct ServiceDiscoveryReqType ServiceDiscoveryReq;
- struct ServiceDiscoveryResType ServiceDiscoveryRes;
- struct ServicePaymentSelectionReqType ServicePaymentSelectionReq;
- struct ServicePaymentSelectionResType ServicePaymentSelectionRes;
- struct PaymentDetailsReqType PaymentDetailsReq;
- struct PaymentDetailsResType PaymentDetailsRes;
- struct PowerDiscoveryReqType PowerDiscoveryReq;
- struct PowerDiscoveryResType PowerDiscoveryRes;
- struct LineLockReqType LineLockReq;
- struct LineLockResType LineLockRes;
- struct PowerDeliveryReqType PowerDeliveryReq;
- struct PowerDeliveryResType PowerDeliveryRes;
- struct MeteringStatusReqType MeteringStatusReq;
- struct MeteringStatusResType MeteringStatusRes;
- struct MeteringReceiptReqType MeteringReceiptReq;
- struct MeteringReceiptResType MeteringReceiptRes;
- struct selection_BodyType isused;
- };
- struct AnonType_V2G_Message
- {
- struct HeaderType Header;
- struct BodyType Body;
- };
-
- /* init method of the V2G message */
- void init_AnonType_V2G_Message(struct AnonType_V2G_Message* v2gMsg);
- #endif
- #ifdef __cplusplus
- }
- #endif
|