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


Ignore:
Timestamp:
06/07/13 00:10:00 (11 years ago)
Author:
guyardro
Message:

add igep can driver for CanGateway and add support for igep compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CanGateway/CanGateway.h

    r2 r4  
    4646  virtual ComponentBase::COMPONENT_CONFIGURATION configureComponent(XmlComponentConfig config);
    4747
     48virtual  Win32CanInterface* getCanIf()
     49{
     50        return &canIf_;
     51}
     52
    4853protected:
    4954  void run();
Note: See TracChangeset for help on using the changeset viewer.