tsunami_io.hh (3932:62e915bb6704) tsunami_io.hh (3943:68e673d2db04)
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 111 unchanged lines hidden (view full) ---

120 void writeAddr(const uint8_t data);
121
122 /** RTC write data */
123 void writeData(const uint8_t data);
124
125 /** RTC read data */
126 uint8_t readData();
127
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 111 unchanged lines hidden (view full) ---

120 void writeAddr(const uint8_t data);
121
122 /** RTC write data */
123 void writeData(const uint8_t data);
124
125 /** RTC read data */
126 uint8_t readData();
127
128 /** RTC get the date */
129 std::string getDateString();
130
131 /**
132 * Serialize this object to the given output stream.
133 * @param base The base name of the counter object.
134 * @param os The stream to serialize to.
135 */
136 void serialize(const std::string &base, std::ostream &os);
137
138 /**

--- 229 unchanged lines hidden ---
128 /**
129 * Serialize this object to the given output stream.
130 * @param base The base name of the counter object.
131 * @param os The stream to serialize to.
132 */
133 void serialize(const std::string &base, std::ostream &os);
134
135 /**

--- 229 unchanged lines hidden ---