/** * Node at the level of the OCU interface. */ class OcuNode : Node { /** Data */ Node* neighbor_table; /** Functions */ void set_refresh_rate(); }