#include "gdcmUtil.h"#include "gdcmDebug.h"#include <iostream>#include <stdarg.h>#include <time.h>#include <sys/types.h>#include <sys/stat.h>#include <sys/time.h>#include <stdio.h>#include <unistd.h>#include <netdb.h>#include <stdlib.h>#include <string.h>Include dependency graph for gdcmUtil.cxx:

Go to the source code of this file.
Namespaces | |
| namespace | gdcm |
Defines | |
| #define | HOST_NAME_MAX 255 |
Functions | |
| int | gdcm::GetMacAddrSys (unsigned char *addr) |
| gets current M.A.C adress (for internal use only) | |
| int | gdcm::getlastdigit (unsigned char *data) |
| Mini function to return the last digit from a number express in base 256 pre condition data contain an array of 6 unsigned char post condition carry contain the last digit. | |
| std::ostream & | gdcm::binary_write (std::ostream &os, const uint16_t &val) |
| binary_write binary_write | |
| std::ostream & | gdcm::binary_write (std::ostream &os, const uint32_t &val) |
| binary_write binary_write | |
| std::ostream & | gdcm::binary_write (std::ostream &os, const double &val) |
| binary_write binary_write | |
| std::ostream & | gdcm::binary_write (std::ostream &os, const char *val) |
| binary_write binary_write | |
| std::ostream & | gdcm::binary_write (std::ostream &os, std::string const &val) |
| binary_write binary_write | |
| std::ostream & | gdcm::binary_write (std::ostream &os, const uint8_t *val, size_t len) |
| binary_write binary_write | |
| std::ostream & | gdcm::binary_write (std::ostream &os, const uint16_t *val, size_t len) |
| binary_write binary_write | |
|
|
Referenced by gdcm::Util::GetIPAddress(). |
1.4.4