Copyright IXXAT Automation GmbH
UCI Programming Manual FlexRay, V1.13
External interfaces
20
5.1.2.4
Download
Via the
method the controller firmware can be downloaded onto
the board. The file containing the firmware is defined via
pszFilename
.
Prototype:
virtual HRESULT __stdcall Download( PCHAR pszFilename );
Parameter:
pszFilename
IN
Name of the Hex-file.
Return value:
UCI error codes
Remark:
The download function is only available for selected hardware. This function does
not apply to the IXXAT FlexRay interfaces and is therefore not implemented.
5.1.2.5
ResetTimestamp
method the timer of the board can be set to zero.
This function is not effective if external timers are used (e.g. ES600 for some-
IXXAT FlexRay interfaces like ES520).
Prototype:
virtual HRESULT __stdcall ResetTimestamp (DWORD
dwReserved );
Parameter:
dwReserved
IN
Reserved for future used.
Return value:
UCI error codes
5.1.2.6
GetSystemTime
Via the
method the timer of the board can be read out asyn-
chronously to the reception of any type of messages. The timer value is returned
with 100ns resolution via the unsigned 64 bit pointer
pqwSystemTime
.
Prototype:
virtual HRESULT __stdcall GetSystemTime (PUINT64
pqwSystemTime);
Parameter:
pqwSystemTime OUT
Timer value of the board with 100ns resolution
Return value:
UCI error codes
Содержание FlexRay CCM
Страница 6: ......