MATLAB REAL-TIME WORKSHOP 7 - TARGET LANGUAGE COMPILER Instrukcja Obsługi Strona 180

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 282
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 179
LibSystemEnableCustomCode
4
-58
LibSystemEnableCustomCode
Purpose
Places code at the top or bottom of a system’s enable function
Syntax
%<LibSystemEnableCustomCode(buffer, location)>
Arguments
buffer
Buffer to append to internal cache buffer.
location
"header"
(place at top of function).
"trailer"
(place at bottom of function).
Description
Use this function to place code at the top or bottom of a system’s enable function
by specifying
"header"
or
"trailer"
, respectively.
This function generates an error if you attempt to add code to a subsystem that
does not have an enable function. Each call to this function appends your buffer
to the internal cache buffer.
Przeglądanie stron 179
1 2 ... 175 176 177 178 179 180 181 182 183 184 185 ... 281 282

Komentarze do niniejszej Instrukcji

Brak uwag