Main Page | Data Structures | File List | Data Fields | Globals | Related Pages

st_cmd_t Struct Reference

#include <can_lib.h>


Detailed Description

This structure allows to define a specific action on CAN network. handle: manage by the library.

cmd : initialize by the application to select the operation id : initialize by the application in transmission complete by the library in reception dlc : initialize by the application to give the number of data to transmit complete by the library in reception pt_data: pointer on the table which contains the data to send or received status: manage by the library ctrl : field rtr to signal a remote frame field ide to signal a extended frame

Definition at line 101 of file can_lib.h.

Data Fields

Uchar handle
can_cmd_t cmd
can_id_t id
Uchar dlc
Uchar * pt_data
Uchar status
can_ctrl_t ctrl


Field Documentation

can_cmd_t st_cmd_t::cmd
 

Definition at line 103 of file can_lib.h.

Referenced by can_cmd().

can_ctrl_t st_cmd_t::ctrl
 

Definition at line 108 of file can_lib.h.

Referenced by can_cmd(), and can_getstatus().

Uchar st_cmd_t::dlc
 

Definition at line 105 of file can_lib.h.

Referenced by can_cmd(), and can_getstatus().

Uchar st_cmd_t::handle
 

Definition at line 102 of file can_lib.h.

Referenced by can_cmd(), and can_getstatus().

can_id_t st_cmd_t::id
 

Definition at line 104 of file can_lib.h.

Referenced by can_cmd(), and can_getstatus().

Uchar* st_cmd_t::pt_data
 

Definition at line 106 of file can_lib.h.

Referenced by can_cmd(), and can_getstatus().

Uchar st_cmd_t::status
 

Definition at line 107 of file can_lib.h.

Referenced by can_cmd(), and can_getstatus().


The documentation for this struct was generated from the following file:
Generated on Thu Apr 1 15:49:28 2004 for Library CAN by doxygen 1.3.6