Changeset 16 in pacpussensors
- Timestamp:
- Jul 18, 2013, 12:09:40 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 10 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Alasca/AlascaSocket.cpp
r15 r16 90 90 AlascaFrameEvent *e = new AlascaFrameEvent; 91 91 e->frame = frame; 92 QCore 92 QCoreApplication::postEvent(myParent, e); 93 93 } 94 94 -
trunk/CMakeLists.txt
r15 r16 94 94 add_subdirectory(Alasca) 95 95 add_subdirectory(CanGateway) 96 96 add_subdirectory(StdDbtPlayerComponents) 97 97 98 98 # ========================================
Note:
See TracChangeset
for help on using the changeset viewer.