读取LCM的日志文件

时间:2015-03-27 12:20:33
【文件属性】:
文件名称:读取LCM的日志文件
文件大小:200KB
文件格式:RAR
更新时间:2015-03-27 12:20:33
LCM C++ lcmlog   这个程序可以用,但是由于调试用的lcm数据涉及到机密,故调试日志文件暂不上传,这个程序可以将lcm保存在日志中的数据抓出来 lcm(Lightweight Communications and Marshalling) 是一组类库(含多种语言如java,c等),专门针对实时系统在高带宽和低的延迟的情况下进行消息发送和数据封送处理。它提供了一个发布/订阅消息模型、自动封装/解封代码生成工具(含多种编程语言版本)。其最初由麻省理工学院城市挑战赛小组为DARPA消息传递系统设计。    LCM是专为通过局域网连接的tightly-coupled类型系统而设计。 它不适合因特网。LCM研制开发软实时系统:它默认允许丢包以减少延时。
【文件预览】:
readLCMLog
----lcmtypes_gps_t.h(2KB)
----stdafx.cpp(143B)
----lcm.dll(49KB)
----Release()
--------readLCMLog.log(420B)
--------readLCMLog.unsuccessfulbuild(0B)
--------readLCMLog.Build.CppClean.log(975B)
----res()
--------readLCMLog.rc2(676B)
--------readLCMLog.ico(66KB)
----stdafx.h(2KB)
----readLCMLog.suo(18KB)
----targetver.h(234B)
----readLCMLog.h(466B)
----readLCMLog.cpp(2KB)
----readLCMLog.rc(10KB)
----readLCMLog.vcxproj.filters(2KB)
----resource.h(1KB)
----lcm()
--------lcm.dll(49KB)
--------lcm_coretypes.h(11KB)
--------lcm.h(6KB)
--------lcm.lib(4KB)
--------eventlog.h(2KB)
----lcm.lib(4KB)
----readLCMLogDlg.h(629B)
----readLCMLog.sln(886B)
----readLCMLog.aps(104KB)
----readLCMLog.vcxproj(6KB)
----lcmtypes_gps_t.cpp(11KB)
----Debug()
--------lcm.dll(49KB)
--------readLCMLog.log(418B)
--------readLCMLog.Build.CppClean.log(7KB)
--------lcm.lib(4KB)
----readLCMLog.vcxproj.user(143B)
----ReadMe.txt(3KB)
----readLCMLogDlg.cpp(6KB)

网友评论

  • 基于windows .Net的,也就readLCMLogDlg.cpp这一个文件中的OnBnClickedReadfile函数有用,3分多了
  • 代码还可以,但是帮助文档都有,要求的分也太高
  • LCM设计到的makefile,不知道您是怎么使用的,求教。