|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Represents a time-of-day value as parsed from a BusMaster log entry. More...
#include <busmaster_priv.h>
Public Attributes | |
| unsigned | hours |
| unsigned | minutes |
| unsigned | seconds |
| unsigned | micros |
Represents a time-of-day value as parsed from a BusMaster log entry.
| unsigned msg_time_t::hours |
Hours component (0–23)
| unsigned msg_time_t::micros |
Microseconds component (0–999999)
| unsigned msg_time_t::minutes |
Minutes component (0–59)
| unsigned msg_time_t::seconds |
Seconds component (0–59)