Changeset 16 in pacpussensors


Ignore:
Timestamp:
07/18/13 12:09:40 (11 years ago)
Author:
DHERBOMEZ Gérald
Message:

add standards replay components for some sensors that has to be used with DBITEPlayer application: StdDbtPlayerComponents

Location:
trunk
Files:
10 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Alasca/AlascaSocket.cpp

    r15 r16  
    9090  AlascaFrameEvent *e = new AlascaFrameEvent;
    9191  e->frame = frame;
    92   QCore Application::postEvent(myParent, e); 
     92  QCoreApplication::postEvent(myParent, e); 
    9393}
    9494
  • trunk/CMakeLists.txt

    r15 r16  
    9494add_subdirectory(Alasca)
    9595add_subdirectory(CanGateway)
    96 
     96add_subdirectory(StdDbtPlayerComponents)
    9797
    9898# ========================================
Note: See TracChangeset for help on using the changeset viewer.