Public Attributes | List of all members
TYPE_msg_frame Struct Reference

struct with message frame More...

#include <des70_10.h>

Public Attributes

int crc
 msg crc get according CCITT algorithm More...
 
unsigned char data [520]
 array with all the bytes to be sent by serial port, except OpCode. data[size,size+1]=crc More...
 
unsigned char OpCode
 instruction command, according DES command reference More...
 
int size
 size - var with the number of bytes to be sent by serial port data[n]={data[0]=len-1|data[1]...data[n]}. So size=(data[0]+1)*2+1 More...
 

Detailed Description

struct with message frame

Definition at line 261 of file des70_10.h.

Member Data Documentation

int TYPE_msg_frame::crc

msg crc get according CCITT algorithm

Definition at line 269 of file des70_10.h.

unsigned char TYPE_msg_frame::data[520]

array with all the bytes to be sent by serial port, except OpCode. data[size,size+1]=crc

Definition at line 265 of file des70_10.h.

unsigned char TYPE_msg_frame::OpCode

instruction command, according DES command reference

Definition at line 263 of file des70_10.h.

int TYPE_msg_frame::size

size - var with the number of bytes to be sent by serial port data[n]={data[0]=len-1|data[1]...data[n]}. So size=(data[0]+1)*2+1

Definition at line 267 of file des70_10.h.


The documentation for this struct was generated from the following file:


atlasmv_base
Author(s): David Gameiro, Jorge Almeida
autogenerated on Mon Mar 2 2015 01:31:28