My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
msg_provinance Struct Reference

Keeps track of which MSUs have seen a given message header. More...

#include <msu_message.h>

Public Attributes

struct msu_provinance_item origin
 The first MSU to see this message. More...
 
struct msu_provinance_item sender
 The last MSU to see this message. More...
 
struct msu_provinance_item path [8]
 A list of each MSU that has seen this message TODO: For now, one MSU of each type. More...
 
int path_len
 The current length of msg_provinance::path. More...
 

Detailed Description

Keeps track of which MSUs have seen a given message header.

Definition at line 69 of file msu_message.h.

Member Data Documentation

struct msu_provinance_item msg_provinance::origin

The first MSU to see this message.

Definition at line 71 of file msu_message.h.

struct msu_provinance_item msg_provinance::path[8]

A list of each MSU that has seen this message TODO: For now, one MSU of each type.

Definition at line 76 of file msu_message.h.

int msg_provinance::path_len

The current length of msg_provinance::path.

Definition at line 78 of file msu_message.h.

struct msu_provinance_item msg_provinance::sender

The last MSU to see this message.

Definition at line 73 of file msu_message.h.


The documentation for this struct was generated from the following file: