opendnp3
3.1.0
Reference implementation of DNP3 (IEEE-1815)
|
A simple tuple for pairing Values with an index. More...
#include <opendnp3/app/Indexed.h>
Public Member Functions | |
Indexed () | |
Indexed (const T &value_, uint16_t index_) | |
Public Attributes | |
uint16_t | index |
T | value |
A simple tuple for pairing Values with an index.
|
inline |
|
inline |
uint16_t opendnp3::Indexed< T >::index |
T opendnp3::Indexed< T >::value |