opendnp3
3.1.0
Reference implementation of DNP3 (IEEE-1815)
|
A collection type for command to which the user can add by type and index. More...
#include <opendnp3/master/ICommandCollection.h>
Public Member Functions | |
virtual ICommandCollection & | Add (const T &command, uint16_t index)=0 |
A collection type for command to which the user can add by type and index.
Definition at line 29 of file ICommandCollection.h.
|
pure virtual |