1 #ifndef FIPA_ACL_BITEFFICIENT_FORMAT_H
2 #define FIPA_ACL_BITEFFICIENT_FORMAT_H
5 #include <base/Time.hpp>
6 #include <fipa_acl/message_generator/acl_envelope.h>
7 #include <fipa_acl/message_generator/acl_message.h>
8 #include <fipa_acl/message_generator/types.h>
30 static std::string
getString(
const std::string& sword);
62 static std::string
getBinDate(
const base::Time& time);
68 static std::string
getBinDate(
const std::string& date1);
73 static std::string
getBinNumber(uint32_t number,
bool asHex =
false);
88 static std::string
getDigits(uint32_t number);
115 #endif // FIPA_ACL_BITEFFICIENT_FORMAT_H
Implements the general AgentID functionality, which is present throughout the fipa specifications(FIP...