28530
143
Zoom out
Zoom in
Vorherige Seite
1/182
Nächste Seite
Data interfaces
135
850-164692 / Rev.B
Data encapsulation
A standard encapsulation scheme is used for all data files. Each
datagram is preceded by a 4 byte length tag stating the datagram
length in bytes. An identical length tag is appended at the end of
the datagram.
long Length;
struct DatagramHeader
{
long DatagramType;
struct {
long LowDateTime;
long HighDateTime;
} DateTime;
};
--
< datagram content >
--
long Length;
All datagrams use the same header. The datagram type field
identifies the type of datagram. ASCII quadruples are used to
ease human interpretation and long term maintenance; three
characters identify the datagram type and one character
identifies the version of the datagram. The DateTime structure
contains a 64-bit integer value stating the number of
100-nanosecond intervals since January 1, 1601. This is the
internal ”filetime” used by the Windows NT operating system.
The data part of the datagram contains any number of bytes, and
its content is highly datagram dependent.
Common computers fall into two categories: Intel based
computers write a multibyte number to file starting with the
LSB (Least Significant Byte). HP, Sun and Motorola do the
opposite. They write the MSB (Most Significant Byte) to file
first. The byte order of the length tags and all binary fields
within a datagram is always identical to the native byte order of
the computer that writes the data file. It is the responsibility of
the software that reads the file to perform byte swapping of all
multibyte numbers within a datagram if required. Byte
swapping is required whenever there is an apparent mismatch
between the head and the tail length tags. Hence, the two length
tags may be used to identify the byte order of the complete
datagram.
The Intel processors allow a multibyte number to be located at
any RAM address. However, this may be different on other
processors; a short (2 byte) must be located at an even address, a
long (4 byte) and a float (4 byte) must be located at addresses
dividable by four. Hence, the numeric fields within a datagram
is specified with this in mind.
143

Brauchen Sie Hilfe? Stellen Sie Ihre Frage.

Forenregeln

Missbrauch melden von Frage und/oder Antwort

Libble nimmt den Missbrauch seiner Dienste sehr ernst. Wir setzen uns dafür ein, derartige Missbrauchsfälle gemäß den Gesetzen Ihres Heimatlandes zu behandeln. Wenn Sie eine Meldung übermitteln, überprüfen wir Ihre Informationen und ergreifen entsprechende Maßnahmen. Wir melden uns nur dann wieder bei Ihnen, wenn wir weitere Einzelheiten wissen müssen oder weitere Informationen für Sie haben.

Art des Missbrauchs:

Zum Beispiel antisemitische Inhalte, rassistische Inhalte oder Material, das zu einer Gewalttat führen könnte.

Beispielsweise eine Kreditkartennummer, persönliche Identifikationsnummer oder unveröffentlichte Privatadresse. Beachten Sie, dass E-Mail-Adressen und der vollständige Name nicht als private Informationen angesehen werden.

Forenregeln

Um zu sinnvolle Fragen zu kommen halten Sie sich bitte an folgende Spielregeln:

Neu registrieren

Registrieren auf E - Mails für Simrad ER60 wenn:


Sie erhalten eine E-Mail, um sich für eine oder beide Optionen anzumelden.


Das Handbuch wird per E-Mail gesendet. Überprüfen Sie ihre E-Mail.

Wenn Sie innerhalb von 15 Minuten keine E-Mail mit dem Handbuch erhalten haben, kann es sein, dass Sie eine falsche E-Mail-Adresse eingegeben haben oder dass Ihr ISP eine maximale Größe eingestellt hat, um E-Mails zu erhalten, die kleiner als die Größe des Handbuchs sind.

Ihre Frage wurde zu diesem Forum hinzugefügt

Möchten Sie eine E-Mail erhalten, wenn neue Antworten und Fragen veröffentlicht werden? Geben Sie bitte Ihre Email-Adresse ein.



Info