opendnp3  3.1.0
Reference implementation of DNP3 (IEEE-1815)
opendnp3::ICommandCollection< T > Class Template Referenceabstract

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 ICommandCollectionAdd (const T &command, uint16_t index)=0
 

Detailed Description

template<class T>
class opendnp3::ICommandCollection< T >

A collection type for command to which the user can add by type and index.

Definition at line 29 of file ICommandCollection.h.

Member Function Documentation

◆ Add()

template<class T>
virtual ICommandCollection& opendnp3::ICommandCollection< T >::Add ( const T &  command,
uint16_t  index 
)
pure virtual

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