The delivery stop flags indicate which stops on the pipeline act on the application data
Initializes a DeliveryStopFlags object
DeliveryStopFlags( |
| ) |
Initializes a DeliveryStopFlags object given specific values
A stop flag representing the pc
A stop flag representing the appBoard
A stop flag representing the linkBoard
A stop flag representing the baseStation
Checks that two DeliveryStopFlags objects are equal
true if the two DeliveryStopFlags are identical, false otherwise
Checks that two DeliveryStopFlags objects are not equal
true if the two DeliveryStopFlags are not identical, false otherwise
bool compare( |
| ) const |
Checks that two DeliveryStopFlags are identical
true if the two DeliveryStopFlags are identical, false otherwise
static DeliveryStopFlags fromByte( |
| ) |
Sets all the stop flags based on the byte value passed in
dsf uint8 | The delivery stop flag byte |
Gets the delivery stop flag byte value based on the current stop flags set
The delivery stop flag byte built from the current set stop flags