19 #ifndef IDASCLIENT_HPP
20 #define IDASCLIENT_HPP
22 #include "IDTypes.hpp"
23 #include "IDMessage.hpp"
24 #include "IDSerializer.hpp"
25 #include <tobicore/TCException.hpp>
26 #include <tobicore/TCBlock.hpp>
62 const IDFtype type = IDMessage::FamilyUndef,
63 const IDevent event = IDMessage::EventNull,
70 virtual unsigned int Size(
void)
const;
76 virtual unsigned int Clear(
void);
79 virtual void Dump(
void)
const;
107 std::vector<IDMessage> _queue;