: infoton(bubble_classing()), _data()
{ reset(data_segment_size, boundaries, color); }
- const structures::string_array &bubble_classing() {
+ const structures::string_array &bubble_classing() const {
static basis::astring bubbs[2] = { "bubble", "rubble" };
static structures::string_array barray(2, bubbs);
return barray;
int non_data_overhead() const { return packed_size() - _data.length(); }
virtual void text_form(basis::base_string &to_show) const {
+ const structures::string_array bubs = bubble_classing();
to_show.assign(basis::a_sprintf("classing=%s, seg size=%d, color=%d, bounds=%s",
- bubble_classing().text_form().s(), _data.length(), _bounds.text_form().s(), _color));
+ bubs.text_form().s(), _data.length(), _bounds.text_form().s(), _color));
}
virtual void pack(basis::byte_array &packed_form) const {
#include <application/command_line.h>
#include <application/hoople_main.h>
#include <cromp/cromp_client.h>
-#include <processes/ethread.h>
-#include <processes/thread_cabinet.h>
-#include <sockets/throughput_counter.h>
-#include <octopus/entity_data_bin.h>
-#include <octopus/entity_defs.h>
-#include <octopus/infoton.h>
+#include <filesystem/filename.h>
#include <loggers/console_logger.h>
#include <loggers/file_logger.h>
#include <loggers/program_wide_logger.h>
-#include <filesystem/filename.h>
+#include <octopus/entity_data_bin.h>
+#include <octopus/entity_defs.h>
+#include <octopus/infoton.h>
+#include <processes/ethread.h>
+#include <processes/thread_cabinet.h>
#include <processes/rendezvous.h>
#include <sockets/internet_address.h>
+#include <sockets/throughput_counter.h>
#include <structures/static_memory_gremlin.h>
#include <structures/set.h>
+#include <timely/time_control.h>
#include <unit_test/unit_base.h>
#include <stdlib.h>
using namespace basis;
using namespace configuration;
using namespace cromp;
-//using namespace mathematics;
+using namespace mathematics;
using namespace filesystem;
using namespace loggers;
using namespace octopi;
| sed -e 's/log_base::CRLF_AT_END/parser_bits::CRLF_AT_END/g' \
| sed -e 's/^#include <mechanisms\/throughput_counter.h> *$/#include <sockets\/throughput_counter.h>/g' \
| sed -e 's/^#include <application\/rendezvous.h> *$/#include <processes\/rendezvous.h>/g' \
+ | sed -e 's/\([[:space:]]\)*NIL\([^A-Za-z_\)/\1NULL_POINTER\2/g' \
| sed -e 's/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/[\/]*/\/\/\/\/\/\/\/\/\/\/\/\/\/\//g' \
>"$tempfile"