X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Glossary.dox;h=40b725819fb2c900ac473cd7904844809991f0d2;hb=5443435c4c2b6e4386c5334b5b8358273f2bae93;hp=668338fa24386a595d78c25ac7defb8f09f9a4a7;hpb=a1a6c76a214ad1935032826713cabaf9ac57bf07;p=senf.git diff --git a/Glossary.dox b/Glossary.dox index 668338f..40b7258 100644 --- a/Glossary.dox +++ b/Glossary.dox @@ -24,12 +24,25 @@ + + + + + + + + @@ -54,8 +67,14 @@ senf::ProtocolClientSocketHandle::protocol()/senf::ProtocolServerSocketHandle::protocol() member + + + +
collection parser libPackets A packet parser which allows to repeat + another parser or which uses some additional information to decide on the type or number of + sub-parsers.
complete policy libSocket socket policy where each axis is specified completely
composite parser libPackets A packet parser providing access to named + sub-fields which are parsers themselves.
incomplete policy libSocket socket policy, where at least one axis is not fully specified
packet interpreter libPackets Internal datastructure which represents + one protocol or header in the chain of interpreters representing a complete packet
packet parser libPackets lightweight class to convert between byte + representation and interpreted value. Derived from senf::PacketParserBase
policy axis libSocket one aspect defined in the socket policy, typedef and member of the senf::SocketPolicy template
protocol parser libPackets A composite parser which defines a network + protocol.
socket policy libSocket another name for 'policy'
value parser libPackets A packet parser which parses a simple value + like a number or network address.
*/ @@ -67,7 +86,7 @@ // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" -// compile-command: "scons -u test" +// compile-command: "scons -u doc" // mode: flyspell // mode: auto-fill // End: