Changeset 15 in pacpussensors
- Timestamp:
- Jul 10, 2013, 10:52:52 AM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Alasca/AlascaSocket.cpp
r3 r15 90 90 AlascaFrameEvent *e = new AlascaFrameEvent; 91 91 e->frame = frame; 92 QCore Application::postEvent(myParent, e);92 QCore Application::postEvent(myParent, e); 93 93 } 94 94 -
trunk/CMakeLists.txt
r9 r15 95 95 add_subdirectory(CanGateway) 96 96 97 97 98 # ======================================== 98 99 # Summary
Note:
See TracChangeset
for help on using the changeset viewer.