MATLAB REAL-TIME WORKSHOP 7 - TARGET LANGUAGE COMPILER Betriebsanweisung Seite 157

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 386
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 156
Using BlockIOSignals to Obtain Block Outputs
5-5
Using BlockIOSignals to Obtain Block Outputs
The BlockIOSignals data structure is declared as follows:
typedef struct BlockIOSignals_tag {
char_T *blockName; /* Block's full pathname
(mangled by the Real-Time Workshop) */
char_T *signalName; /* Signal label (unmangled) */
uint_T portNumber; /* Block output port number (start at 0) */
uint_T signalWidth; /* Signal's width */
void *signalAddr; /* Signal's address in the blockIO vector */
char_T *dtName; /* The C language data type name */
uint_T dtSize; /* The size (# of bytes) for the data type*/
} BlockIOSignals;
Seitenansicht 156
1 2 ... 152 153 154 155 156 157 158 159 160 161 162 ... 385 386

Kommentare zu diesen Handbüchern

Keine Kommentare