#include <packet.hh>
|
| packet_t (const char *msg=nullptr) |
|
time_t const & | seconds () const |
|
suseconds_t const & | useconds () const |
|
const char * | message () |
|
const char * | data () const |
|
bool | operator< (packet_t const &b) |
|
|
static constexpr size_t | bytes () |
|
|
static constexpr size_t | sec_bytes = sizeof(time_t) |
|
static constexpr size_t | usec_bytes = sizeof(suseconds_t) |
|
static constexpr size_t | packet_bytes |
|
Packet type for serializing output from distributed-memory tasks.
◆ packet_bytes
constexpr size_t flecsi::log::packet_t::packet_bytes |
|
static |
Initial value:=
sec_bytes + usec_bytes + FLOG_MAX_MESSAGE_SIZE
The documentation for this struct was generated from the following file:
- /home/bergen/devel/tuxfan/flecsi/flecsi/log/packet.hh