XIOS
1.0
Xml I/O Server
|
#include "xios.hpp"
#include "icdate.hpp"
#include "exception.hpp"
#include "timer.hpp"
#include "context.hpp"
#include "context_client.hpp"
Aller au code source de ce fichier.
Fonctions | |
void | cxios_update_calendar (int step) TRY |
CATCH_DUMP_STACK void | cxios_get_current_date (cxios_date *current_date_c) TRY |
CATCH_DUMP_STACK int | cxios_get_year_length_in_seconds (int year) TRY |
CATCH_DUMP_STACK int | cxios_get_day_length_in_seconds () TRY |
CATCH_DUMP_STACK void cxios_get_current_date | ( | cxios_date * | current_date_c | ) |
Définition à la ligne 24 du fichier iccalendar.cpp.
Références ERROR, xios::CContext::getCalendar(), xios::CDate::getDay(), xios::CDate::getHour(), xios::CDate::getMinute(), xios::CDate::getMonth(), xios::CDate::getSecond(), xios::CDate::getYear(), et xios::CDate::year.
CATCH_DUMP_STACK int cxios_get_day_length_in_seconds | ( | ) |
Définition à la ligne 59 du fichier iccalendar.cpp.
Références ERROR.
CATCH_DUMP_STACK int cxios_get_year_length_in_seconds | ( | int | year | ) |
Définition à la ligne 44 du fichier iccalendar.cpp.
Références ERROR.
void cxios_update_calendar | ( | int | step | ) |
Définition à la ligne 11 du fichier iccalendar.cpp.
Références xios::CContext::checkBuffersAndListen(), xios::CContext::client, xios::CContext::hasServer, xios::CContextClient::isAttachedModeEnabled(), xios::CContext::sendUpdateCalendar(), et xios::CContext::updateCalendar().