Exemplo n.º 1
0
void Outstation::appendVariableSizedObject( const ObjectHeader& h,
                                            const DnpObject& o)
{
    stats.logNormal( h.str( strbuf, sizeof(strbuf)));    
    h.encode( txFragment);
    appendUINT16( txFragment, o.size()); 
    o.encode( txFragment);
}