|
Leosac
0.7.0
OpenSourceAccessControl
|
Classes | |
| class | NotifierInstance |
| This is an instance of the Notifier. More... | |
| class | ProtocolException |
| An specialized exception that ProtocolHandler can throw when converting the credential to a message failed. More... | |
| class | ProtocolHandler |
| Implements a given (TCP) protocol for notifying clients. More... | |
| class | PushSimpleCardNumber |
| Simple protocol that sends the card number. More... | |
| class | TCPNotifierModule |
Typedefs | |
| using | NotifierInstanceUPtr = std::unique_ptr< NotifierInstance > |
| using | ProtocolHandlerUPtr = std::unique_ptr< ProtocolHandler > |
Enumerations | |
| enum | Protocol { SIMPLE_CARD_NUMBER } |
| using Leosac::Module::TCPNotifier::NotifierInstanceUPtr = typedef std::unique_ptr<NotifierInstance> |
Definition at line 36 of file NotifierInstance.hpp.
| typedef std::unique_ptr< ProtocolHandler > Leosac::Module::TCPNotifier::ProtocolHandlerUPtr |
Definition at line 38 of file ProtocolHandler.hpp.
| Enumerator | |
|---|---|
| SIMPLE_CARD_NUMBER | |
Definition at line 32 of file ProtocolHandler.hpp.