#include <coprocessor.h>
Data Fields | |
__u8 | Datarxd |
int | ptogo |
int | psize |
char | packet [MAXPACKETSIZE] |
__u16 | Internal_AD [INTERNAL_ATOD_NUM] |
__u16 | External_AD [EXTERNAL_ATOD_NUM] |
PWMconfig | PWM_config [PWMNUM] |
countdata | counter_data [COUNTNUM] |
countconfig | counter_config [COUNTNUM] |
__u8 | Digital [2] |
char | RS232_string [RS232BUFSIZE] |
char | RS422_string [RS422BUFSIZE] |
char | Key |
E12Can_Message * | CAN_message |
VersionInfo | version |
RG_ParseMask | parsemask |
PcpkPacket | packetdata |
void * | userdata |
Definition at line 143 of file coprocessor.h.
|
Can message Definition at line 171 of file coprocessor.h. Referenced by CopParsePacket(). |
|
config settings for the counters this is currently a shadow variable Definition at line 161 of file coprocessor.h. Referenced by CopParsePacket(), E12_CountConfig(), and E12_PWMControl(). |
|
8 16 bit counters Definition at line 159 of file coprocessor.h. Referenced by CopParsePacket(), and E12_CounterCalcFreq(). |
|
Data received flag Definition at line 145 of file coprocessor.h. |
|
Digital IO ports (port1 output state only) Definition at line 163 of file coprocessor.h. Referenced by CopParsePacket(). |
|
optional external A to D channels 16-23 Definition at line 155 of file coprocessor.h. Referenced by CopParsePacket(). |
|
internal A to D channels 0-15 Definition at line 153 of file coprocessor.h. Referenced by CopParsePacket(). |
|
Keypad character Definition at line 169 of file coprocessor.h. Referenced by CopParsePacket(). |
|
the current packet being worked on Definition at line 151 of file coprocessor.h. Referenced by CopGetPacket(), CopPackBreak(), CopPacketMask(), CopPacketStart(), and CopParsePacket(). |
|
Parsed packet information, see packet.h Definition at line 177 of file coprocessor.h. Referenced by CopPacketMask(), CopPacketStart(), and CopParsePacket(). |
|
parsemask for multiple channel RGs Definition at line 175 of file coprocessor.h. Referenced by CopParsePacket(), E12_Packet_Route(), E12_Parse_Until(), UpdatetHardwareCounterInfo(), and UpdatetHardwarePWMInfo(). |
|
number of chars currently in the packet Definition at line 149 of file coprocessor.h. Referenced by CopGetPacket(), CopPackBreak(), CopPacketMask(), CopPacketStart(), CopParsePacket(), E12_Packet_Route(), and E12_Parse_Until(). |
|
data bytes remaining in current packet Definition at line 147 of file coprocessor.h. Referenced by CopGetPacket(), CopPacketMask(), and CopParsePacket(). |
|
config settings for the PWMs this is currently a shadow variable Definition at line 157 of file coprocessor.h. Referenced by CopParsePacket(), E12_CountConfig(), and E12_PWMControl(). |
|
RS232 serial port string Definition at line 165 of file coprocessor.h. Referenced by CopParsePacket(). |
|
RS422 serial port string Definition at line 167 of file coprocessor.h. Referenced by CopParsePacket(). |
|
general purpose user data pointer Definition at line 179 of file coprocessor.h. |
|
Firmware Version information Definition at line 173 of file coprocessor.h. Referenced by CopParsePacket(). |