1394b基础学习笔记

  1. STOF Packet

The CC shall transmit a start of frame packet (STOF) at a fixed frame rate ± 0.1% of the frame rate (e.g. 10 milliseconds,12.5 milliseconds, etc.). The STOF packet shall be an asynchronous stream packet transmitted on channel 31. The STOF message shall conform to Figure 1. Note that there is no Packet Header or Packet Trailer in a STOF packet.

CC应以固定帧速率±0.1%的帧速率(例如10毫秒,12.5毫秒等)。STOF分组应当是在信道31上传输的异步流分组。这个STOF消息应符合图1的规定。请注意,在STOF数据包中不存在数据包报头或数据包尾部。

FIGURE 1 - STOF PACKET

2 Asynchronous Stream Packets

Asynchronous stream packets are isochronous packets that are normally sent during the asynchronous time interval. Figure 2 shows a typical asynchronous stream packet as seen on the bus. These packets, as defined in this specification, consist of the 1394 header, inserted by the hardware, the Anonymous Subscriber Messaging Header, the Payload Data Area, the Packet Trailer, and the 1394 CRC, inserted by the hardware.

异步流数据包是在异步时间间隔期间正常发送的等时数据包。图2显示了总线上的典型异步流数据包。如本说明书中所定义的,这些分组由硬件插入的1394报头、匿名用户消息报头、有效载荷数据区、分组尾部和硬件插入的1394 CRC组成。

FIGURE 2 ASYNCHRONOUS STREAM PACKET

3 Asynchronous Transactions

Asynchronous transactions may be used when a response such as acknowledge or negative acknowledge is required. An example might be software Load or integration support messages. The asynchronous packet format is shown in Figure 3.

当需要诸如确认或否定确认之类的响应时,可以使用异步事务。例如软件加载或集成支持消息。异步数据包格式如图3所示。

FIGURE 3 - ASYNCHRONOUS TRANSACTION PACKET

相关推荐
xuhaoyu_cpp_java6 小时前
Boyer-Moore 投票算法
java·经验分享·笔记·学习·算法
亚空间仓鼠6 小时前
OpenEuler系统常用服务(三)
linux·运维·服务器·网络
vortex57 小时前
从应用层到内核层:SOCKS 代理与 TUN 模式全解析
网络·网络安全·渗透测试
雨浓YN7 小时前
OPC UA 通讯开发笔记 - 基于Opc.Ua.Client
笔记·c#
运维儿7 小时前
2.二层网络为什么存在冲突?如何解决冲突和冲突域?
网络·网络协议·linux 网络·云计算网络
沪漂阿龙7 小时前
深度剖析神经网络学习:从损失函数到SGD,手写数字识别完整实战
人工智能·神经网络·学习
REDcker7 小时前
OpenSSL:C 语言 TLS 客户端完整示例
c语言·网络·数据库
迷路爸爸1807 小时前
Docker 入门学习笔记 06:用一个可复现的 Python 项目真正理解 Dockerfile
笔记·学习·docker
ghie90907 小时前
基于学习的模型预测控制(LBMPC)MATLAB实现指南
开发语言·学习·matlab
Engineer邓祥浩7 小时前
JVM学习笔记(6) 第二部分 自动内存管理 第5章节 调优案例分析与实战
jvm·笔记·学习