Changeset 41 in pacpussensors for trunk/CanGateway/CanGateway.h


Ignore:
Timestamp:
03/25/14 10:35:44 (10 years ago)
Author:
phudelai
Message:

CANGATEWAY changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CanGateway/CanGateway.h

    r4 r41  
    4646  virtual ComponentBase::COMPONENT_CONFIGURATION configureComponent(XmlComponentConfig config);
    4747
    48 virtual  Win32CanInterface* getCanIf()
    49 {
    50         return &canIf_;
    51 }
     48  bool sendFrame(const CanFrame frame);
     49
     50  //virtual  Win32CanInterface* getCanIf()
     51  //{
     52  //    return &canIf_;
     53  //}
    5254
    5355protected:
Note: See TracChangeset for help on using the changeset viewer.