CANMessage is the primitive CAN message object. It supports creation, parsing, formatting of messages. Can be easily integrated with CANPort and CANQueue libraries.

Embed: (wiki syntax)

« Back to documentation index

CANMessage.h File Reference

CANMessage.h File Reference

This is the basic CAN message, and supports construction of, formatting and decoding. More...

Go to the source code of this file.

Data Structures

class  CANmsg
 A super CAN message object, which has additional capabilities. More...

Enumerations

enum  CANDIR_T
 

CAN direction, in the set {rcv, xmt}.

More...
enum  CANCHANNEL_T
 

CAN Channel in the set {CH1, CH2} of CANCHANNELS.

More...

Detailed Description

This is the basic CAN message, and supports construction of, formatting and decoding.

CANMessage is the primitive CAN message object.

Version:
1.0
Note:
Copyright 2011 by Smartware Computing, all rights reserved. Individuals may use this application for evaluation or non-commercial purposes. Within this restriction, changes may be made to this application as long as this copyright notice is retained. The user shall make clear that their work is a derived work, and not the original. Users of this application and sources accept this application "as is" and shall hold harmless Smartware Computing, for any undesired results while using this application - whether real or imagined.
Author:
David Smart, Smartware Computing
Note:
Version History 20110724
  • Extending timestamp to 64 bits
It supports creation, parsing, formatting, of messages.
Version:
1.0
Note:
Copyright 2011 by Smartware Computing, all rights reserved. Individuals may use this application for evaluation or non-commercial purposes. Within this restriction, changes may be made to this application as long as this copyright notice is retained. The user shall make clear that their work is a derived work, and not the original. Users of this application and sources accept this application "as is" and shall hold harmless Smartware Computing, for any undesired results while using this application - whether real or imagined.
Author:
David Smart, Smartware Computing

Definition in file CANMessage.h.


Enumeration Type Documentation

CAN Channel in the set {CH1, CH2} of CANCHANNELS.

Definition at line 31 of file CANMessage.h.

enum CANDIR_T

CAN direction, in the set {rcv, xmt}.

Definition at line 24 of file CANMessage.h.