MATLAB EMBEDDED IDE LINK 4 - FOR USE WITH TEXAS INSTRUMENTS CODE COMPOSER STUDIO Guia do Utilizador Página 69

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 575
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 68
Constructing ticc s Objects
RTDX channels : 0
Inspecting the output reveals tw o objects listed—a CCS IDE object and an
RTDX object. CCS IDE and RTDX objects cannot be created separately. By
design they maintain a member class relationship; the RTDX object is a class,
a member of the CCS object class. In this example,
cc is an instance of the
class CCS. If you enter
rx = cc.rtdx
rx
is a handle to the RTDX portion of the CCS object. As an alias, rx replaces
cc.rtdx in functions such as readmat or writemsg that use the RTDX
communications features of the CCS link. Typing
rx at the command line
now produces
rx
RTDX channels : 0
The object properties are described in Chapter 6, “Function Refere nce”, and
in more detail in ticcs Object Properties. These properties are set to default
values when you construct objects.
2-47
Vista de página 68
1 2 ... 64 65 66 67 68 69 70 71 72 73 74 ... 574 575

Comentários a estes Manuais

Sem comentários